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