sort common state strings

This commit is contained in:
mib1185 2025-02-25 20:44:51 +00:00
parent fd47d6578e
commit 5ae036a7e2

View File

@ -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": {