mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add common states for "Low", "Medium" and "High" (#141999)
This commit is contained in:
parent
597540b611
commit
935db1308f
@ -126,9 +126,12 @@
|
|||||||
"discharging": "Discharging",
|
"discharging": "Discharging",
|
||||||
"disconnected": "Disconnected",
|
"disconnected": "Disconnected",
|
||||||
"enabled": "Enabled",
|
"enabled": "Enabled",
|
||||||
|
"high": "High",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"idle": "Idle",
|
"idle": "Idle",
|
||||||
"locked": "Locked",
|
"locked": "Locked",
|
||||||
|
"low": "Low",
|
||||||
|
"medium": "Medium",
|
||||||
"no": "No",
|
"no": "No",
|
||||||
"not_home": "Away",
|
"not_home": "Away",
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user