yamllint
This commit is contained in:
@@ -5392,7 +5392,7 @@ variables:
|
||||
sleep: Slaap mode
|
||||
brightness: Helderheid
|
||||
bright: Helder
|
||||
dimming: Dimmen # Not in use at the moment
|
||||
dimming: Dimmen
|
||||
dim: Gedimd
|
||||
pl: # Polish
|
||||
weekdays:
|
||||
@@ -5404,11 +5404,11 @@ variables:
|
||||
sat: Sobota
|
||||
sun: Niedziela
|
||||
weekdays_short:
|
||||
mon: pon. # (alternatively pn. )
|
||||
mon: pon. # (alternatively pn. )
|
||||
tue: wt.
|
||||
wed: śr.
|
||||
thu: czw.
|
||||
fri: pt. # (alternatively piąt. )
|
||||
fri: pt. # (alternatively piąt. )
|
||||
sat: sob.
|
||||
sun: niedz.
|
||||
months:
|
||||
@@ -5747,7 +5747,7 @@ variables:
|
||||
sleep: Spánok
|
||||
brightness: Jas
|
||||
bright: Zosvetlenie
|
||||
dimming: Stmavenie # Not in use at the moment
|
||||
dimming: Stmavenie
|
||||
dim: Stmavenie
|
||||
sl: # Slovenian
|
||||
weekdays:
|
||||
@@ -6172,10 +6172,12 @@ variables:
|
||||
rgbw: "[<ColorMode.RGBW: 'rgbw'>]"
|
||||
rgbww: "[<ColorMode.RGBWW: 'rgbww'>]"
|
||||
white: "[<ColorMode.WHITE: ''>]"
|
||||
#yamllint disable rule:truthy
|
||||
states:
|
||||
"on": ["on", "open", "opening", "true", "True", true, True, "playing", "heat", "cold", "dry", "armed_home", "armed_away", "armed_vacation", "armed_custom_bypass", "triggered", "pending", "arming", 1]
|
||||
"off": ["off", "closed", "closing", "false", "False", false, False, "standby", "paused", "idle", "disarmed", "disarming", 0]
|
||||
unknown: ["unknown", "unavailable", None, none, ""]
|
||||
#yamllint enable rule:truthy
|
||||
|
||||
#############################################################
|
||||
##### CLOSE - Variables #####
|
||||
@@ -6792,7 +6794,7 @@ trigger:
|
||||
|
||||
condition:
|
||||
- '{{ is_state(nextion_inited, "on") | default(false) if nextion_inited is string else false }}'
|
||||
- condition: or # Do not update values when page home is not visible
|
||||
- condition: or # Do not update values when page home is not visible
|
||||
conditions:
|
||||
- condition: not
|
||||
conditions:
|
||||
@@ -6802,7 +6804,7 @@ condition:
|
||||
- home_value02_state
|
||||
- home_value03_state
|
||||
- '{{ page.current == page.home }}'
|
||||
- condition: or # Do not update component if state haven't changed (ignore attributes changed) - event based triggers
|
||||
- condition: or # Do not update component if state haven't changed (ignore attributes changed) - event based triggers
|
||||
conditions:
|
||||
- condition: not
|
||||
conditions:
|
||||
@@ -6819,7 +6821,7 @@ condition:
|
||||
- '{{ trigger.event.data.new_state is defined and trigger.event.data.new_state.state is defined }}'
|
||||
- '{{ trigger.event.data.old_state is defined and trigger.event.data.old_state.state is defined }}'
|
||||
- '{{ trigger.event.data.new_state.state != trigger.event.data.new_state.state}}'
|
||||
- condition: or # Do not update values when page entities is not visible
|
||||
- condition: or # Do not update values when page entities is not visible
|
||||
conditions:
|
||||
- condition: not
|
||||
conditions:
|
||||
@@ -6830,7 +6832,7 @@ condition:
|
||||
- trigger_entitypage03
|
||||
- trigger_entitypage04
|
||||
- '{{ page.current in page.entitypages }}'
|
||||
- condition: or # Do not update values when page climate is not visible
|
||||
- condition: or # Do not update values when page climate is not visible
|
||||
conditions:
|
||||
- condition: not
|
||||
conditions:
|
||||
@@ -6843,14 +6845,14 @@ condition:
|
||||
- climate_button08_state
|
||||
- climate_button09_state
|
||||
- '{{ page.current == page.climate }}'
|
||||
- condition: or # Do not update with indoor temp changes when embedded indoor temp is used
|
||||
- condition: or # Do not update with indoor temp changes when embedded indoor temp is used
|
||||
conditions:
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: trigger
|
||||
id: indoortemp_state
|
||||
- '{{ not embedded_indoor_temperature }}'
|
||||
- condition: or # Do not update values when page button is not visible
|
||||
- condition: or # Do not update values when page button is not visible
|
||||
conditions:
|
||||
- condition: not
|
||||
conditions:
|
||||
|
||||
Reference in New Issue
Block a user