Merge pull request #84 from CCOSTAN/patch-13

Updated Blog Post example
This commit is contained in:
Paulus Schoutsen 2015-09-27 20:03:15 -07:00
commit b573e016da

View File

@ -61,14 +61,15 @@ Setup Maker channel with event name `HA_FIRE_ALARM` and Twitter channel to tweet
```yaml ```yaml
# Configuration.yaml entry # Configuration.yaml entry
automation: automation:
alias: Post a tweet when fire alarm is triggered - alias: Post a tweet when fire alarm is triggered
trigger:
platform: mqtt - platform: mqtt
mqtt_topic: home/alarm/fire mqtt_topic: home/alarm/fire
mqtt_payload: 'on' mqtt_payload: 'on'
execute_service: ifttt.trigger action:
service_data: {"event":"HA_FIRE_ALARM", "value1":"The fire alarm just triggered!"} service: ifttt.trigger
data: {"event":"HA_FIRE_ALARM", "value1":"The fire alarm just triggered!"}
``` ```
## {% linkable_title Turn on lights when I get home %} ## {% linkable_title Turn on lights when I get home %}