Add state attribute translations for covers (#89812)

This commit is contained in:
Franck Nijhof
2023-03-16 19:04:25 +01:00
committed by GitHub
parent cb8ed4a1cc
commit d99c02b46f

View File

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