Files
core/homeassistant/components/input_boolean/strings.json
2026-01-31 15:03:08 +01:00

40 lines
1.0 KiB
JSON

{
"entity_component": {
"_": {
"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%]"
}
}
}
}
},
"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"
}