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