Files
ha-core/homeassistant/components/schedule/strings.json
2023-03-16 21:10:20 +01:00

13 lines
236 B
JSON

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