mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +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%]",
|
||||
"closing": "Closing",
|
||||
"stopped": "Stopped"
|
||||
},
|
||||
"state_attributes": {
|
||||
"current_position": {
|
||||
"name": "Position"
|
||||
},
|
||||
"current_tilt_position": {
|
||||
"name": "Tilt position"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user