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" + } } } }