From 40b676c06f0d97504e8a18f4646e39acbeb266bf Mon Sep 17 00:00:00 2001 From: Tobias Efinger Date: Mon, 4 Nov 2019 10:29:29 +0100 Subject: [PATCH] Add services description for ness alarm (#28250) --- .../components/ness_alarm/services.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/homeassistant/components/ness_alarm/services.yaml b/homeassistant/components/ness_alarm/services.yaml index e69de29bb2d..27f8ba383dd 100644 --- a/homeassistant/components/ness_alarm/services.yaml +++ b/homeassistant/components/ness_alarm/services.yaml @@ -0,0 +1,19 @@ +# Describes the format for available ness alarm services + +aux: + description: Trigger an aux output. + fields: + output_id: + description: The aux output you wish to change. A number from 1-4. + example: 1 + state: + description: The On/Off State, represented as true/false. Default is true. If P14xE 8E is enabled then a value of true will pulse output x for the time specified in P14(x+4)E. + example: true + default: true + +panic: + description: Trigger a panic + fields: + code: + description: The user code to use to trigger the panic. + example: 1234 \ No newline at end of file