mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
||||
"all_day": {
|
||||
"name": "All day"
|
||||
"name": "All day",
|
||||
"state": {
|
||||
"true": "[%key:common::state::yes%]",
|
||||
"false": "[%key:common::state::no%]"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"name": "Description"
|
||||
|
Loading…
x
Reference in New Issue
Block a user