diff --git a/atom.xml b/atom.xml index ee6779d03d..e528168a1a 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index e507139ed3..91815f3c3d 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 6b7bbd6a9f..05370dcdb0 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 2aede60ae9..5990a4aac1 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index c44456cfac..2071199494 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 5b1d8bee4e..b4d54604af 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 5e0247b30d..e275f044bf 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 2c87b47111..b4b2f7eb06 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 686eabf078..ab9f9bfb21 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 70861a13ed..c5e54c58bf 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index b6b29b9741..6e8c856aab 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index ff87e4fd6f..856a3ed3d2 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2016-04-19T18:57:59+00:00 + 2016-04-20T01:51:40+00:00 https://home-assistant.io/ diff --git a/components/light.tellstick/index.html b/components/light.tellstick/index.html index 21f2490ed5..915d273ab9 100644 --- a/components/light.tellstick/index.html +++ b/components/light.tellstick/index.html @@ -97,18 +97,10 @@
# Example configuration.yaml entry
 light:
   platform: tellstick
-  signal_repetitions: 3
 
-

Configuration variables:

- -
    -
  • signal_repetitions Optional: Because the tellstick sends its actions via radio and from most receivers it’s impossible to know if the signal was received or not. Therefore you can configure the switch to try to send each signal repeatedly.
  • -
- - diff --git a/components/switch.tellstick/index.html b/components/switch.tellstick/index.html index 1357d2bad3..e6fe27defc 100644 --- a/components/switch.tellstick/index.html +++ b/components/switch.tellstick/index.html @@ -97,18 +97,10 @@
# Example configuration.yaml entry
 switch:
   platform: tellstick
-  signal_repetitions: 3
 
-

Configuration variables:

- -
    -
  • signal_repetitions Optional: Because the tellstick sends its actions via radio and from most receivers it’s impossible to know if the signal was received or not. Therefore you can configure the switch to try to send each signal repeatedly.
  • -
- - diff --git a/developers/development_environment/index.html b/developers/development_environment/index.html index 197052bfdb..3aab99d290 100644 --- a/developers/development_environment/index.html +++ b/developers/development_environment/index.html @@ -125,6 +125,17 @@ $ script/setup

After following these steps, running hass will invoke your local installation.

+

Prevent Linter Errors

+ +

Home Assistant enforces strict PEP8 style compliance on all code submitted. You can save yourself the hassle of extra commits just to fix style errors by enabling the flake8 git commit hook. It will check your code when you attempt to commit to the repo. It will block the commit if there are any style issues, giving you a chance to fix it.

+ +
+
$ pip install flake8
+$ flake8 --install-hook
+
+
+
+

Submitting improvements

Improvements to Home Assistant should be submitted one feature at a time using GitHub pull requests.

diff --git a/sitemap.xml b/sitemap.xml index 2ba781dfc2..61e016a9a7 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1448,18 +1448,18 @@ https://home-assistant.io/demo/frontend.html - 2016-04-19T18:57:07+00:00 + 2016-04-20T01:50:59+00:00 https://home-assistant.io/demo/index.html - 2016-04-19T18:57:07+00:00 + 2016-04-20T01:50:59+00:00 https://home-assistant.io/googlef4f3693c209fe788.html - 2016-04-19T18:57:07+00:00 + 2016-04-20T01:50:59+00:00 https://home-assistant.io/static/mdi-demo.html - 2016-04-19T18:57:07+00:00 + 2016-04-20T01:50:59+00:00