1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00
Files
core/homeassistant/components/input_boolean/services.yaml
2021-05-17 14:06:50 +02:00

25 lines
425 B
YAML

toggle:
name: Toggle
description: Toggle an input boolean
target:
entity:
domain: input_boolean
turn_off:
name: Turn off
description: Turn off an input boolean
target:
entity:
domain: input_boolean
turn_on:
name: Turn on
description: Turn on an input boolean
target:
entity:
domain: input_boolean
reload:
name: Reload
description: Reload the input_boolean configuration