From 0467c8ff63698f248df82c7c15def81e6b170138 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Mar 2023 12:39:07 +0100 Subject: [PATCH] Add attribute state translations for oscillating fans (#89990) --- homeassistant/components/fan/strings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/fan/strings.json b/homeassistant/components/fan/strings.json index e9a808e0ae4..cccf4134652 100644 --- a/homeassistant/components/fan/strings.json +++ b/homeassistant/components/fan/strings.json @@ -32,7 +32,11 @@ } }, "oscillating": { - "name": "Oscillating" + "name": "Oscillating", + "state": { + "true": "[%key:common::state::yes%}", + "false": "[%key:common::state::no%]" + } }, "percentage": { "name": "Speed"