From 5ae036a7e204ab612669c698f590c331f46cb3af Mon Sep 17 00:00:00 2001 From: mib1185 Date: Tue, 25 Feb 2025 20:44:51 +0000 Subject: [PATCH] sort common state strings --- homeassistant/strings.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/homeassistant/strings.json b/homeassistant/strings.json index f423c3bf59c..7ef35abb265 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -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": {