This commit is contained in:
Edward Firmo
2023-12-18 15:08:49 +01:00
parent bbbbb6b967
commit d432a88a8e

View File

@@ -5392,7 +5392,7 @@ variables:
sleep: Slaap mode sleep: Slaap mode
brightness: Helderheid brightness: Helderheid
bright: Helder bright: Helder
dimming: Dimmen # Not in use at the moment dimming: Dimmen
dim: Gedimd dim: Gedimd
pl: # Polish pl: # Polish
weekdays: weekdays:
@@ -5404,11 +5404,11 @@ variables:
sat: Sobota sat: Sobota
sun: Niedziela sun: Niedziela
weekdays_short: weekdays_short:
mon: pon. # (alternatively pn. ) mon: pon. # (alternatively pn. )
tue: wt. tue: wt.
wed: śr. wed: śr.
thu: czw. thu: czw.
fri: pt. # (alternatively piąt. ) fri: pt. # (alternatively piąt. )
sat: sob. sat: sob.
sun: niedz. sun: niedz.
months: months:
@@ -5747,7 +5747,7 @@ variables:
sleep: Spánok sleep: Spánok
brightness: Jas brightness: Jas
bright: Zosvetlenie bright: Zosvetlenie
dimming: Stmavenie # Not in use at the moment dimming: Stmavenie
dim: Stmavenie dim: Stmavenie
sl: # Slovenian sl: # Slovenian
weekdays: weekdays:
@@ -6172,10 +6172,12 @@ variables:
rgbw: "[<ColorMode.RGBW: 'rgbw'>]" rgbw: "[<ColorMode.RGBW: 'rgbw'>]"
rgbww: "[<ColorMode.RGBWW: 'rgbww'>]" rgbww: "[<ColorMode.RGBWW: 'rgbww'>]"
white: "[<ColorMode.WHITE: ''>]" white: "[<ColorMode.WHITE: ''>]"
#yamllint disable rule:truthy
states: 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] "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] "off": ["off", "closed", "closing", "false", "False", false, False, "standby", "paused", "idle", "disarmed", "disarming", 0]
unknown: ["unknown", "unavailable", None, none, ""] unknown: ["unknown", "unavailable", None, none, ""]
#yamllint enable rule:truthy
############################################################# #############################################################
##### CLOSE - Variables ##### ##### CLOSE - Variables #####
@@ -6792,7 +6794,7 @@ trigger:
condition: condition:
- '{{ is_state(nextion_inited, "on") | default(false) if nextion_inited is string else false }}' - '{{ 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: conditions:
- condition: not - condition: not
conditions: conditions:
@@ -6802,7 +6804,7 @@ condition:
- home_value02_state - home_value02_state
- home_value03_state - home_value03_state
- '{{ page.current == page.home }}' - '{{ 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: conditions:
- condition: not - condition: not
conditions: 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.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.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}}' - '{{ 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: conditions:
- condition: not - condition: not
conditions: conditions:
@@ -6830,7 +6832,7 @@ condition:
- trigger_entitypage03 - trigger_entitypage03
- trigger_entitypage04 - trigger_entitypage04
- '{{ page.current in page.entitypages }}' - '{{ 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: conditions:
- condition: not - condition: not
conditions: conditions:
@@ -6843,14 +6845,14 @@ condition:
- climate_button08_state - climate_button08_state
- climate_button09_state - climate_button09_state
- '{{ page.current == page.climate }}' - '{{ 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: conditions:
- condition: not - condition: not
conditions: conditions:
- condition: trigger - condition: trigger
id: indoortemp_state id: indoortemp_state
- '{{ not embedded_indoor_temperature }}' - '{{ 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: conditions:
- condition: not - condition: not
conditions: conditions: