Files
homeassistant-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