From 78a9cd9201df000aa145d87aa82a7cf4f891b4c5 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 1 Jul 2025 21:43:21 +0200 Subject: [PATCH] Use (new) common state "Empty" for water level in `switchbot` (#147836) --- homeassistant/components/switchbot/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switchbot/strings.json b/homeassistant/components/switchbot/strings.json index dbbf98c3945..6077861e1c6 100644 --- a/homeassistant/components/switchbot/strings.json +++ b/homeassistant/components/switchbot/strings.json @@ -118,7 +118,7 @@ "water_level": { "name": "Water level", "state": { - "empty": "Empty", + "empty": "[%key:common::state::empty%]", "low": "[%key:common::state::low%]", "medium": "[%key:common::state::medium%]", "high": "[%key:common::state::high%]"