mirror of
https://github.com/home-assistant/core.git
synced 2026-05-29 11:45:35 +01:00
23 lines
363 B
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
|