hass-core/homeassistant/components/input_boolean/services.yaml
Paulus Schoutsen b8cc547fa3
Move components to folders (#20774)
* Move all components into folders

* Move component tests into folders

* Fix init moving

* Move tests

* Lint

* Update coverage

* Fix service descriptions

* Update CODEOWNERS
2019-02-05 19:31:15 -08:00

12 lines
515 B
YAML

toggle:
description: Toggles an input boolean.
fields:
entity_id: {description: Entity id of the input boolean to toggle., example: input_boolean.notify_alerts}
turn_off:
description: Turns off an input boolean
fields:
entity_id: {description: Entity id of the input boolean to turn off., example: input_boolean.notify_alerts}
turn_on:
description: Turns on an input boolean.
fields:
entity_id: {description: Entity id of the input boolean to turn on., example: input_boolean.notify_alerts}