From fadb9bdfb371cdd42e82f0cbd71be48ae27a1964 Mon Sep 17 00:00:00 2001 From: Jonas Janz Date: Mon, 4 Nov 2019 10:58:39 +0100 Subject: [PATCH] Add information to IFTTT services.yaml (#28385) * docs(ifttt): add information to services.yaml * docs(ifttt): start examples lowercase * docs(ifttt): start examples with capital letter * docs(ifttt): end description on period --- homeassistant/components/ifttt/services.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/homeassistant/components/ifttt/services.yaml b/homeassistant/components/ifttt/services.yaml index e69de29bb2d..8669bc07fb4 100644 --- a/homeassistant/components/ifttt/services.yaml +++ b/homeassistant/components/ifttt/services.yaml @@ -0,0 +1,18 @@ +# Describes the format for available ifttt services + + +trigger: + description: Triggers the configured IFTTT Webhook. + fields: + event: + description: The name of the event to sent. + example: 'MY_HA_EVENT' + value1: + description: Generic field to send data via the event. + example: 'Hello World' + value2: + description: Generic field to send data via the event. + example: 'some additional data' + value3: + description: Generic field to send data via the event. + example: 'even more data' \ No newline at end of file