mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add state translations for all day calendar attribute (#89988)
This commit is contained in:
parent
6d3c3ff4fb
commit
2a0401366b
@ -9,7 +9,11 @@
|
|||||||
},
|
},
|
||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"all_day": {
|
"all_day": {
|
||||||
"name": "All day"
|
"name": "All day",
|
||||||
|
"state": {
|
||||||
|
"true": "[%key:common::state::yes%]",
|
||||||
|
"false": "[%key:common::state::no%]"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"name": "Description"
|
"name": "Description"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user