fix: remove hp-bottons on disable in blueprint

This commit is contained in:
deejaybeam
2023-03-26 00:40:42 +01:00
parent f97b298d00
commit a0a0d16af7

View File

@@ -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: