2022-08-11 14:14:01 +00:00
|
|
|
{
|
|
|
|
"title": "Schedule",
|
2023-03-16 11:16:08 +00:00
|
|
|
"entity_component": {
|
2022-08-11 14:14:01 +00:00
|
|
|
"_": {
|
2023-03-16 20:10:20 +00:00
|
|
|
"name": "[%key:component::schedule::title%]",
|
2023-03-16 11:16:08 +00:00
|
|
|
"state": {
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"on": "[%key:common::state::on%]"
|
2023-03-27 20:19:25 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
2023-03-16 11:16:08 +00:00
|
|
|
}
|
2022-08-11 14:14:01 +00:00
|
|
|
}
|
2023-07-11 18:56:21 +00:00
|
|
|
},
|
|
|
|
"services": {
|
|
|
|
"reload": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"name": "[%key:common::action::reload%]",
|
2023-07-11 18:56:21 +00:00
|
|
|
"description": "Reloads schedules from the YAML-configuration."
|
|
|
|
}
|
2022-08-11 14:14:01 +00:00
|
|
|
}
|
|
|
|
}
|