fix: remove hp-bottons on disable in blueprint
This commit is contained in:
@@ -4673,6 +4673,13 @@ action:
|
||||
data:
|
||||
component: home.button05_icon
|
||||
message: "{{ home_button05_icon }}"
|
||||
else:
|
||||
- delay:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
- service: "{{ command_text_printf }}"
|
||||
data:
|
||||
component: home.button05_icon
|
||||
message: "{{ blank_icon }}"
|
||||
|
||||
###### ENTITIES - Icon ######
|
||||
- if:
|
||||
@@ -4694,6 +4701,13 @@ action:
|
||||
data:
|
||||
component: home.button06_icon
|
||||
message: "{{ home_button06_icon }}"
|
||||
else:
|
||||
- delay:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
- service: "{{ command_text_printf }}"
|
||||
data:
|
||||
component: home.button06_icon
|
||||
message: "{{ blank_icon }}"
|
||||
|
||||
###### SHOW All component when page loading done #####
|
||||
- delay:
|
||||
|
||||
Reference in New Issue
Block a user