hass-core/homeassistant/components/ifttt/services.yaml
Franck Nijhof 39336d3ea3
Add prettier (in pre-commit and CI) (#33693)
* Add prettier (in pre-commit and CI)

* Make all file prettier

* Change order

* Add to Azure Pipelines

* Fix a YAML file prettier caught as invalid

* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00

27 lines
887 B
YAML

# Describes the format for available ifttt services
push_alarm_state:
description: Update the alarm state to the specified value.
fields:
entity_id:
description: Name of the alarm control panel which state has to be updated.
example: "alarm_control_panel.downstairs"
state:
description: The state to which the alarm control panel has to be set.
example: "armed_night"
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"