diff --git a/atom.xml b/atom.xml index bf63a549a4..d95f87e58d 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
# Example configuration.yaml Automation entry
+automation:
+ - alias: Startup Notification
+ trigger:
+ platform: event
+ event_type: homeassistant_start
+ action:
+ service: ifttt.trigger
+ data: {"event":"TestHA_Trigger", "value1":"Hello World!"}
+
+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 a56dfb6341..f46ca61118 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1983,62 +1983,62 @@