core/homeassistant/components/schedule/strings.json

31 lines
721 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"
}
}
}
},
"services": {
"reload": {
"name": "[%key:common::action::reload%]",
"description": "Reloads schedules from the YAML-configuration."
}
}
}