From 397e838bfc6785a70259db7ff86f60e9e6026618 Mon Sep 17 00:00:00 2001 From: lichtteil Date: Fri, 21 Apr 2017 12:04:59 +0200 Subject: [PATCH 001/135] Add notice about inactive fritzdect actors (#2464) --- source/_components/switch.fritzdect.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/switch.fritzdect.markdown b/source/_components/switch.fritzdect.markdown index 1a9fe609480..b0d3b2ee3cd 100644 --- a/source/_components/switch.fritzdect.markdown +++ b/source/_components/switch.fritzdect.markdown @@ -40,3 +40,8 @@ Configuration variables: - **username** (*Required*): The username for your Fritz!Box. - **password** (*Required*): The password for your Fritz!Box. - **host** (*Optional*): The IP address/hostname of your Fritz!Box. Defaults to `fritz.box`. + + +

+If this component throws an error when starting home-assistant you should check if all actors are plugged in and connected to the FritzBox. Inactive actors that are not deleted from FritzBox configuration might lead to errors. +

From 3e9de98f19960d5afa9de113a4d08baadd66bc12 Mon Sep 17 00:00:00 2001 From: Klaas Hoekema Date: Fri, 21 Apr 2017 12:01:31 -0400 Subject: [PATCH 002/135] Document new token auth option for Hook switch (#2378) * Document new token auth option for Hook switch * Update switch.hook.markdown --- source/_components/switch.hook.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/switch.hook.markdown b/source/_components/switch.hook.markdown index 635e234940b..0550cadb089 100644 --- a/source/_components/switch.hook.markdown +++ b/source/_components/switch.hook.markdown @@ -20,12 +20,20 @@ In short, Hook is an RF to Wi-Fi bridge, controlling devices that recieve comman Hook provides a simple [REST API](https://app.swaggerhub.com/api/rahilj/GetHook_RestAPI/v1). This Home Assistant component reads in devices that have been set up in the official app. +Configure with either your username/password or your API token for the official app. + ```yaml # Example configuration.yaml entry - platform: hook username: password: !secret hook ``` +Or +```yaml +# Example configuration.yaml entry +- platform: hook + token: +``` Extra debug logging is available, if you need it. From 3783c539fae11b07f841281a9692daf5ca455fb0 Mon Sep 17 00:00:00 2001 From: Martokk Date: Fri, 21 Apr 2017 11:11:41 -0500 Subject: [PATCH 003/135] Update script delay to include milliseconds (#2438) --- source/_docs/scripts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index fdc2c50b460..1c6d9e8fbf5 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -66,7 +66,7 @@ delay: 00:01:30 ```yaml # Waits 1 minute delay: - # supports seconds, minutes, hours, days + # supports milliseconds, seconds, minutes, hours, days minutes: 1 ``` From 69efb61204ad536e94bc1725ddfd96b92c702bfa Mon Sep 17 00:00:00 2001 From: Daniel Peukert Date: Fri, 21 Apr 2017 21:09:05 +0200 Subject: [PATCH 004/135] Add clickable CLA label and fix country name --- source/developers/cla_sign.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/developers/cla_sign.html b/source/developers/cla_sign.html index e6b7b2b9a9d..6f4156774e1 100644 --- a/source/developers/cla_sign.html +++ b/source/developers/cla_sign.html @@ -20,7 +20,7 @@ footer: true width: 77%; } - div > label { + .wrapper div > label { width: 20%; } @@ -74,7 +74,7 @@ footer: true - I have read and agreed to the Home Assistant Contributor License Agreement +
@@ -91,7 +91,7 @@ footer: true