@@ -1926,6 +1926,21 @@ action:
|
||||
component: home.loading
|
||||
message: " "
|
||||
|
||||
###### StatusBar - Icon 04 ######
|
||||
- if:
|
||||
- condition: template
|
||||
value_template: '{{ heatingsystemflame |length > 0 }}'
|
||||
then:
|
||||
- variables:
|
||||
flame_pic: >-
|
||||
{%- if states(heatingsystemflame) == "on" -%} {{ flame_pic_on }}
|
||||
{%- else -%} {{ top_menu_blank }}
|
||||
{%- endif -%}
|
||||
- delay:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
- service: "{{ command_printf }}"
|
||||
data:
|
||||
cmd: home.icon_top_04.pic={{ flame_pic }}
|
||||
|
||||
#### TFT Upload Automation #####
|
||||
- conditions:
|
||||
|
||||
Reference in New Issue
Block a user