core/homeassistant/components/schedule/strings.json

13 lines
236 B
JSON
Raw Normal View History

{
"title": "Schedule",
"entity_component": {
"_": {
"name": "[%key:component::schedule::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
}
}
}