core/homeassistant/components/input_boolean/strings.json

22 lines
504 B
JSON

{
"title": "Input boolean",
"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": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
}
}
}
}
}