{ "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" }