mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 16:36:08 +01:00
40 lines
1000 B
JSON
40 lines
1000 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": "Reload input booleans"
|
|
},
|
|
"toggle": {
|
|
"description": "Toggles an input boolean on/off.",
|
|
"name": "Toggle input boolean"
|
|
},
|
|
"turn_off": {
|
|
"description": "Turns off an input boolean.",
|
|
"name": "Turn off input boolean"
|
|
},
|
|
"turn_on": {
|
|
"description": "Turns on an input boolean.",
|
|
"name": "Turn on input boolean"
|
|
}
|
|
},
|
|
"title": "Input boolean"
|
|
}
|