From 2bdfc8cf5eabcc82c9bc49650b191dcedc757f8d Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 30 Jun 2025 22:08:55 +0200 Subject: [PATCH] Add common states "Empty" and "Full" (#146646) --- homeassistant/strings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 6e47163e90a..80ced039e46 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -128,9 +128,11 @@ "disabled": "Disabled", "discharging": "Discharging", "disconnected": "Disconnected", + "empty": "Empty", "enabled": "Enabled", "error": "Error", "fault": "Fault", + "full": "Full", "high": "High", "home": "Home", "idle": "Idle",