Add state translations for all day calendar attribute (#89988)

This commit is contained in:
Franck Nijhof 2023-03-21 12:53:05 +01:00 committed by GitHub
parent 6d3c3ff4fb
commit 2a0401366b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,11 @@
},
"state_attributes": {
"all_day": {
"name": "All day"
"name": "All day",
"state": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
},
"description": {
"name": "Description"