Files
core/homeassistant/components/input_boolean/strings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2020-04-20 16:25:35 -07:00
{
"entity_component": {
2020-04-20 16:25:35 -07:00
"_": {
"name": "[%key:component::input_boolean::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%]"
}
}
}
2020-04-20 16:25:35 -07:00
}
},
"services": {
"reload": {
"description": "Reloads helpers from the YAML-configuration.",
"name": "[%key:common::action::reload%]"
},
"toggle": {
"description": "Toggles an input boolean on/off.",
"name": "[%key:common::action::toggle%]"
},
"turn_off": {
"description": "Turns off an input boolean.",
"name": "[%key:common::action::turn_off%]"
},
"turn_on": {
"description": "Turns on an input boolean.",
"name": "[%key:common::action::turn_on%]"
}
},
"title": "Input boolean"
2020-04-20 16:25:35 -07:00
}