homematic:
- delay: 1.0
hosts:
rf:
ip: 127.0.0.1
diff --git a/components/ifttt/index.html b/components/ifttt/index.html
index f28a262e55..a30f80f8b0 100644
--- a/components/ifttt/index.html
+++ b/components/ifttt/index.html
@@ -74,13 +74,13 @@
- IFTTT is a web service that allows users to create chains of simple conditional statements, so called “Applets”. With the IFTTT component you can trigger applets through the “Maker” channel. See the announcement blog post for examples how to use it.
+ IFTTT is a web service that allows users to create chains of simple conditional statements, so called “Applets”. With the IFTTT component you can trigger applets through the “Webhooks” service (which was previously the “Maker” channel). See the announcement blog post for examples how to use it.
# Example configuration.yaml entry
ifttt:
- key: xxxxx-x-xxxxxxxxxxxxx
+ key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-key
is your API key which can be obtained by viewing the Settings of the Maker Channel. It’s the last part of the URL (e.g. https://maker.ifttt.com/use/MYAPIKEY) you will find under Settings > Account Info.
+key
is your API key which can be obtained by viewing the Settings of the Webhooks applet. It’s the last part of the URL (e.g. https://maker.ifttt.com/use/MYAPIKEY) you will find under My Applets > Webhooks > Settings.
Property screen of the Maker Channel
@@ -90,7 +90,7 @@ Property screen of the Maker Channel
After restarting the server, be sure to watch the console for any logging errors that show up in red, white or yellow.
Testing your trigger
-You can use the Developer tools to test your Maker Channel trigger. To do this, open the Home Assistant frontend, open the sidebar, click on the first icon in the developer tools. This should get you to the Call Service screen. Fill in the following values:
+You can use the Developer tools to test your Webhooks trigger. To do this, open the Home Assistant frontend, open the sidebar, click on the first icon in the developer tools. This should get you to the Call Service screen. Fill in the following values:
diff --git a/components/sensor.speedtest/index.html b/components/sensor.speedtest/index.html
index dabdf0181b..6f425d29ad 100644
--- a/components/sensor.speedtest/index.html
+++ b/components/sensor.speedtest/index.html
@@ -137,6 +137,23 @@
- upload
+ Using as a trigger in an automation
+# Example configuration.yaml entry
+automation:
+ - alias: 'Internet Speed Glow Connect Great'
+ trigger:
+ platform: template
+ value_template: '{{ states.sensor.speedtest_download.state|float > 10}}'
+ action:
+ service: shell_command.green
+ - alias: 'Internet Speed Glow Connect Poor'
+ trigger:
+ platform: template
+ value_template: '{{ states.sensor.speedtest_download.state| float < 10 }}'
+ action:
+ service: shell_command.red
+
+
Notes
- When running on Raspberry Pi, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter.
diff --git a/developers/component_generic_discovery/index.html b/developers/component_generic_discovery/index.html
index 20d2e8e83c..c763a792b2 100644
--- a/developers/component_generic_discovery/index.html
+++ b/developers/component_generic_discovery/index.html
@@ -118,7 +118,7 @@ This can be achieved using the load_platform# You can now use hass.data[myflashyhub.DATA_MFH]
-The load_platform
method allows the platforms to be loaded with the need for any additional platform entries in your configuration.yaml
file, which normally would have been:
+The load_platform
method allows the platforms to be loaded without the need for any additional platform entries in your configuration.yaml
file, which normally would have been:
#light:
# platform: myflashyhub
#switch:
diff --git a/sitemap.xml b/sitemap.xml
index c15212f01d..d1694e122f 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3306,7 +3306,7 @@
https://home-assistant.io/components/switch.hook/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -3938,99 +3938,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/tools/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/tools/hass/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-09-18T19:58:18+00:00
+2017-09-19T14:43:42+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5034,62 +5034,62 @@
https://home-assistant.io/demo/frontend.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/index.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-09-18T19:57:31+00:00
+2017-09-19T14:42:45+00:00