diff --git a/components/ifttt/index.html b/components/ifttt/index.html
index dee9f3a640..9d0b722a50 100644
--- a/components/ifttt/index.html
+++ b/components/ifttt/index.html
@@ -169,6 +169,31 @@ You need to setup a unique trigger for each event you sent to IFTTT.
+IFTTT can also be used in scripts and with data_template
. Here is the above automation broken into an automation and script using variables and data_templates.
+
+# Example configuration.yaml Automation entry
+automation:
+ alias: Startup Notification
+ trigger:
+ platform: event
+ event_type: homeassistant_start
+ action:
+ service: script.ifttt_notify
+ data_template:
+ value1: 'HA Status:'
+ value2: " is "
+ value3: ""
+
+
+
+#Example Script to send TestHA_Trigger to IFTTT but with some other data (homeassistant UP).
+ifttt_notify:
+ sequence:
+ - service: ifttt.trigger
+ data_template: {"event":"TestHA_Trigger", "value1":"", "value2":"", "value3":""}
+
+
+
Sending events from IFTTT to Home Assistant
To be able to receive events from IFTTT, your Home Assistant instance needs to be accessible from the web. This can be achieved by forwarding port 8123 from your router to the device running Home Assistant. If your ISP is giving you a new IP address from time to time, consider using DuckDNS.
diff --git a/sitemap.xml b/sitemap.xml
index 7d63499fa2..51595ffb43 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2364,62 +2364,62 @@
https://home-assistant.io/demo/frontend.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/index.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-12-01T07:50:17+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-12-01T07:50:18+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-12-01T07:50:18+00:00
+2016-12-02T13:33:06+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-12-01T07:50:18+00:00
+2016-12-02T13:33:06+00:00