Files
2025-10-28 10:33:10 +01:00

35 lines
870 B
JSON

{
"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": {
"false": "[%key:common::state::no%]",
"true": "[%key:common::state::yes%]"
}
},
"next_event": {
"name": "Next event"
}
}
}
},
"services": {
"get_schedule": {
"description": "Retrieves the configured time ranges of one or multiple schedules.",
"name": "Get schedule"
},
"reload": {
"description": "Reloads schedules from the YAML-configuration.",
"name": "[%key:common::action::reload%]"
}
},
"title": "Schedule"
}