mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
sort common state strings
This commit is contained in:
parent
fd47d6578e
commit
5ae036a7e2
@ -54,26 +54,26 @@
|
|||||||
"sunday": "Sunday"
|
"sunday": "Sunday"
|
||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
|
"active": "Active",
|
||||||
|
"charging": "Charging",
|
||||||
|
"closed": "Closed",
|
||||||
|
"connected": "Connected",
|
||||||
|
"disabled": "Disabled",
|
||||||
|
"discharging": "Discharging",
|
||||||
|
"disconnected": "Disconnected",
|
||||||
|
"enabled": "Enabled",
|
||||||
|
"home": "Home",
|
||||||
|
"idle": "Idle",
|
||||||
|
"locked": "Locked",
|
||||||
|
"no": "No",
|
||||||
|
"not_home": "Away",
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
"on": "On",
|
"on": "On",
|
||||||
"yes": "Yes",
|
|
||||||
"no": "No",
|
|
||||||
"open": "Open",
|
"open": "Open",
|
||||||
"closed": "Closed",
|
|
||||||
"enabled": "Enabled",
|
|
||||||
"disabled": "Disabled",
|
|
||||||
"connected": "Connected",
|
|
||||||
"disconnected": "Disconnected",
|
|
||||||
"locked": "Locked",
|
|
||||||
"unlocked": "Unlocked",
|
|
||||||
"active": "Active",
|
|
||||||
"idle": "Idle",
|
|
||||||
"standby": "Standby",
|
|
||||||
"paused": "Paused",
|
"paused": "Paused",
|
||||||
"home": "Home",
|
"standby": "Standby",
|
||||||
"not_home": "Away",
|
"unlocked": "Unlocked",
|
||||||
"charging": "Charging",
|
"yes": "Yes"
|
||||||
"discharging": "Discharging"
|
|
||||||
},
|
},
|
||||||
"config_flow": {
|
"config_flow": {
|
||||||
"title": {
|
"title": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user