1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/input_boolean/strings.json
2020-04-20 16:25:35 -07:00

10 lines
149 B
JSON

{
"title": "Input boolean",
"state": {
"_": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
}
}