1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/input_boolean/strings.json
2025-10-28 10:33:10 +01:00

40 lines
1021 B
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 the helper on/off.",
"name": "[%key:common::action::toggle%]"
},
"turn_off": {
"description": "Turns off the helper.",
"name": "[%key:common::action::turn_off%]"
},
"turn_on": {
"description": "Turns on the helper.",
"name": "[%key:common::action::turn_on%]"
}
},
"title": "Input boolean"
}