From 3e89b81e1da1e88c7345662edd3581f636a4de3e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 16 Mar 2023 19:03:23 +0100 Subject: [PATCH] Add state attribute translations for calendars (#89811) --- .../components/calendar/strings.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/homeassistant/components/calendar/strings.json b/homeassistant/components/calendar/strings.json index bcc07bb7fcc..73c54bbba6a 100644 --- a/homeassistant/components/calendar/strings.json +++ b/homeassistant/components/calendar/strings.json @@ -5,6 +5,26 @@ "state": { "off": "[%key:common::state::off%]", "on": "[%key:common::state::on%]" + }, + "state_attributes": { + "all_day": { + "name": "All day" + }, + "description": { + "name": "Description" + }, + "end_time": { + "name": "End time" + }, + "location": { + "name": "Location" + }, + "messages": { + "name": "Message" + }, + "start_time": { + "name": "Start time" + } } } }