core/homeassistant/components/risco/services.yaml

16 lines
408 B
YAML
Raw Normal View History

# Describes the format for available Risco services
bypass_zone:
description: Bypass a Risco Zone
fields:
entity_id:
description: Entity ID of the zone to bypass
example: "binary_sensor.living_room_motion"
unbypass_zone:
description: Unbypass a Risco Zone
fields:
entity_id:
description: Entity ID of the zone to unbypass
example: "binary_sensor.living_room_motion"