mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Add state translations for all day calendar attribute (#89988)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user