This commit is contained in:
Edward Firmo
2023-12-18 14:58:33 +01:00
parent aa56ae21d5
commit ffd657db9f

View File

@@ -6118,32 +6118,32 @@ variables:
buttons: buttons:
hvac_mode: hvac_mode:
- mode: auto - mode: auto
icon: calendar-sync # ee8d icon: calendar-sync
color: green #'19818' color: green
component: button01 component: button01
- mode: heat_cool - mode: heat_cool
icon: autorenew # e069 icon: autorenew
color: amber #'65024' color: amber
component: button02 component: button02
- mode: heat - mode: heat
icon: fire # e237 icon: fire
color: deep-orange #'64164' color: deep-orange
component: button03 component: button03
- mode: cool - mode: cool
icon: snowflake # e716 icon: snowflake
color: blue #'1055' color: blue
component: button04 component: button04
- mode: dry - mode: dry
icon: water-percent # e58d icon: water-percent
color: orange #'64704' color: orange
component: button05 component: button05
- mode: fan_only - mode: fan_only
icon: fan # e20f icon: fan
color: cyan #'1530' color: cyan
component: button06 component: button06
- mode: "off" - mode: "off"
icon: power # e424 icon: power
color: "off" #'35921' color: "off"
component: button07 component: button07
###### SYNC SETTINGS ##### ###### SYNC SETTINGS #####
@@ -6895,7 +6895,7 @@ condition:
##### START - Action ##### ##### START - Action #####
############################################################# #############################################################
action: action:
- if: '{{ false }}' # Global anchor repository - if: '{{ false }}' #### Global anchor repository ####
then: then:
- variables: - variables:
entity_id: '{{ None }}' entity_id: '{{ None }}'
@@ -7089,16 +7089,16 @@ action:
variables: variables:
chip_font_size: !input chip_font_size chip_font_size: !input chip_font_size
bt_notific: bt_notific:
icon: !input 'home_button04_icon' # E1ED icon: !input 'home_button04_icon'
color_normal: !input 'home_button04_icon_color01' color_normal: !input 'home_button04_icon_color01'
color_unread: !input 'home_button04_icon_color02' color_unread: !input 'home_button04_icon_color02'
bt_entities: bt_entities:
enabled: !input 'entitypages_enabled' enabled: !input 'entitypages_enabled'
icon: !input 'home_button06_icon' # EDCF icon: !input 'home_button06_icon'
color_rgb: !input 'home_button06_icon_color' color_rgb: !input 'home_button06_icon_color'
bt_qrcode: bt_qrcode:
enabled: !input 'qrcode_enabled' enabled: !input 'qrcode_enabled'
icon: !input 'home_button05_icon' # E432 icon: !input 'home_button05_icon'
color_rgb: !input 'home_button05_icon_color' color_rgb: !input 'home_button05_icon_color'
title: !input 'qrcode_label' title: !input 'qrcode_label'
qrcode: !input 'qrcode_value' qrcode: !input 'qrcode_value'
@@ -8014,7 +8014,7 @@ action:
- *delay-default - *delay-default
- service: '{{ nextion.command.show }}' - service: '{{ nextion.command.show }}'
data: data:
component: '255' # all component: '255' # all components
continue_on_error: true continue_on_error: true
##### NSPanel build Button page ##### ##### NSPanel build Button page #####
@@ -8154,14 +8154,14 @@ action:
- *delay-default - *delay-default
- service: '{{ nextion.command.show }}' - service: '{{ nextion.command.show }}'
data: data:
component: '255' # all component: '255' # all components
continue_on_error: true continue_on_error: true
else: else:
###### Show empty page ##### ###### Show empty page #####
- *delay-default - *delay-default
- service: '{{ nextion.command.show }}' - service: '{{ nextion.command.show }}'
data: data:
component: '255' # all component: '255' # all components
continue_on_error: true continue_on_error: true
## PAGE LIGHT ## ## PAGE LIGHT ##
@@ -9715,7 +9715,7 @@ action:
- alias: "Button pages" - alias: "Button pages"
conditions: conditions:
- '{{ page.current in page.buttonpages }}' - '{{ page.current in page.buttonpages }}'
sequence: #*refresh_page_buttonpage sequence:
- *variables-page_buttons - *variables-page_buttons
- repeat: - repeat:
for_each: > for_each: >
@@ -9926,8 +9926,6 @@ action:
- chip05_state - chip05_state
- chip06_state - chip06_state
- chip07_state - chip07_state
#- '{{ page.current == page.home }}'
#- '{{ trigger.event.data.new_state.state not in ["unavailable", "unknown", "", None] }}'
sequence: sequence:
- *variables-home_page_status_bar - *variables-home_page_status_bar
- repeat: - repeat: