mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Add state attribute translations for covers (#89812)
This commit is contained in:
parent
cb8ed4a1cc
commit
d99c02b46f
@ -35,6 +35,14 @@
|
|||||||
"closed": "[%key:common::state::closed%]",
|
"closed": "[%key:common::state::closed%]",
|
||||||
"closing": "Closing",
|
"closing": "Closing",
|
||||||
"stopped": "Stopped"
|
"stopped": "Stopped"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"current_position": {
|
||||||
|
"name": "Position"
|
||||||
|
},
|
||||||
|
"current_tilt_position": {
|
||||||
|
"name": "Tilt position"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user