From 2a0401366b1dd776a3a91c975853e5c3e8899a14 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Mar 2023 12:53:05 +0100 Subject: [PATCH] Add state translations for all day calendar attribute (#89988) --- homeassistant/components/calendar/strings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/calendar/strings.json b/homeassistant/components/calendar/strings.json index 2663408cfdb..898953c18ac 100644 --- a/homeassistant/components/calendar/strings.json +++ b/homeassistant/components/calendar/strings.json @@ -9,7 +9,11 @@ }, "state_attributes": { "all_day": { - "name": "All day" + "name": "All day", + "state": { + "true": "[%key:common::state::yes%]", + "false": "[%key:common::state::no%]" + } }, "description": { "name": "Description"