mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Add common states for "Auto" and "Manual" (#142914)
This commit is contained in:
parent
efc44d83bb
commit
0a424f53b1
@ -118,6 +118,7 @@
|
|||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"active": "Active",
|
"active": "Active",
|
||||||
|
"auto": "Auto",
|
||||||
"charging": "Charging",
|
"charging": "Charging",
|
||||||
"closed": "Closed",
|
"closed": "Closed",
|
||||||
"closing": "Closing",
|
"closing": "Closing",
|
||||||
@ -131,6 +132,7 @@
|
|||||||
"idle": "Idle",
|
"idle": "Idle",
|
||||||
"locked": "Locked",
|
"locked": "Locked",
|
||||||
"low": "Low",
|
"low": "Low",
|
||||||
|
"manual": "Manual",
|
||||||
"medium": "Medium",
|
"medium": "Medium",
|
||||||
"no": "No",
|
"no": "No",
|
||||||
"normal": "Normal",
|
"normal": "Normal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user