Add state attribute translations for calendars (#89811)

This commit is contained in:
Franck Nijhof 2023-03-16 19:03:23 +01:00 committed by GitHub
parent 69aa3a75c5
commit 3e89b81e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,26 @@
"state": {
"off": "[%key:common::state::off%]",
"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"
}
}
}
}