mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
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:
parent
40b676c06f
commit
fadb9bdfb3
@ -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'
|
Loading…
x
Reference in New Issue
Block a user