mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Add state attribute translations for calendars (#89811)
This commit is contained in:
parent
69aa3a75c5
commit
3e89b81e1d
@ -5,6 +5,26 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"on": "[%key:common::state::on%]"
|
"on": "[%key:common::state::on%]"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"all_day": {
|
||||||
|
"name": "All day"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"name": "Description"
|
||||||
|
},
|
||||||
|
"end_time": {
|
||||||
|
"name": "End time"
|
||||||
|
},
|
||||||
|
"location": {
|
||||||
|
"name": "Location"
|
||||||
|
},
|
||||||
|
"messages": {
|
||||||
|
"name": "Message"
|
||||||
|
},
|
||||||
|
"start_time": {
|
||||||
|
"name": "Start time"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user