1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/switch/services.yaml

23 lines
363 B
YAML

# Describes the format for available switch services
turn_on:
name: Turn on
description: Turn a switch on
target:
entity:
domain: switch
turn_off:
name: Turn off
description: Turn a switch off
target:
entity:
domain: switch
toggle:
name: Toggle
description: Toggles a switch state
target:
entity:
domain: switch