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