From 23f136e9d67a38d8ab43082488f481a4fde1c57b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Mar 2023 09:16:32 +0100 Subject: [PATCH] Add state translations for Siren entities (#89994) --- homeassistant/components/siren/strings.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/siren/strings.json b/homeassistant/components/siren/strings.json index c8e60e91ce0..60d8843c151 100644 --- a/homeassistant/components/siren/strings.json +++ b/homeassistant/components/siren/strings.json @@ -1,3 +1,17 @@ { - "title": "Siren" + "title": "Siren", + "entity_component": { + "_": { + "name": "[%key:component::siren::title%]", + "state": { + "off": "[%key:common::state::off%]", + "on": "[%key:common::state::on%]" + }, + "state_attributes": { + "available_tones": { + "name": "Available tones" + } + } + } + } }