From 3a670e74f7cddd6469448dcff09a377138aca291 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 8 Apr 2025 18:15:05 +0200 Subject: [PATCH] Use common state for "Normal" in `yolink` (#142544) Also reordered the three states alphabetically which groups the common ones, too. --- homeassistant/components/yolink/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/yolink/strings.json b/homeassistant/components/yolink/strings.json index b4cfe80f287..8867457342f 100644 --- a/homeassistant/components/yolink/strings.json +++ b/homeassistant/components/yolink/strings.json @@ -61,8 +61,8 @@ "power_failure_alarm": { "name": "Power failure alarm", "state": { - "normal": "Normal", "alert": "Alert", + "normal": "[%key:common::state::normal%]", "off": "[%key:common::state::off%]" } },