mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 10:46:38 +01:00
fb4b35709d
* Add state translations for helpers * Managed via the UI
25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"title": "Schedule",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::schedule::title%]",
|
|
"state": {
|
|
"off": "[%key:common::state::off%]",
|
|
"on": "[%key:common::state::on%]"
|
|
},
|
|
"state_attributes": {
|
|
"editable": {
|
|
"name": "[%key:common::generic::ui_managed%]",
|
|
"state": {
|
|
"true": "[%key:common::state::yes%]",
|
|
"false": "[%key:common::state::no%]"
|
|
}
|
|
},
|
|
"next_event": {
|
|
"name": "Next event"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|