From d99c02b46f40e38e9ad890bec0c29a588f880142 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 16 Mar 2023 19:04:25 +0100 Subject: [PATCH] Add state attribute translations for covers (#89812) --- homeassistant/components/cover/strings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/homeassistant/components/cover/strings.json b/homeassistant/components/cover/strings.json index d17508b71db..dd728b41136 100644 --- a/homeassistant/components/cover/strings.json +++ b/homeassistant/components/cover/strings.json @@ -35,6 +35,14 @@ "closed": "[%key:common::state::closed%]", "closing": "Closing", "stopped": "Stopped" + }, + "state_attributes": { + "current_position": { + "name": "Position" + }, + "current_tilt_position": { + "name": "Tilt position" + } } } }