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
This commit is contained in:
Jonas Janz 2019-11-04 10:58:39 +01:00 committed by Fabian Affolter
parent 40b676c06f
commit fadb9bdfb3

View File

@ -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'