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
brightness: Helderheid
bright: Helder
dimming: Dimmen # Not in use at the moment
dimming: Dimmen
dim: Gedimd
pl: # Polish
weekdays:
@@ -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 #####