hass-core/homeassistant/components/ness_alarm/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

32 lines
744 B
YAML

# Describes the format for available ness alarm services
aux:
name: Aux
description: Trigger an aux output.
fields:
output_id:
name: Output ID
description: The aux output you wish to change.
required: true
selector:
number:
min: 1
max: 4
state:
name: State
description: The On/Off State. If P14xE 8E is enabled then a value of true will pulse output x for the time specified in P14(x+4)E.
default: true
selector:
boolean:
panic:
name: Panic
description: Trigger a panic
fields:
code:
name: Code
description: The user code to use to trigger the panic.
required: true
example: 1234
selector:
text: