mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 23:55:07 +02:00
Add state attribute translations for covers (#89812)
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user