diff --git a/atom.xml b/atom.xml index cc8079d527..a882b014b9 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ @@ -13,6 +13,190 @@ Octopress + + <![CDATA[0.51: Massive history speed up, finished automation editor and official vacuum cleaner support]]> + + 2017-08-12T00:11:05+00:00 + https://home-assistant.io/blog/2017/08/12/release-51 +

+ +

This release has to do a one time database migration which can take a long time on big databases (20 minutes). During this time the frontend will not work. Do not stop Home Assistant while it is in progress.

+ +

Release 0.51 is around the corner and it contains some really great updates.

+ +

Database speed up

+ +

The first one is more amazing database updates #8748 by @OverloadUT. Every query that has been tested executes in well under 1 second, even on a RPi using MySQL with 6 million rows and around 300 entities. This is true even when you’re getting an unrealistically huge date range!

+ +

Updating the database will take some time when you start Home Assistant. During that time, the Home Assistant frontend is not accessible. Please let it complete and do not turn Home Assistant off.

+ +

Frontend update

+ +

We have finished the migration of our frontend to be powered by Polymer 2. This has given us a big speed boost on Safari/iOS devices and has fixed a wide range of bugs.

+ +

We have also finished the automation editor. All triggers and actions are now implemented and so are most conditions (missing are and, or). The automation editor is also no longer Chrome only, it can now also be used in Safari.

+ +

Another change to the frontend is that we have reorganized the panels. The Z-Wave and automation configuration panels have been merged into the configuration panel.

+ +
+ +
+ +

Vacuum cleaners

+ +

As we have seen more vacuum cleaners land in Home Assistant, it was time to create an official component for them. That’s why @azogue introduced the new vacuum cleaner component in #8623. This allows first class integration of vacuum cleaners in Home Assistant. Out of the box we will have Dyson, Xiamo and Roomba as supported platforms.

+ +

New Platforms

+ + + +

If you need help…

+

…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

+ +

Reporting Issues

+

Experiencing issues introduced by this release? Please report them in our issue tracker. Make sure to fill in all fields of the issue template.

+ + +

Breaking Changes

+ +
    +
  • Efergy sensors: change units from KW to W (@emlt - #8761) (sensor.efergy docs) (breaking change)
  • +
  • Xiaomi vacuum is now a platform of new vacuum component derived from ToggleEntity, and services (@azogue - #8623) (breaking change) (new-platform)
  • +
+ +
vacuum:
+- platform: xiaomi
+  name: Vacuum cleaner
+  host: !secret xiaomi_vacuum_robot_ip
+  token: !secret xiaomi_vacuum_robot_token
+
+
+ +

All changes

+ + + +]]>
+
+ <![CDATA[Home Assistant Podcast #5]]> @@ -1831,237 +2015,6 @@ Reading package lists... Done -]]> - - - - <![CDATA[Home Assistant 0.44: ZigBee, OpenCV and DLib]]> - - 2017-05-06T01:04:05+00:00 - https://home-assistant.io/blog/2017/05/06/zigbee-opencv-dlib -

- -

This release brings some great new integrations. The biggest one is the native ZigBee integration by Russell Cloran. This will allow Home Assistant to natively control Philips Hue lights without the need for a hub! (IKEA Tradfri lights not yet due to implementing a different profile)

- -

Another great new addition is OpenCV by Teagan Glenn. So now you’ll be able to unlock all the cool stuff from OpenCV right in Home Assistant. And if OpenCV is not your style, you can try out the new DLib integration added by Pascal Vizeli in this release.

- -

This release also includes a new component to dynamically generate RSS feeds based on a template. This means that any RSS widget on your phone, tablet or computer can now be used to show Home Assistant data!

- -

And finally, for users of the config panel in the UI, we have fixed the issue with the group editor.

- -

Enjoy!

- -

If you need help…

-

…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

- -

Reporting Issues

-

Experiencing issues introduced by this release? Please report them in our issue tracker. Make sure to fill in all fields of the issue template.

- -

New integrations

- - - -

Release 0.44.2 - May 8

- -
    -
  • Fix opening add-ons in Hass.io store that are not installed (@balloob)
  • -
- -

Release 0.44.1 - May 7

- - - - -

Breaking changes

- -
    -
  • Python Open Z-Wave made a release that fixed string processing. This was backwards incompatible. We have updated our code so you’ll have to update to the latest Python Open Z-Wave with this release. You can also wait one release, as next release we’ll introduce automatic installing of Python Open Z-Wave. (@keatontaylor - #7266) (climate.zwave docs) (breaking change)
  • -
  • InfluxDB configuration to blacklist domains has been updated to allow more features. (@janLo - #7264) (breaking change)
  • -
- -
# New format
-influxdb:
-  exclude:
-    entities:
-       - entity.id1
-       - entity.id2
-    domains:
-       - automation
-  include:
-    entities:
-       - entity.id3
-       - entity.id4
-
-
- - - -

All changes

- - - ]]>
diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index 709de12aa5..329b3107ec 100644 --- a/blog/2014/12/18/website-launched/index.html +++ b/blog/2014/12/18/website-launched/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html b/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html index 96edd8234f..87919c2c18 100644 --- a/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html +++ b/blog/2014/12/26/home-control-home-automation-and-the-smart-home/index.html @@ -162,6 +162,9 @@ This article will try to explain how they all relate.

Recent Posts

diff --git a/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html b/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html index 54d016cfeb..abe0e5948c 100644 --- a/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html +++ b/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/index.html @@ -152,6 +152,9 @@

Recent Posts

diff --git a/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html b/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html index c60fde8bea..f9c18691a2 100644 --- a/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html +++ b/blog/2015/01/11/bootstrapping-your-setup-with-discovery/index.html @@ -135,6 +135,9 @@

Recent Posts

diff --git a/blog/2015/01/13/nest-in-da-house/index.html b/blog/2015/01/13/nest-in-da-house/index.html index 351f306341..92aacf9400 100644 --- a/blog/2015/01/13/nest-in-da-house/index.html +++ b/blog/2015/01/13/nest-in-da-house/index.html @@ -139,6 +139,9 @@

Recent Posts

diff --git a/blog/2015/01/24/release-notes/index.html b/blog/2015/01/24/release-notes/index.html index 3602076f07..0260e2c5d9 100644 --- a/blog/2015/01/24/release-notes/index.html +++ b/blog/2015/01/24/release-notes/index.html @@ -145,6 +145,9 @@ Home Assistant now supports --open-ui and

Recent Posts

diff --git a/blog/2015/02/08/looking-at-the-past/index.html b/blog/2015/02/08/looking-at-the-past/index.html index 81672f3296..5a3912163b 100644 --- a/blog/2015/02/08/looking-at-the-past/index.html +++ b/blog/2015/02/08/looking-at-the-past/index.html @@ -150,6 +150,9 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D

Recent Posts

diff --git a/blog/2015/02/24/streaming-updates/index.html b/blog/2015/02/24/streaming-updates/index.html index d19c028c6a..5dfbf75593 100644 --- a/blog/2015/02/24/streaming-updates/index.html +++ b/blog/2015/02/24/streaming-updates/index.html @@ -136,6 +136,9 @@

Recent Posts

diff --git a/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html b/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html index c1438acac5..9732bb6c40 100644 --- a/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html +++ b/blog/2015/03/01/home-assistant-migrating-to-yaml/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/2015/03/08/new-logo/index.html b/blog/2015/03/08/new-logo/index.html index 23553e5fe4..28c04a6e91 100644 --- a/blog/2015/03/08/new-logo/index.html +++ b/blog/2015/03/08/new-logo/index.html @@ -133,6 +133,9 @@ The old logo, the new detailed logo and the new simple logo.

Recent Posts

diff --git a/blog/2015/03/11/release-notes/index.html b/blog/2015/03/11/release-notes/index.html index baac5a5e3b..3af98203d2 100644 --- a/blog/2015/03/11/release-notes/index.html +++ b/blog/2015/03/11/release-notes/index.html @@ -158,6 +158,9 @@ An initial version of voice control for Home Assistant has landed. The current i

Recent Posts

diff --git a/blog/2015/03/22/release-notes/index.html b/blog/2015/03/22/release-notes/index.html index d2cee99068..c069245e88 100644 --- a/blog/2015/03/22/release-notes/index.html +++ b/blog/2015/03/22/release-notes/index.html @@ -194,6 +194,9 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap

Recent Posts

diff --git a/blog/2015/04/25/release-notes/index.html b/blog/2015/04/25/release-notes/index.html index 0f4280ddc9..3072627abb 100644 --- a/blog/2015/04/25/release-notes/index.html +++ b/blog/2015/04/25/release-notes/index.html @@ -202,6 +202,9 @@

Recent Posts

diff --git a/blog/2015/05/09/utc-time-zone-awareness/index.html b/blog/2015/05/09/utc-time-zone-awareness/index.html index ca15b2ed1b..7cca57cdc7 100644 --- a/blog/2015/05/09/utc-time-zone-awareness/index.html +++ b/blog/2015/05/09/utc-time-zone-awareness/index.html @@ -146,6 +146,9 @@

Recent Posts

diff --git a/blog/2015/05/14/release-notes/index.html b/blog/2015/05/14/release-notes/index.html index ad87642820..4c99956cc2 100644 --- a/blog/2015/05/14/release-notes/index.html +++ b/blog/2015/05/14/release-notes/index.html @@ -216,6 +216,9 @@ Before diving into the newly supported devices and services, I want to highlight

Recent Posts

diff --git a/blog/2015/06/10/release-notes/index.html b/blog/2015/06/10/release-notes/index.html index 5048558d53..37d0551fcc 100644 --- a/blog/2015/06/10/release-notes/index.html +++ b/blog/2015/06/10/release-notes/index.html @@ -262,6 +262,9 @@ This switch platform allows you to control your motion detection setting on your

Recent Posts

diff --git a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html index 8a8de11732..b95a7f5351 100644 --- a/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html +++ b/blog/2015/07/11/ip-cameras-arduino-kodi-efergy-support/index.html @@ -226,6 +226,9 @@ Fabian has added support for Forecast.io to g

Recent Posts

diff --git a/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html b/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html index 6c35e24bca..b9df0ddc46 100644 --- a/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html +++ b/blog/2015/08/09/mqtt-raspberry-pi-squeezebox-asuswrt-support/index.html @@ -209,6 +209,9 @@ Support for Temper temperature sensors has been contributed by

Recent Posts

diff --git a/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html b/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html index a2ac7a1f3a..3651a531fd 100644 --- a/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html +++ b/blog/2015/08/17/verisure-and-modern-tp-link-router-support/index.html @@ -146,6 +146,9 @@

Recent Posts

diff --git a/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html b/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html index 6242122d53..34ad13004c 100644 --- a/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html +++ b/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/index.html @@ -246,6 +246,9 @@ The automation and script syntax here is using a deprecated and no longer suppor

Recent Posts

diff --git a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html index aa43f8139e..00124188d8 100644 --- a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html +++ b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html @@ -207,6 +207,9 @@

Recent Posts

diff --git a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html index 81882ea5b2..f062cb4c1c 100644 --- a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html +++ b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html @@ -284,6 +284,9 @@

Recent Posts

diff --git a/blog/2015/09/13/home-assistant-meets-ifttt/index.html b/blog/2015/09/13/home-assistant-meets-ifttt/index.html index 351714e87d..8f009f0dfe 100644 --- a/blog/2015/09/13/home-assistant-meets-ifttt/index.html +++ b/blog/2015/09/13/home-assistant-meets-ifttt/index.html @@ -274,6 +274,9 @@

Recent Posts

diff --git a/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html b/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html index ca1894bb26..3454c236d5 100644 --- a/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html +++ b/blog/2015/09/18/monitoring-with-glances-and-home-assistant/index.html @@ -173,6 +173,9 @@ Glances web server started on http://0.0.0.0:61208/

Recent Posts

diff --git a/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html b/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html index 10d6667ad7..65999558f9 100644 --- a/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html +++ b/blog/2015/09/19/alarm-sonos-and-itunes-support/index.html @@ -169,6 +169,9 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge

Recent Posts

diff --git a/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html b/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html index 179ef4924d..e7739fef28 100644 --- a/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html +++ b/blog/2015/10/05/home-assistant-goes-geo-with-owntracks/index.html @@ -152,6 +152,9 @@ Map in Home Assistant showing two people and three zones (home, school, work)

Recent Posts

diff --git a/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html b/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html index 7be65feb0d..8e645e8ad3 100644 --- a/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html +++ b/blog/2015/10/11/measure-temperature-with-esp8266-and-report-to-mqtt/index.html @@ -337,6 +337,9 @@ Home Assistant will keep track of historical values and allow you to integrate i

Recent Posts

diff --git a/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html b/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html index c1656222cb..1e680cffb3 100644 --- a/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html +++ b/blog/2015/10/11/rfxtrx-blinkstick-and-snmp-support/index.html @@ -142,6 +142,9 @@

Recent Posts

diff --git a/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html b/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html index ffa324ad8c..b32698db14 100644 --- a/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html +++ b/blog/2015/10/26/firetv-and-radiotherm-now-supported/index.html @@ -159,6 +159,9 @@ This makes more sense as most people run Home Assistant as a daemon

Recent Posts

diff --git a/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html b/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html index d46138c9c2..48ad7d0d13 100644 --- a/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html +++ b/blog/2015/11/16/zwave-switches-lights-and-honeywell-thermostats-now-supported/index.html @@ -157,6 +157,9 @@

Recent Posts

diff --git a/blog/2015/11/22/survey-november-2015/index.html b/blog/2015/11/22/survey-november-2015/index.html index e7d9b58a36..5086309932 100644 --- a/blog/2015/11/22/survey-november-2015/index.html +++ b/blog/2015/11/22/survey-november-2015/index.html @@ -184,6 +184,9 @@

Recent Posts

diff --git a/blog/2015/12/05/community-highlights/index.html b/blog/2015/12/05/community-highlights/index.html index 323567ace3..37a7d54e21 100644 --- a/blog/2015/12/05/community-highlights/index.html +++ b/blog/2015/12/05/community-highlights/index.html @@ -135,6 +135,9 @@

Recent Posts

diff --git a/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html b/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html index 74a8ff0705..5a8603bbf3 100644 --- a/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html +++ b/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/index.html @@ -143,6 +143,9 @@

Recent Posts

diff --git a/blog/2015/12/07/influxdb-and-grafana/index.html b/blog/2015/12/07/influxdb-and-grafana/index.html index 9b09b8a6cc..fd49ecd659 100644 --- a/blog/2015/12/07/influxdb-and-grafana/index.html +++ b/blog/2015/12/07/influxdb-and-grafana/index.html @@ -197,6 +197,9 @@ name: binary_sensor

Recent Posts

diff --git a/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html b/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html index b4829d9672..8d6ef819e9 100644 --- a/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html +++ b/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/index.html @@ -164,6 +164,9 @@ This is where we’ll configure our task, so select the plus icon to select an a

Recent Posts

diff --git a/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html b/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html index 6837583a2f..de5e1f6b15 100644 --- a/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html +++ b/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/index.html @@ -150,6 +150,9 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.

Recent Posts

diff --git a/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html b/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html index 504f9e64cc..71ef8b4b4e 100644 --- a/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html +++ b/blog/2015/12/13/setup-encryption-using-lets-encrypt/index.html @@ -189,6 +189,9 @@ sudo docker run -it --rm -p 80:80 --name certbot \

Recent Posts

diff --git a/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html b/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html index 0d96000b4c..41e48412d1 100644 --- a/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html +++ b/blog/2015/12/22/amazon-echo-icloud-and-templates/index.html @@ -167,6 +167,9 @@

Recent Posts

diff --git a/blog/2016/01/17/extended-support-for-diy-solutions/index.html b/blog/2016/01/17/extended-support-for-diy-solutions/index.html index 09c7df5bdf..a40ee7f96e 100644 --- a/blog/2016/01/17/extended-support-for-diy-solutions/index.html +++ b/blog/2016/01/17/extended-support-for-diy-solutions/index.html @@ -158,6 +158,9 @@

Recent Posts

diff --git a/blog/2016/01/19/perfect-home-automation/index.html b/blog/2016/01/19/perfect-home-automation/index.html index 5b413de8af..1c91e3cdbd 100644 --- a/blog/2016/01/19/perfect-home-automation/index.html +++ b/blog/2016/01/19/perfect-home-automation/index.html @@ -147,6 +147,9 @@

Recent Posts

diff --git a/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html b/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html index 60cd965a4a..ec391017bd 100644 --- a/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html +++ b/blog/2016/01/30/insteon-lifx-twitter-and-zigbee/index.html @@ -161,6 +161,9 @@ Example of the new views in the frontend. Learn mor

Recent Posts

diff --git a/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html b/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html index 6b8cec85c1..728197a240 100644 --- a/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html +++ b/blog/2016/02/09/Smarter-Smart-Things-with-MQTT-and-Home-Assistant/index.html @@ -281,6 +281,9 @@ Z-Wave light bulb |

Recent Posts

diff --git a/blog/2016/02/12/classifying-the-internet-of-things/index.html b/blog/2016/02/12/classifying-the-internet-of-things/index.html index a50440dd8e..d786039ce7 100644 --- a/blog/2016/02/12/classifying-the-internet-of-things/index.html +++ b/blog/2016/02/12/classifying-the-internet-of-things/index.html @@ -255,6 +255,9 @@

Recent Posts

diff --git a/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html b/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html index e56e223a66..433b9bf5bc 100644 --- a/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html +++ b/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors/index.html @@ -166,6 +166,9 @@

Recent Posts

diff --git a/blog/2016/02/18/multi-room-audio-with-snapcast/index.html b/blog/2016/02/18/multi-room-audio-with-snapcast/index.html index 51677c00f0..6c1b47c825 100644 --- a/blog/2016/02/18/multi-room-audio-with-snapcast/index.html +++ b/blog/2016/02/18/multi-room-audio-with-snapcast/index.html @@ -220,6 +220,9 @@

Recent Posts

diff --git a/blog/2016/02/20/community-highlights/index.html b/blog/2016/02/20/community-highlights/index.html index a5e26901ed..3305f6c6fd 100644 --- a/blog/2016/02/20/community-highlights/index.html +++ b/blog/2016/02/20/community-highlights/index.html @@ -163,6 +163,9 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.

Recent Posts

diff --git a/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html b/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html index dfeb39b434..e3d7413ad4 100644 --- a/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html +++ b/blog/2016/02/27/steam-d-link-smart-plugs-and-neurio-energy-sensors/index.html @@ -165,6 +165,9 @@

Recent Posts

diff --git a/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html b/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html index f698627412..ae3cae7fe4 100644 --- a/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html +++ b/blog/2016/03/12/z-wave-pep257-templated-service-calls/index.html @@ -166,6 +166,9 @@ player state attributes. This change affects automations, scripts and scenes.

Recent Posts

diff --git a/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html b/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html index b9a3514487..599038eafa 100644 --- a/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html +++ b/blog/2016/03/26/embedded-mqtt-broker-uber-yamaha-growl/index.html @@ -174,6 +174,9 @@

Recent Posts

diff --git a/blog/2016/04/05/your-hub-should-be-local-and-open/index.html b/blog/2016/04/05/your-hub-should-be-local-and-open/index.html index 01e769ae93..ebb253f6c7 100644 --- a/blog/2016/04/05/your-hub-should-be-local-and-open/index.html +++ b/blog/2016/04/05/your-hub-should-be-local-and-open/index.html @@ -134,6 +134,9 @@

Recent Posts

diff --git a/blog/2016/04/07/static-website/index.html b/blog/2016/04/07/static-website/index.html index 04ab9c7ad5..e325777ebb 100644 --- a/blog/2016/04/07/static-website/index.html +++ b/blog/2016/04/07/static-website/index.html @@ -137,6 +137,9 @@

Recent Posts

diff --git a/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html b/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html index b247d13061..edae1cae18 100644 --- a/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html +++ b/blog/2016/04/09/onkyo-panasonic-gtfs-and-config-validation/index.html @@ -146,6 +146,9 @@

Recent Posts

diff --git a/blog/2016/04/17/updated-documentation/index.html b/blog/2016/04/17/updated-documentation/index.html index 343f99905e..6a523ff378 100644 --- a/blog/2016/04/17/updated-documentation/index.html +++ b/blog/2016/04/17/updated-documentation/index.html @@ -132,6 +132,9 @@

Recent Posts

diff --git a/blog/2016/04/19/to-infinity-and-beyond/index.html b/blog/2016/04/19/to-infinity-and-beyond/index.html index d0a4f8a532..6fa0c4bcd7 100644 --- a/blog/2016/04/19/to-infinity-and-beyond/index.html +++ b/blog/2016/04/19/to-infinity-and-beyond/index.html @@ -144,6 +144,9 @@

Recent Posts

diff --git a/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html b/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html index 6ae9759ec1..3f2eda82c1 100644 --- a/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html +++ b/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html @@ -166,6 +166,9 @@

Recent Posts

diff --git a/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html b/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html index c7351d5e1a..2dd79084c8 100644 --- a/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html +++ b/blog/2016/04/30/ibeacons-part-1-making-presence-detection-work-better/index.html @@ -208,6 +208,9 @@ For example, my wife works next door - and I couldn’t detect whether she’s a

Recent Posts

diff --git a/blog/2016/05/06/open-iot-summit-talk/index.html b/blog/2016/05/06/open-iot-summit-talk/index.html index c311a09266..bcac0e0cff 100644 --- a/blog/2016/05/06/open-iot-summit-talk/index.html +++ b/blog/2016/05/06/open-iot-summit-talk/index.html @@ -132,6 +132,9 @@

Recent Posts

diff --git a/blog/2016/05/07/empowering-scripts-and-alexa/index.html b/blog/2016/05/07/empowering-scripts-and-alexa/index.html index 6cf26949a2..95601b748e 100644 --- a/blog/2016/05/07/empowering-scripts-and-alexa/index.html +++ b/blog/2016/05/07/empowering-scripts-and-alexa/index.html @@ -206,6 +206,9 @@

Recent Posts

diff --git a/blog/2016/05/12/video-configuring-home-assistant/index.html b/blog/2016/05/12/video-configuring-home-assistant/index.html index 7038b8e1ef..c38975dbe7 100644 --- a/blog/2016/05/12/video-configuring-home-assistant/index.html +++ b/blog/2016/05/12/video-configuring-home-assistant/index.html @@ -132,6 +132,9 @@

Recent Posts

diff --git a/blog/2016/05/18/why-we-use-polymer/index.html b/blog/2016/05/18/why-we-use-polymer/index.html index 87d3fdb521..0f51552259 100644 --- a/blog/2016/05/18/why-we-use-polymer/index.html +++ b/blog/2016/05/18/why-we-use-polymer/index.html @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2016/05/21/release-020/index.html b/blog/2016/05/21/release-020/index.html index c27c47d34b..f6db9a42cc 100644 --- a/blog/2016/05/21/release-020/index.html +++ b/blog/2016/05/21/release-020/index.html @@ -162,6 +162,9 @@

Recent Posts

diff --git a/blog/2016/05/22/get-started-with-all-in-one-installer/index.html b/blog/2016/05/22/get-started-with-all-in-one-installer/index.html index 492d8ec1b0..77e2bafac6 100644 --- a/blog/2016/05/22/get-started-with-all-in-one-installer/index.html +++ b/blog/2016/05/22/get-started-with-all-in-one-installer/index.html @@ -135,6 +135,9 @@

Recent Posts

diff --git a/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html b/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html index 4a8ef909a6..b7929027f7 100644 --- a/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html +++ b/blog/2016/05/26/ibeacons-how-to-track-things-that-cant-track-themselves-part-ii/index.html @@ -236,6 +236,9 @@

Recent Posts

diff --git a/blog/2016/06/01/community-highlights/index.html b/blog/2016/06/01/community-highlights/index.html index c58f7dd862..f1122c5fc4 100644 --- a/blog/2016/06/01/community-highlights/index.html +++ b/blog/2016/06/01/community-highlights/index.html @@ -144,6 +144,9 @@

Recent Posts

diff --git a/blog/2016/06/08/super-fast-web-enocean-lirc/index.html b/blog/2016/06/08/super-fast-web-enocean-lirc/index.html index 1dc0183f49..6002ed3643 100644 --- a/blog/2016/06/08/super-fast-web-enocean-lirc/index.html +++ b/blog/2016/06/08/super-fast-web-enocean-lirc/index.html @@ -176,6 +176,9 @@

Recent Posts

diff --git a/blog/2016/06/13/home-assistant-at-pycon-2016/index.html b/blog/2016/06/13/home-assistant-at-pycon-2016/index.html index 0131dee41d..9998a2b239 100644 --- a/blog/2016/06/13/home-assistant-at-pycon-2016/index.html +++ b/blog/2016/06/13/home-assistant-at-pycon-2016/index.html @@ -148,6 +148,9 @@

Recent Posts

diff --git a/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html b/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html index 7457c3dc1d..d318787a02 100644 --- a/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html +++ b/blog/2016/06/18/pandora-bt-home-hub-5-and-local-file-camera/index.html @@ -170,6 +170,9 @@

Recent Posts

diff --git a/blog/2016/06/23/usb-webcams-and-home-assistant/index.html b/blog/2016/06/23/usb-webcams-and-home-assistant/index.html index 0182c841c9..16ded8a8d0 100644 --- a/blog/2016/06/23/usb-webcams-and-home-assistant/index.html +++ b/blog/2016/06/23/usb-webcams-and-home-assistant/index.html @@ -216,6 +216,9 @@ target_dir /tmp

Recent Posts

diff --git a/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html b/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html index bb7a513de1..cb0334bb33 100644 --- a/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html +++ b/blog/2016/07/01/envisalink-homematic-hdmi-cec-and-sony-bravia-tv/index.html @@ -171,6 +171,9 @@

Recent Posts

diff --git a/blog/2016/07/06/pocketchip-running-home-assistant/index.html b/blog/2016/07/06/pocketchip-running-home-assistant/index.html index 2862613146..ea77ee82c5 100644 --- a/blog/2016/07/06/pocketchip-running-home-assistant/index.html +++ b/blog/2016/07/06/pocketchip-running-home-assistant/index.html @@ -161,6 +161,9 @@ Over a year ago I participated in the

Recent Posts

diff --git a/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html b/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html index eca3e72aa4..e0958fa719 100644 --- a/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html +++ b/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html @@ -167,6 +167,9 @@

Recent Posts

diff --git a/blog/2016/07/19/visualizing-your-iot-data/index.html b/blog/2016/07/19/visualizing-your-iot-data/index.html index 8dd44c33ab..81ef994e8b 100644 --- a/blog/2016/07/19/visualizing-your-iot-data/index.html +++ b/blog/2016/07/19/visualizing-your-iot-data/index.html @@ -204,6 +204,9 @@ SQLite version 3.11.0 2016-02-15 17:29:24

Recent Posts

diff --git a/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html b/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html index 149242d9ab..d426cba49d 100644 --- a/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html +++ b/blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/index.html @@ -171,6 +171,9 @@ One of the graphs created with this tutorial.

Recent Posts

diff --git a/blog/2016/07/28/esp8266-and-micropython-part1/index.html b/blog/2016/07/28/esp8266-and-micropython-part1/index.html index 47db305e90..3555731ece 100644 --- a/blog/2016/07/28/esp8266-and-micropython-part1/index.html +++ b/blog/2016/07/28/esp8266-and-micropython-part1/index.html @@ -251,6 +251,9 @@ If a module is missing then you need to download it from the

Recent Posts

diff --git a/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html b/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html index f995acbd93..2a00240d7d 100644 --- a/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html +++ b/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/index.html @@ -183,6 +183,9 @@

Recent Posts

diff --git a/blog/2016/08/03/laundry-automation-update/index.html b/blog/2016/08/03/laundry-automation-update/index.html index 351467580f..fdb0551b26 100644 --- a/blog/2016/08/03/laundry-automation-update/index.html +++ b/blog/2016/08/03/laundry-automation-update/index.html @@ -215,6 +215,9 @@

Recent Posts

diff --git a/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html b/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html index 03413466bf..49efe988c1 100644 --- a/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html +++ b/blog/2016/08/07/optimizing-the-home-assistant-mobile-web-app/index.html @@ -210,6 +210,9 @@

Recent Posts

diff --git a/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html b/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html index e97bf03d18..f77a572aa6 100644 --- a/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html +++ b/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/index.html @@ -183,6 +183,9 @@

Recent Posts

diff --git a/blog/2016/08/16/we-have-apps-now/index.html b/blog/2016/08/16/we-have-apps-now/index.html index 36a1b31c92..0688318261 100644 --- a/blog/2016/08/16/we-have-apps-now/index.html +++ b/blog/2016/08/16/we-have-apps-now/index.html @@ -221,6 +221,9 @@

Recent Posts

diff --git a/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html b/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html index 7d1371a660..aa9425adc2 100644 --- a/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html +++ b/blog/2016/08/19/github-style-calendar-heatmap-of-device-data/index.html @@ -133,6 +133,9 @@ Heatmap

Recent Posts

diff --git a/blog/2016/08/28/notifications-hue-fake-unification/index.html b/blog/2016/08/28/notifications-hue-fake-unification/index.html index 7e911ac763..4967888b86 100644 --- a/blog/2016/08/28/notifications-hue-fake-unification/index.html +++ b/blog/2016/08/28/notifications-hue-fake-unification/index.html @@ -282,6 +282,9 @@

Recent Posts

diff --git a/blog/2016/08/31/esp8266-and-micropython-part2/index.html b/blog/2016/08/31/esp8266-and-micropython-part2/index.html index 491f4f28aa..d3f5fed5d2 100644 --- a/blog/2016/08/31/esp8266-and-micropython-part2/index.html +++ b/blog/2016/08/31/esp8266-and-micropython-part2/index.html @@ -209,6 +209,9 @@ So, part 1 of ESP8266

Recent Posts

diff --git a/blog/2016/09/10/notify-group-reload-api-pihole/index.html b/blog/2016/09/10/notify-group-reload-api-pihole/index.html index c90b7ef534..2bfd0e454e 100644 --- a/blog/2016/09/10/notify-group-reload-api-pihole/index.html +++ b/blog/2016/09/10/notify-group-reload-api-pihole/index.html @@ -211,6 +211,9 @@

Recent Posts

diff --git a/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html b/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html index 82aee94cd7..a7c4e37827 100644 --- a/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html +++ b/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html @@ -216,6 +216,9 @@

Recent Posts

diff --git a/blog/2016/10/01/we-have-raspberry-image-now/index.html b/blog/2016/10/01/we-have-raspberry-image-now/index.html index baa37710f8..d62f88d154 100644 --- a/blog/2016/10/01/we-have-raspberry-image-now/index.html +++ b/blog/2016/10/01/we-have-raspberry-image-now/index.html @@ -137,6 +137,9 @@

Recent Posts

diff --git a/blog/2016/10/02/hacktoberfest/index.html b/blog/2016/10/02/hacktoberfest/index.html index c9302ae6c7..9522a2d947 100644 --- a/blog/2016/10/02/hacktoberfest/index.html +++ b/blog/2016/10/02/hacktoberfest/index.html @@ -145,6 +145,9 @@

Recent Posts

diff --git a/blog/2016/10/08/hassbian-rest-digital-ocean/index.html b/blog/2016/10/08/hassbian-rest-digital-ocean/index.html index 7a2c8fb5cd..e3ed214c9d 100644 --- a/blog/2016/10/08/hassbian-rest-digital-ocean/index.html +++ b/blog/2016/10/08/hassbian-rest-digital-ocean/index.html @@ -227,6 +227,9 @@

Recent Posts

diff --git a/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html b/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html index ac79ae4b23..30a2e10362 100644 --- a/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html +++ b/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html @@ -399,6 +399,9 @@

Recent Posts

diff --git a/blog/2016/10/25/explaining-the-updater/index.html b/blog/2016/10/25/explaining-the-updater/index.html index 3b65e73bcb..5ef4d965fb 100644 --- a/blog/2016/10/25/explaining-the-updater/index.html +++ b/blog/2016/10/25/explaining-the-updater/index.html @@ -155,6 +155,9 @@

Recent Posts

diff --git a/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html b/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html index 1de32fe6a4..59fb327807 100644 --- a/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html +++ b/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html @@ -223,6 +223,9 @@

Recent Posts

diff --git a/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html b/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html index ceaed2d994..8cee19a074 100644 --- a/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html +++ b/blog/2016/11/20/calendar-wink-thermostats-cisco-ios/index.html @@ -184,6 +184,9 @@

Recent Posts

diff --git a/blog/2016/12/03/remote-websockets-sonarr/index.html b/blog/2016/12/03/remote-websockets-sonarr/index.html index a0b3d6e55f..54791df86b 100644 --- a/blog/2016/12/03/remote-websockets-sonarr/index.html +++ b/blog/2016/12/03/remote-websockets-sonarr/index.html @@ -245,6 +245,9 @@

Recent Posts

diff --git a/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html b/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html index e557e8ed3f..7fbe1ddc6e 100644 --- a/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html +++ b/blog/2016/12/17/text-to-speech-aquostv-flic-zamg/index.html @@ -198,6 +198,9 @@

Recent Posts

diff --git a/blog/2016/12/19/thank-you/index.html b/blog/2016/12/19/thank-you/index.html index 83b3469588..f37d1b15c4 100644 --- a/blog/2016/12/19/thank-you/index.html +++ b/blog/2016/12/19/thank-you/index.html @@ -136,6 +136,9 @@

Recent Posts

diff --git a/blog/2017/01/03/control-my-christmas-tree-stats/index.html b/blog/2017/01/03/control-my-christmas-tree-stats/index.html index aaa3578eea..b126482bec 100644 --- a/blog/2017/01/03/control-my-christmas-tree-stats/index.html +++ b/blog/2017/01/03/control-my-christmas-tree-stats/index.html @@ -146,6 +146,9 @@

Recent Posts

diff --git a/blog/2017/01/14/iss-usps-images-packages/index.html b/blog/2017/01/14/iss-usps-images-packages/index.html index 07308357e2..1691657554 100644 --- a/blog/2017/01/14/iss-usps-images-packages/index.html +++ b/blog/2017/01/14/iss-usps-images-packages/index.html @@ -215,6 +215,9 @@ You have to note:

Recent Posts

diff --git a/blog/2017/01/18/numbers/index.html b/blog/2017/01/18/numbers/index.html index 61fa5b2e91..6c1f646b8a 100644 --- a/blog/2017/01/18/numbers/index.html +++ b/blog/2017/01/18/numbers/index.html @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2017/01/21/home-assistant-governance/index.html b/blog/2017/01/21/home-assistant-governance/index.html index f907b7a44e..c6c5a4e742 100644 --- a/blog/2017/01/21/home-assistant-governance/index.html +++ b/blog/2017/01/21/home-assistant-governance/index.html @@ -175,6 +175,9 @@

Recent Posts

diff --git a/blog/2017/01/28/face-coffee-wink/index.html b/blog/2017/01/28/face-coffee-wink/index.html index 6c737c94ef..c8b4006b4e 100644 --- a/blog/2017/01/28/face-coffee-wink/index.html +++ b/blog/2017/01/28/face-coffee-wink/index.html @@ -261,6 +261,9 @@

Recent Posts

diff --git a/blog/2017/02/03/babyphone/index.html b/blog/2017/02/03/babyphone/index.html index 254ba789bb..d3220d3e15 100644 --- a/blog/2017/02/03/babyphone/index.html +++ b/blog/2017/02/03/babyphone/index.html @@ -240,6 +240,9 @@ We change the platform name for binary sensor in 0.38 from

Recent Posts

diff --git a/blog/2017/02/04/hassbian-toybox/index.html b/blog/2017/02/04/hassbian-toybox/index.html index 5f74223da9..3aa22a6e65 100644 --- a/blog/2017/02/04/hassbian-toybox/index.html +++ b/blog/2017/02/04/hassbian-toybox/index.html @@ -166,6 +166,9 @@ On the close horizon from @Landrash th

Recent Posts

diff --git a/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html b/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html index a9f3eb7092..72743deebb 100644 --- a/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html +++ b/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html @@ -253,6 +253,9 @@

Recent Posts

diff --git a/blog/2017/02/14/clt-workshop/index.html b/blog/2017/02/14/clt-workshop/index.html index ffb6b9e148..8b41731104 100644 --- a/blog/2017/02/14/clt-workshop/index.html +++ b/blog/2017/02/14/clt-workshop/index.html @@ -136,6 +136,9 @@

Recent Posts

diff --git a/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html b/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html index ecac4a8d4c..f14b40ab79 100644 --- a/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html +++ b/blog/2017/02/22/home-assistant-tshirts-have-arrived/index.html @@ -170,6 +170,9 @@

Recent Posts

diff --git a/blog/2017/02/25/config-panel-and-state-restoration/index.html b/blog/2017/02/25/config-panel-and-state-restoration/index.html index 5e1bc44e53..102dd8d48a 100644 --- a/blog/2017/02/25/config-panel-and-state-restoration/index.html +++ b/blog/2017/02/25/config-panel-and-state-restoration/index.html @@ -308,6 +308,9 @@

Recent Posts

diff --git a/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html b/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html index ca37b19743..d03dde6f8a 100644 --- a/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html +++ b/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html @@ -341,6 +341,9 @@ Screenshot of all the different functionality the IP webcam integration offers.

Recent Posts

diff --git a/blog/2017/03/22/broken-dependencies/index.html b/blog/2017/03/22/broken-dependencies/index.html index b58f5fb599..a832ace073 100644 --- a/blog/2017/03/22/broken-dependencies/index.html +++ b/blog/2017/03/22/broken-dependencies/index.html @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html b/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html index fdd79ce8bd..170c3b7762 100644 --- a/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html +++ b/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/index.html @@ -131,6 +131,9 @@

Recent Posts

diff --git a/blog/2017/03/25/todo-volumio-workday/index.html b/blog/2017/03/25/todo-volumio-workday/index.html index 7ccefd34a6..8da1ccc434 100644 --- a/blog/2017/03/25/todo-volumio-workday/index.html +++ b/blog/2017/03/25/todo-volumio-workday/index.html @@ -286,6 +286,9 @@

Recent Posts

diff --git a/blog/2017/03/28/http-to-mqtt-bridge/index.html b/blog/2017/03/28/http-to-mqtt-bridge/index.html index b0d8b4e101..2f842fd0ad 100644 --- a/blog/2017/03/28/http-to-mqtt-bridge/index.html +++ b/blog/2017/03/28/http-to-mqtt-bridge/index.html @@ -179,6 +179,9 @@

Recent Posts

diff --git a/blog/2017/04/01/thomas-krenn-award/index.html b/blog/2017/04/01/thomas-krenn-award/index.html index 237520d675..2f2756c952 100644 --- a/blog/2017/04/01/thomas-krenn-award/index.html +++ b/blog/2017/04/01/thomas-krenn-award/index.html @@ -140,6 +140,9 @@

Recent Posts

diff --git a/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html b/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html index 59de882924..763c69f562 100644 --- a/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html +++ b/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/index.html @@ -339,6 +339,9 @@

Recent Posts

diff --git a/blog/2017/04/15/ios/index.html b/blog/2017/04/15/ios/index.html index a42bd85c7f..044703cb4e 100644 --- a/blog/2017/04/15/ios/index.html +++ b/blog/2017/04/15/ios/index.html @@ -143,6 +143,9 @@

Recent Posts

diff --git a/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html b/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html index 0f1e7b20d0..5f9b855bd6 100644 --- a/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html +++ b/blog/2017/04/17/ikea-tradfri-internet-of-things-done-right/index.html @@ -196,6 +196,9 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi

Recent Posts

diff --git a/blog/2017/04/22/ikea-tradfri-spotify/index.html b/blog/2017/04/22/ikea-tradfri-spotify/index.html index cd35cba213..63cb90c2d5 100644 --- a/blog/2017/04/22/ikea-tradfri-spotify/index.html +++ b/blog/2017/04/22/ikea-tradfri-spotify/index.html @@ -341,6 +341,9 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi

Recent Posts

diff --git a/blog/2017/04/24/hardware-contest-2017/index.html b/blog/2017/04/24/hardware-contest-2017/index.html index 53f676eaf6..8baab9ff57 100644 --- a/blog/2017/04/24/hardware-contest-2017/index.html +++ b/blog/2017/04/24/hardware-contest-2017/index.html @@ -136,6 +136,9 @@

Recent Posts

diff --git a/blog/2017/04/25/influxdb-grafana-docker/index.html b/blog/2017/04/25/influxdb-grafana-docker/index.html index cb17b24011..2a3824f78e 100644 --- a/blog/2017/04/25/influxdb-grafana-docker/index.html +++ b/blog/2017/04/25/influxdb-grafana-docker/index.html @@ -178,6 +178,9 @@

Recent Posts

diff --git a/blog/2017/04/30/hassbian-1.21-its-about-time/index.html b/blog/2017/04/30/hassbian-1.21-its-about-time/index.html index 65f52264e9..9ff06024d4 100644 --- a/blog/2017/04/30/hassbian-1.21-its-about-time/index.html +++ b/blog/2017/04/30/hassbian-1.21-its-about-time/index.html @@ -153,6 +153,9 @@

Recent Posts

diff --git a/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html b/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html index bc2f69b15b..dd5f8a1f5b 100644 --- a/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html +++ b/blog/2017/05/01/home-assistant-on-raspberry-pi-zero-in-30-minutes/index.html @@ -167,6 +167,9 @@ $ sudo systemctl start install_homeassistant.service

Recent Posts

diff --git a/blog/2017/05/05/podcast-init-interview/index.html b/blog/2017/05/05/podcast-init-interview/index.html index fa01fa7653..b0bb4f6e7a 100644 --- a/blog/2017/05/05/podcast-init-interview/index.html +++ b/blog/2017/05/05/podcast-init-interview/index.html @@ -132,6 +132,9 @@

Recent Posts

diff --git a/blog/2017/05/06/zigbee-opencv-dlib/index.html b/blog/2017/05/06/zigbee-opencv-dlib/index.html index 359ecc35fe..271550fc3e 100644 --- a/blog/2017/05/06/zigbee-opencv-dlib/index.html +++ b/blog/2017/05/06/zigbee-opencv-dlib/index.html @@ -330,6 +330,9 @@

Recent Posts

diff --git a/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/index.html b/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/index.html index 31244bb39b..111a5e40bf 100644 --- a/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/index.html +++ b/blog/2017/05/07/grazer-linuxtage-2017-talk-python-everywhere/index.html @@ -133,6 +133,9 @@

Recent Posts

diff --git a/blog/2017/05/13/home-assistant-on-orange-pi-zero/index.html b/blog/2017/05/13/home-assistant-on-orange-pi-zero/index.html index 31636a757f..3b510aea2c 100644 --- a/blog/2017/05/13/home-assistant-on-orange-pi-zero/index.html +++ b/blog/2017/05/13/home-assistant-on-orange-pi-zero/index.html @@ -236,6 +236,9 @@ Reading package lists... Done

Recent Posts

diff --git a/blog/2017/05/19/home-assistant-at-pycon-us-2017/index.html b/blog/2017/05/19/home-assistant-at-pycon-us-2017/index.html index 538d5a8638..7b92557477 100644 --- a/blog/2017/05/19/home-assistant-at-pycon-us-2017/index.html +++ b/blog/2017/05/19/home-assistant-at-pycon-us-2017/index.html @@ -131,6 +131,9 @@

Recent Posts

diff --git a/blog/2017/05/20/automation-editor-zwave-panel-ocr/index.html b/blog/2017/05/20/automation-editor-zwave-panel-ocr/index.html index c9bf3415dd..d37512a216 100644 --- a/blog/2017/05/20/automation-editor-zwave-panel-ocr/index.html +++ b/blog/2017/05/20/automation-editor-zwave-panel-ocr/index.html @@ -289,6 +289,9 @@ If you have a security key set in your Open Z-Wave

Recent Posts

diff --git a/blog/2017/06/02/home-assistant-podcast-1/index.html b/blog/2017/06/02/home-assistant-podcast-1/index.html index b34f8332df..34f951b9df 100644 --- a/blog/2017/06/02/home-assistant-podcast-1/index.html +++ b/blog/2017/06/02/home-assistant-podcast-1/index.html @@ -132,6 +132,9 @@

Recent Posts

diff --git a/blog/2017/06/04/release-46/index.html b/blog/2017/06/04/release-46/index.html index ebe006f842..4ae84e74ca 100644 --- a/blog/2017/06/04/release-46/index.html +++ b/blog/2017/06/04/release-46/index.html @@ -275,6 +275,9 @@

Recent Posts

diff --git a/blog/2017/06/10/interview-with-jupiter-broadcasting/index.html b/blog/2017/06/10/interview-with-jupiter-broadcasting/index.html index 5cfaa72f3a..b95c13d045 100644 --- a/blog/2017/06/10/interview-with-jupiter-broadcasting/index.html +++ b/blog/2017/06/10/interview-with-jupiter-broadcasting/index.html @@ -131,6 +131,9 @@

Recent Posts

diff --git a/blog/2017/06/15/zwave-entity-ids/index.html b/blog/2017/06/15/zwave-entity-ids/index.html index b03333f9e2..d5e44df252 100644 --- a/blog/2017/06/15/zwave-entity-ids/index.html +++ b/blog/2017/06/15/zwave-entity-ids/index.html @@ -131,6 +131,9 @@

Recent Posts

diff --git a/blog/2017/06/17/release-47/index.html b/blog/2017/06/17/release-47/index.html index 4b87dfb249..f95c1a1fc8 100644 --- a/blog/2017/06/17/release-47/index.html +++ b/blog/2017/06/17/release-47/index.html @@ -372,6 +372,9 @@ trigger:

Recent Posts

diff --git a/blog/2017/06/20/things-you-should-know-about-senic-covi/index.html b/blog/2017/06/20/things-you-should-know-about-senic-covi/index.html index b16b8aa95a..e9de24c3cd 100644 --- a/blog/2017/06/20/things-you-should-know-about-senic-covi/index.html +++ b/blog/2017/06/20/things-you-should-know-about-senic-covi/index.html @@ -155,6 +155,9 @@ Core Developer, Home Assistant

Recent Posts

diff --git a/blog/2017/07/02/release-48/index.html b/blog/2017/07/02/release-48/index.html index 132c518ed7..5044fef300 100644 --- a/blog/2017/07/02/release-48/index.html +++ b/blog/2017/07/02/release-48/index.html @@ -342,6 +342,9 @@

Recent Posts

diff --git a/blog/2017/07/03/home-assistant-is-moving-to-discord/index.html b/blog/2017/07/03/home-assistant-is-moving-to-discord/index.html index e1545c9bcf..d470e7df31 100644 --- a/blog/2017/07/03/home-assistant-is-moving-to-discord/index.html +++ b/blog/2017/07/03/home-assistant-is-moving-to-discord/index.html @@ -178,6 +178,9 @@ Community Leader, Home Assistant

Recent Posts

diff --git a/blog/2017/07/05/hasspodcast-ep-3/index.html b/blog/2017/07/05/hasspodcast-ep-3/index.html index 040aa69341..1282b9c663 100644 --- a/blog/2017/07/05/hasspodcast-ep-3/index.html +++ b/blog/2017/07/05/hasspodcast-ep-3/index.html @@ -129,6 +129,9 @@

Recent Posts

diff --git a/blog/2017/07/15/release-49/index.html b/blog/2017/07/15/release-49/index.html index 66ba71406f..ed5ad7136f 100644 --- a/blog/2017/07/15/release-49/index.html +++ b/blog/2017/07/15/release-49/index.html @@ -328,6 +328,9 @@ Screenshot of a green dashboard

Recent Posts

diff --git a/blog/2017/07/17/hasspodcast-ep-4/index.html b/blog/2017/07/17/hasspodcast-ep-4/index.html index aeeaae259c..f8b3ee1417 100644 --- a/blog/2017/07/17/hasspodcast-ep-4/index.html +++ b/blog/2017/07/17/hasspodcast-ep-4/index.html @@ -129,6 +129,9 @@

Recent Posts

    +
  • + 0.51: Massive history speed up, finished automation editor and official vacuum cleaner support +
  • Home Assistant Podcast #5
  • diff --git a/blog/2017/07/25/introducing-hassio/index.html b/blog/2017/07/25/introducing-hassio/index.html index 7a7b903374..6145b4e239 100644 --- a/blog/2017/07/25/introducing-hassio/index.html +++ b/blog/2017/07/25/introducing-hassio/index.html @@ -163,6 +163,9 @@ Hass.io dashboard

    Recent Posts

    diff --git a/blog/2017/07/27/talk-python-podcast/index.html b/blog/2017/07/27/talk-python-podcast/index.html index 7fe59f69e9..3b7fb73546 100644 --- a/blog/2017/07/27/talk-python-podcast/index.html +++ b/blog/2017/07/27/talk-python-podcast/index.html @@ -132,6 +132,9 @@

    Recent Posts

    diff --git a/blog/2017/07/29/release-50/index.html b/blog/2017/07/29/release-50/index.html index f0e7abf487..39accacefc 100644 --- a/blog/2017/07/29/release-50/index.html +++ b/blog/2017/07/29/release-50/index.html @@ -300,6 +300,9 @@

    Recent Posts

    diff --git a/blog/2017/08/01/hasspodcast-ep-5/index.html b/blog/2017/08/01/hasspodcast-ep-5/index.html index 658ee87328..372c942d81 100644 --- a/blog/2017/08/01/hasspodcast-ep-5/index.html +++ b/blog/2017/08/01/hasspodcast-ep-5/index.html @@ -130,6 +130,9 @@

    Recent Posts

    diff --git a/blog/2017/08/12/release-51/index.html b/blog/2017/08/12/release-51/index.html new file mode 100644 index 0000000000..cbec124d71 --- /dev/null +++ b/blog/2017/08/12/release-51/index.html @@ -0,0 +1,361 @@ + + + + + + + + + 0.51: Massive history speed up, finished automation editor and official vacuum cleaner support - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    +
    +

    0.51: Massive history speed up, finished automation editor and official vacuum cleaner support

    +
    + + + 12 minutes reading time + + +
      +
    • Release-Notes
    • +
    +
    + Comments +
    +
    +

    +

    This release has to do a one time database migration which can take a long time on big databases (20 minutes). During this time the frontend will not work. Do not stop Home Assistant while it is in progress.

    +

    Release 0.51 is around the corner and it contains some really great updates.

    +

    Database speed up

    +

    The first one is more amazing database updates #8748 by @OverloadUT. Every query that has been tested executes in well under 1 second, even on a RPi using MySQL with 6 million rows and around 300 entities. This is true even when you’re getting an unrealistically huge date range!

    +

    Updating the database will take some time when you start Home Assistant. During that time, the Home Assistant frontend is not accessible. Please let it complete and do not turn Home Assistant off.

    +

    Frontend update

    +

    We have finished the migration of our frontend to be powered by Polymer 2. This has given us a big speed boost on Safari/iOS devices and has fixed a wide range of bugs.

    +

    We have also finished the automation editor. All triggers and actions are now implemented and so are most conditions (missing are and, or). The automation editor is also no longer Chrome only, it can now also be used in Safari.

    +

    Another change to the frontend is that we have reorganized the panels. The Z-Wave and automation configuration panels have been merged into the configuration panel.

    +
    + +
    +

    Vacuum cleaners

    +

    As we have seen more vacuum cleaners land in Home Assistant, it was time to create an official component for them. That’s why @azogue introduced the new vacuum cleaner component in #8623. This allows first class integration of vacuum cleaners in Home Assistant. Out of the box we will have Dyson, Xiamo and Roomba as supported platforms.

    +

    New Platforms

    + +

    If you need help…

    +

    …don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

    +

    Reporting Issues

    +

    Experiencing issues introduced by this release? Please report them in our issue tracker. Make sure to fill in all fields of the issue template.

    + +

    Breaking Changes

    +
      +
    • Efergy sensors: change units from KW to W (@emlt - #8761) (sensor.efergy docs) (breaking change)
    • +
    • Xiaomi vacuum is now a platform of new vacuum component derived from ToggleEntity, and services (@azogue - #8623) (breaking change) (new-platform)
    • +
    +
    vacuum:
    +- platform: xiaomi
    +  name: Vacuum cleaner
    +  host: !secret xiaomi_vacuum_robot_ip
    +  token: !secret xiaomi_vacuum_robot_token
    +
    +
    +

    All changes

    + +
    +
    +

    Comments

    +
    +
    +
    + +
    +
    + + + + + + + + diff --git a/blog/archives/index.html b/blog/archives/index.html index 7e5576d853..ce9f99e4ab 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -3040,6 +3040,27 @@
    + + + @@ -3080,6 +3101,9 @@

    Recent Posts

    diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 5693f6002f..aa54e735c2 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/index.html b/blog/categories/announcements/index.html index 4e48f7b451..d89c3063d9 100644 --- a/blog/categories/announcements/index.html +++ b/blog/categories/announcements/index.html @@ -157,6 +157,9 @@

    Recent Posts

    diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 0f15b5a4b3..d1dfb251bf 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html index f121cdbf18..e268a65127 100644 --- a/blog/categories/community/index.html +++ b/blog/categories/community/index.html @@ -394,6 +394,9 @@

    Recent Posts

    diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 0796a1f256..7fb598829b 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/index.html b/blog/categories/device-tracking/index.html index 6231ad642f..6826f98917 100644 --- a/blog/categories/device-tracking/index.html +++ b/blog/categories/device-tracking/index.html @@ -138,6 +138,9 @@

    Recent Posts

    diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 06f1719235..954d465d52 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index cd140ab3cc..a8eb2c6c9a 100644 --- a/blog/categories/esp8266/index.html +++ b/blog/categories/esp8266/index.html @@ -186,6 +186,9 @@

    Recent Posts

    diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 5ee525ce57..0bbb3b63d0 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]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index 584aa5cc54..e3a2d0a8d5 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -613,6 +613,9 @@

    Recent Posts

    diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index e11bb6592a..15172b963e 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/index.html b/blog/categories/ibeacons/index.html index 120639ab6a..f42f0c5bd3 100644 --- a/blog/categories/ibeacons/index.html +++ b/blog/categories/ibeacons/index.html @@ -161,6 +161,9 @@

    Recent Posts

    diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 224661cb46..cf2256cdb7 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]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/index.html b/blog/categories/internet-of-things/index.html index ce6006d0d1..e3b2070bf7 100644 --- a/blog/categories/internet-of-things/index.html +++ b/blog/categories/internet-of-things/index.html @@ -222,6 +222,9 @@

    Recent Posts

    diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index feddea211a..8c50663815 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/index.html b/blog/categories/iot-data/index.html index 78858482f2..388a41df83 100644 --- a/blog/categories/iot-data/index.html +++ b/blog/categories/iot-data/index.html @@ -181,6 +181,9 @@

    Recent Posts

    diff --git a/blog/categories/media/atom.xml b/blog/categories/media/atom.xml index 03afc15df8..c0fd88755a 100644 --- a/blog/categories/media/atom.xml +++ b/blog/categories/media/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Media | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/media/index.html b/blog/categories/media/index.html index 52950ae535..e01dc2522d 100644 --- a/blog/categories/media/index.html +++ b/blog/categories/media/index.html @@ -283,6 +283,9 @@

    Recent Posts

    diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index 90c3748d4a..095defee39 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/index.html b/blog/categories/merchandise/index.html index 8017206bb2..6f502a98cd 100644 --- a/blog/categories/merchandise/index.html +++ b/blog/categories/merchandise/index.html @@ -136,6 +136,9 @@

    Recent Posts

    diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index 138487ed33..4bc29b5622 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/index.html b/blog/categories/micropython/index.html index 7a3e250c00..d6ffb6fbdf 100644 --- a/blog/categories/micropython/index.html +++ b/blog/categories/micropython/index.html @@ -185,6 +185,9 @@

    Recent Posts

    diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 4e1a782875..357897cf8e 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index 935ada4436..627414669e 100644 --- a/blog/categories/mqtt/index.html +++ b/blog/categories/mqtt/index.html @@ -207,6 +207,9 @@

    Recent Posts

    diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index f23bcde56e..0f55f3da80 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/index.html b/blog/categories/organisation/index.html index 6a197eed76..b5991ccaba 100644 --- a/blog/categories/organisation/index.html +++ b/blog/categories/organisation/index.html @@ -201,6 +201,9 @@

    Recent Posts

    diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 741dd4d253..8df60253f1 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/index.html b/blog/categories/owntracks/index.html index 0636d1a946..f16a611d16 100644 --- a/blog/categories/owntracks/index.html +++ b/blog/categories/owntracks/index.html @@ -161,6 +161,9 @@

    Recent Posts

    diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 3cac4505c4..79860f4430 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/index.html b/blog/categories/presence-detection/index.html index 12a2e0dca9..58a9decc6b 100644 --- a/blog/categories/presence-detection/index.html +++ b/blog/categories/presence-detection/index.html @@ -138,6 +138,9 @@

    Recent Posts

    diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 9419466fde..b284fc3a57 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]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/index.html b/blog/categories/public-service-announcement/index.html index a7e8460dae..bb5f55c506 100644 --- a/blog/categories/public-service-announcement/index.html +++ b/blog/categories/public-service-announcement/index.html @@ -158,6 +158,9 @@

    Recent Posts

    diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index a1954906e0..10b8100c98 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]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ @@ -13,6 +13,444 @@ Octopress + + <![CDATA[0.51: Massive history speed up, finished automation editor and official vacuum cleaner support]]> + + 2017-08-12T00:11:05+00:00 + https://home-assistant.io/blog/2017/08/12/release-51 + + +

    This release has to do a one time database migration which can take a long time on big databases (20 minutes). During this time the frontend will not work. Do not stop Home Assistant while it is in progress.

    + +Release 0.51 is around the corner and it contains some really great updates. + +## Database speed up + +The first one is more amazing database updates [#8748] by [@OverloadUT]. Every query that has been tested executes in well under 1 second, even on a RPi using MySQL with 6 million rows and around 300 entities. This is true even when you're getting an unrealistically huge date range! + +Updating the database will take some time when you start Home Assistant. During that time, the Home Assistant frontend is not accessible. Please let it complete and do not turn Home Assistant off. + +## Frontend update + +We have finished the migration of our frontend to be powered by Polymer 2. This has given us a big speed boost on Safari/iOS devices and has fixed a wide range of bugs. + +We have also finished the automation editor. All triggers and actions are now implemented and so are most conditions (missing are `and`, `or`). The automation editor is also no longer Chrome only, it can now also be used in Safari. + +Another change to the frontend is that we have reorganized the panels. The Z-Wave and automation configuration panels have been merged into the configuration panel. + +
    + +
    + +## Vacuum cleaners + +As we have seen more vacuum cleaners land in Home Assistant, it was time to create an official component for them. That's why [@azogue] introduced the new vacuum cleaner component in [#8623]. This allows first class integration of vacuum cleaners in Home Assistant. Out of the box we will have Dyson, Xiamo and Roomba as supported platforms. + +## New Platforms + +- Added Lutron Caseta Scene Support ([@809694+kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform) +- New media_player platform for Russound devices using the RIO protocol ([@wickerwaka] - [#8448]) ([media_player.russound_rio docs]) (new-platform) +- New component: bluesound ([@thrawnarn] - [#7192]) ([media_player.bluesound docs]) (new-platform) +- Add mochad light component ([@mtreinish] - [#8476]) ([light.mochad docs]) (new-platform) +- geizhals sensor component ([@JulianKahnert] - [#8458]) ([sensor.geizhals docs]) (new-platform) +- Xiaomi vacuum as platform of new `vacuum` component derived from ToggleEntity, and services ([@azogue] - [#8623]) (breaking change) (new-platform) +- Wi-Fi enabled Roomba support ([@pschmitt] - [#8825]) ([vacuum.roomba docs]) (new-platform) +- Add support to Dyson 360 Eye robot vacuum using new vacuum platform ([@CharlesBlonde] - [#8852]) ([dyson docs]) ([vacuum docs]) ([fan.dyson docs]) ([sensor.dyson docs]) ([vacuum.dyson docs]) (new-platform) +- Add Initial Mailbox panel and sensor ([@PhracturedBlue] - [#8233]) ([asterisk_mbox docs]) (new-platform) +- Add Leviton Decora Smart WiFi Device Platform ([@tlyakhov] - [#8529]) ([light.decora_wifi docs]) (new-platform) +- Add RainMachine switch platform ([@bachya] - [#8827]) ([switch.rainmachine docs]) (new-platform) +- Add new device tracker for Huawei Routers. ([@abmantis] - [#8488]) ([device_tracker.huawei_router docs]) (new-platform) +- Add Shodan sensor ([@fabaff] - [#8902]) ([sensor.shodan docs]) (new-platform) + +## If you need help... +...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. + +## Reporting Issues +Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template. + + +## Breaking Changes + +- Efergy sensors: change units from KW to W ([@emlt] - [#8761]) ([sensor.efergy docs]) (breaking change) +- Xiaomi vacuum is now a platform of new `vacuum` component derived from ToggleEntity, and services ([@azogue] - [#8623]) (breaking change) (new-platform) + +```yaml +vacuum: +- platform: xiaomi + name: Vacuum cleaner + host: !secret xiaomi_vacuum_robot_ip + token: !secret xiaomi_vacuum_robot_token +``` + +## All changes + +- Upgrade pushbullet.py to 0.11.0 ([@fabaff] - [#8691]) ([notify.pushbullet docs]) +- Upgrade mypy to 0.521 ([@fabaff] - [#8692]) +- Added Lutron Caseta Scene Support ([@809694+kfcook] - [#8690]) ([lutron_caseta docs]) ([scene.lutron_caseta docs]) (new-platform) +- Remove deprecated host and ssl logic from Kodi ([@armills] - [#8700]) ([media_player.kodi docs]) +- Remove deprecated substitute interfaces ([@armills] - [#8701]) ([binary_sensor docs]) ([media_player docs]) +- Remove deprecated sensor_class config options ([@armills] - [#8702]) +- directv: add configuration glue for Genie slaves ([@sielicki] - [#8713]) ([media_player.directv docs]) +- bump python-telegram-bot to 7.0.1 for fully support Bot API 3.2 ([@azogue] - [#8715]) ([telegram_bot docs]) +- Add proxy support for telegram_bot ([@azogue] - [#8717]) ([telegram_bot docs]) +- python-insteonplm module version bump ([@nugget] - [#8736]) ([insteon_plm docs]) +- New media_player platform for Russound devices using the RIO protocol ([@wickerwaka] - [#8448]) ([media_player.russound_rio docs]) (new-platform) +- Add toggle to remotes ([@alanfischer] - [#8483]) ([remote docs]) ([remote.apple_tv docs]) ([remote.harmony docs]) ([remote.itach docs]) +- added invert_state optional parameter ([@gwhiteCL] - [#8695]) ([cover.rpi_gpio docs]) +- buienradar dates tz-aware ([@mjj4791] - [#8767]) ([sensor.buienradar docs]) ([weather.buienradar docs]) +- Change units from KW to W ([@emlt] - [#8761]) ([sensor.efergy docs]) (breaking change) +- Clean up remote component ([@MartinHjelmare] - [#8728]) ([remote docs]) ([remote.apple_tv docs]) ([remote.harmony docs]) ([remote.itach docs]) ([remote.kira docs]) +- Wink discovery ([@w1ll1am23] - [#8739]) ([wink docs]) +- Enable/Disable Motion detection for Foscam Cameras ([@viswa-swami] - [#8582]) ([camera.foscam docs]) +- Allow sonos to select playlists as a source ([@mcolyer] - [#8258]) ([media_player.sonos docs]) +- mpd improvements ([@StevenLooman] - [#8655]) ([media_player.mpd docs]) +- Add support for file attachments in pushbullet ([@tsvi] - [#8763]) ([notify.pushbullet docs]) +- Honeywell fixes and improvements ([@dansarginson] - [#8756]) ([climate.honeywell docs]) +- Catch exception (fixes #8724) ([@fabaff] - [#8731]) ([sensor.google_wifi docs]) +- use updated osram lightify 1.0.6 component, including bugfix allowing more than 27 devices ([@tfriedel] - [#8774]) ([light.osramlightify docs]) +- flux_led: support for property "available" ([@pezinek] - [#8764]) ([light.flux_led docs]) +- New component: bluesound ([@thrawnarn] - [#7192]) ([media_player.bluesound docs]) (new-platform) +- Add 'forecast' ability to yr weather sensor ([@tinloaf] - [#8650]) ([sensor.yr docs]) +- Feature alexa launch request ([@steverhoades] - [#8730]) ([alexa docs]) +- Fixes UnboundLocalError: local variable 'setting' referenced before assignment ([@syssi] - [#8782]) ([climate.tado docs]) +- Upgrade pyasn1 to 0.3.1 and pyasn1-modules to 0.0.10 ([@fabaff] - [#8787]) ([notify.xmpp docs]) +- Upgrade sphinx-autodoc-typehints to 1.2.1 ([@fabaff] - [#8783]) +- Improvements (configuration and validation) ([@fabaff] - [#8785]) ([sensor.yr docs]) +- Fix referencing unset variable in tado climate component (causes update to fail when tado zone is in manual mode) ([@luukd] - [#8723]) ([climate.tado docs]) +- mqtt switch: add voluptuous for availability topic ([@abmantis] - [#8797]) ([switch.mqtt docs]) +- Add mochad light component ([@mtreinish] - [#8476]) ([light.mochad docs]) (new-platform) +- Update numpy 1.13.1 ([@pvizeli] - [#8806]) ([image_processing.opencv docs]) +- Upgrade aiohttp to 2.2.4 ([@fabaff] - [#8805]) +- Catch divide by zero errors when a sleep type is 0 ([@mezz64] - [#8809]) ([sensor.eight_sleep docs]) +- InfluxDB component improvements ([@hageltech] - [#8633]) ([influxdb docs]) +- When Sonos gets a tts source - dont't show an image ([@andrey-git] - [#8777]) ([media_player.sonos docs]) +- Polymer 2 ([@balloob] - [#8815]) ([group docs]) +- geizhals sensor component ([@JulianKahnert] - [#8458]) ([sensor.geizhals docs]) (new-platform) +- Xiaomi vacuum as platform of new `vacuum` component derived from ToggleEntity, and services ([@azogue] - [#8623]) (breaking change) (new-platform) +- Update yweather.py ([@fanthos] - [#8820]) ([weather.yweather docs]) +- Make HA discover sabnzbd and add it to the Configurator ([@Hellowlol] - [#8634]) ([sensor.sabnzbd docs]) +- Fix Dyson sensors if devices are configured without standby monitoring. Fixes #8569 ([@CharlesBlonde] - [#8826]) ([dyson docs]) ([fan.dyson docs]) ([sensor.dyson docs]) +- Block dependencies that depend on enum34 ([@balloob] - [#8698]) +- Upgrade aiohttp to 2.2.5 ([@fabaff] - [#8828]) +- History query and schema optimizations for huge performance boost ([@OverloadUT] - [#8748]) ([history docs]) (breaking change) +- Update xiaomi vacuum tests and include in coverage ([@azogue] - [#8845]) ([vacuum docs]) ([vacuum.xiaomi docs]) +- Egardia ([@jeroenterheerdt] - [#8389]) +- Do not call update() in constructor. ([@fabaff] - [#8837]) ([sensor.systemmonitor docs]) +- Upgrade sendgrid to 4.2.1 ([@fabaff] - [#8839]) +- Do not call update() in constructor ([@fabaff] - [#8840]) ([sensor.vasttrafik docs]) +- Make 'monitored_conditions' optional ([@fabaff] - [#8843]) ([sensor.radarr docs]) +- Do not call update() in constructor ([@fabaff] - [#8849]) ([sensor.synologydsm docs]) +- Make 'monitored_conditions' optional ([@fabaff] - [#8848]) ([sensor.sonarr docs]) +- Do not call update() in constructor ([@fabaff] - [#8847]) ([sensor.pocketcasts docs]) +- Catch ConnectionRefusedError ([@fabaff] - [#8844]) ([sensor.supervisord docs]) +- Upgrade sqlalchemy to 1.1.13 ([@fabaff] - [#8850]) ([recorder docs]) +- Upgrade pylast to 1.9.0 ([@fabaff] - [#8854]) ([sensor.lastfm docs]) +- Wi-Fi enabled Roomba support ([@pschmitt] - [#8825]) ([vacuum.roomba docs]) (new-platform) +- Add support to Dyson 360 Eye robot vacuum using new vacuum platform ([@CharlesBlonde] - [#8852]) ([dyson docs]) ([vacuum docs]) ([fan.dyson docs]) ([sensor.dyson docs]) ([vacuum.dyson docs]) (new-platform) +- Upgrade pyasn1 to 0.3.2 and pyasn1-modules to 0.0.11 ([@fabaff] - [#8856]) ([notify.xmpp docs]) +- Allow to set coordinates ([@fabaff] - [#8858]) ([sensor.zamg docs]) ([weather.zamg docs]) +- Added rounding to Google Wifi ([@fronzbot] - [#8866]) ([sensor.google_wifi docs]) +- Fix off_delay for zwave trigger sensors ([@turbokongen] - [#8864]) ([zwave docs]) ([binary_sensor.zwave docs]) +- Do not use pychromecast.Chromecast for Cast Groups ([@foxel] - [#8786]) ([media_player.cast docs]) +- Allow get local ip to work without internet ([@balloob] - [#8855]) +- Do not call update() in constructor ([@fabaff] - [#8859]) +- Add new service `clean_spot` to vacuums ([@azogue] - [#8862]) ([vacuum docs]) ([vacuum.xiaomi docs]) +- Warn instead of raise on duplicate YAML key ([@balloob] - [#8834]) +- Add Initial Mailbox panel and sensor ([@PhracturedBlue] - [#8233]) ([asterisk_mbox docs]) (new-platform) +- Add Leviton Decora Smart WiFi Device Platform ([@tlyakhov] - [#8529]) ([light.decora_wifi docs]) (new-platform) +- Consolidate config panels ([@balloob] - [#8857]) ([automation docs]) ([zwave docs]) +- Fix spelling error and update link ([@Klikini] - [#8869]) +- Implement Roomba fan speed ([@pschmitt] - [#8863]) ([vacuum.roomba docs]) +- Add nuki lock'n'go and unlatch services and add attributes ([@pschmitt] - [#8687]) ([lock.nuki docs]) +- RFLink: Add send_command service ([@leppa] - [#8876]) ([rflink docs]) +- Do not call update() in constructor ([@fabaff] - [#8881]) ([binary_sensor.rest docs]) ([sensor.rest docs]) +- Add RainMachine switch platform ([@bachya] - [#8827]) ([switch.rainmachine docs]) (new-platform) +- Allow usage of colorlog 3.0.1 ([@fabaff] - [#8885]) +- Change level ([@fabaff] - [#8883]) ([sensor.statistics docs]) +- Upgrade youtube_dl to 2017.8.6 ([@fabaff] - [#8880]) ([media_extractor docs]) +- Fix media_extractor for some sites ([@Spirit-X] - [#8887]) ([media_extractor docs]) +- Do not call update() in constructor ([@fabaff] - [#8878]) +- Do not call update() in constructor ([@fabaff] - [#8892]) ([binary_sensor.command_line docs]) ([sensor.command_line docs]) ([switch.command_line docs]) +- Changed Pi-hole graphs from stacked bar to line ([@bachya] - [#8896]) ([sensor.pi_hole docs]) +- Add longer text strings to mailbox demo to test string truncation ([@PhracturedBlue] - [#8893]) ([mailbox.demo docs]) ([mailbox.demo.txt docs]) +- added support for setting/getting position of lutron caseta covers ([@809694+kfcook] - [#8898]) ([cover.lutron_caseta docs]) +- Fix for Neato D3 Connected state obtaining ([@karlkar] - [#8817]) ([sensor.neato docs]) ([switch.neato docs]) +- Update simplisafe-python version ([@w1ll1am23] - [#8908]) ([alarm_control_panel.simplisafe docs]) +- LIFX: improve performance of multi-light transitions ([@amelchio] - [#8873]) ([light.lifx docs]) +- Support media position and media duration (will display progressbar in ui) ([@molobrakos] - [#8904]) ([media_player.squeezebox docs]) +- Add new device tracker for Huawei Routers. ([@abmantis] - [#8488]) ([device_tracker.huawei_router docs]) (new-platform) +- Add Shodan sensor ([@fabaff] - [#8902]) ([sensor.shodan docs]) (new-platform) +- Added possibilities to use template in the command_line sensor ([@mar-schmidt] - [#8505]) ([sensor.command_line docs]) +- Honor PEP8 naming convention ([@fabaff] - [#8909]) ([updater docs]) +- Remove not needed call to update ([@MartinHjelmare] - [#8930]) ([switch.rachio docs]) +- fixing emulated hue issue and testing it ([@cribbstechnologies] - [#8928]) ([emulated_hue docs]) +- Update roombapy to 1.3.1 to avoid installing all the mapping dependencies ([@pschmitt] - [#8925]) ([vacuum.roomba docs]) +- Update python-wink version to fix Dome water valve bug. ([@w1ll1am23] - [#8923]) ([wink docs]) ([switch.wink docs]) +- Fix SET_TEMPERATURE_SCHEMA in climate component ([@MartinHjelmare] - [#8879]) ([climate docs]) + +[#7192]: https://github.com/home-assistant/home-assistant/pull/7192 +[#8233]: https://github.com/home-assistant/home-assistant/pull/8233 +[#8258]: https://github.com/home-assistant/home-assistant/pull/8258 +[#8389]: https://github.com/home-assistant/home-assistant/pull/8389 +[#8448]: https://github.com/home-assistant/home-assistant/pull/8448 +[#8458]: https://github.com/home-assistant/home-assistant/pull/8458 +[#8476]: https://github.com/home-assistant/home-assistant/pull/8476 +[#8483]: https://github.com/home-assistant/home-assistant/pull/8483 +[#8488]: https://github.com/home-assistant/home-assistant/pull/8488 +[#8505]: https://github.com/home-assistant/home-assistant/pull/8505 +[#8529]: https://github.com/home-assistant/home-assistant/pull/8529 +[#8582]: https://github.com/home-assistant/home-assistant/pull/8582 +[#8623]: https://github.com/home-assistant/home-assistant/pull/8623 +[#8633]: https://github.com/home-assistant/home-assistant/pull/8633 +[#8634]: https://github.com/home-assistant/home-assistant/pull/8634 +[#8650]: https://github.com/home-assistant/home-assistant/pull/8650 +[#8655]: https://github.com/home-assistant/home-assistant/pull/8655 +[#8687]: https://github.com/home-assistant/home-assistant/pull/8687 +[#8690]: https://github.com/home-assistant/home-assistant/pull/8690 +[#8691]: https://github.com/home-assistant/home-assistant/pull/8691 +[#8692]: https://github.com/home-assistant/home-assistant/pull/8692 +[#8695]: https://github.com/home-assistant/home-assistant/pull/8695 +[#8698]: https://github.com/home-assistant/home-assistant/pull/8698 +[#8700]: https://github.com/home-assistant/home-assistant/pull/8700 +[#8701]: https://github.com/home-assistant/home-assistant/pull/8701 +[#8702]: https://github.com/home-assistant/home-assistant/pull/8702 +[#8713]: https://github.com/home-assistant/home-assistant/pull/8713 +[#8715]: https://github.com/home-assistant/home-assistant/pull/8715 +[#8717]: https://github.com/home-assistant/home-assistant/pull/8717 +[#8723]: https://github.com/home-assistant/home-assistant/pull/8723 +[#8728]: https://github.com/home-assistant/home-assistant/pull/8728 +[#8730]: https://github.com/home-assistant/home-assistant/pull/8730 +[#8731]: https://github.com/home-assistant/home-assistant/pull/8731 +[#8736]: https://github.com/home-assistant/home-assistant/pull/8736 +[#8739]: https://github.com/home-assistant/home-assistant/pull/8739 +[#8748]: https://github.com/home-assistant/home-assistant/pull/8748 +[#8756]: https://github.com/home-assistant/home-assistant/pull/8756 +[#8761]: https://github.com/home-assistant/home-assistant/pull/8761 +[#8763]: https://github.com/home-assistant/home-assistant/pull/8763 +[#8764]: https://github.com/home-assistant/home-assistant/pull/8764 +[#8767]: https://github.com/home-assistant/home-assistant/pull/8767 +[#8774]: https://github.com/home-assistant/home-assistant/pull/8774 +[#8777]: https://github.com/home-assistant/home-assistant/pull/8777 +[#8782]: https://github.com/home-assistant/home-assistant/pull/8782 +[#8783]: https://github.com/home-assistant/home-assistant/pull/8783 +[#8785]: https://github.com/home-assistant/home-assistant/pull/8785 +[#8786]: https://github.com/home-assistant/home-assistant/pull/8786 +[#8787]: https://github.com/home-assistant/home-assistant/pull/8787 +[#8797]: https://github.com/home-assistant/home-assistant/pull/8797 +[#8805]: https://github.com/home-assistant/home-assistant/pull/8805 +[#8806]: https://github.com/home-assistant/home-assistant/pull/8806 +[#8809]: https://github.com/home-assistant/home-assistant/pull/8809 +[#8815]: https://github.com/home-assistant/home-assistant/pull/8815 +[#8817]: https://github.com/home-assistant/home-assistant/pull/8817 +[#8820]: https://github.com/home-assistant/home-assistant/pull/8820 +[#8825]: https://github.com/home-assistant/home-assistant/pull/8825 +[#8826]: https://github.com/home-assistant/home-assistant/pull/8826 +[#8827]: https://github.com/home-assistant/home-assistant/pull/8827 +[#8828]: https://github.com/home-assistant/home-assistant/pull/8828 +[#8834]: https://github.com/home-assistant/home-assistant/pull/8834 +[#8837]: https://github.com/home-assistant/home-assistant/pull/8837 +[#8839]: https://github.com/home-assistant/home-assistant/pull/8839 +[#8840]: https://github.com/home-assistant/home-assistant/pull/8840 +[#8843]: https://github.com/home-assistant/home-assistant/pull/8843 +[#8844]: https://github.com/home-assistant/home-assistant/pull/8844 +[#8845]: https://github.com/home-assistant/home-assistant/pull/8845 +[#8847]: https://github.com/home-assistant/home-assistant/pull/8847 +[#8848]: https://github.com/home-assistant/home-assistant/pull/8848 +[#8849]: https://github.com/home-assistant/home-assistant/pull/8849 +[#8850]: https://github.com/home-assistant/home-assistant/pull/8850 +[#8852]: https://github.com/home-assistant/home-assistant/pull/8852 +[#8854]: https://github.com/home-assistant/home-assistant/pull/8854 +[#8855]: https://github.com/home-assistant/home-assistant/pull/8855 +[#8856]: https://github.com/home-assistant/home-assistant/pull/8856 +[#8857]: https://github.com/home-assistant/home-assistant/pull/8857 +[#8858]: https://github.com/home-assistant/home-assistant/pull/8858 +[#8859]: https://github.com/home-assistant/home-assistant/pull/8859 +[#8862]: https://github.com/home-assistant/home-assistant/pull/8862 +[#8863]: https://github.com/home-assistant/home-assistant/pull/8863 +[#8864]: https://github.com/home-assistant/home-assistant/pull/8864 +[#8866]: https://github.com/home-assistant/home-assistant/pull/8866 +[#8869]: https://github.com/home-assistant/home-assistant/pull/8869 +[#8873]: https://github.com/home-assistant/home-assistant/pull/8873 +[#8876]: https://github.com/home-assistant/home-assistant/pull/8876 +[#8878]: https://github.com/home-assistant/home-assistant/pull/8878 +[#8879]: https://github.com/home-assistant/home-assistant/pull/8879 +[#8880]: https://github.com/home-assistant/home-assistant/pull/8880 +[#8881]: https://github.com/home-assistant/home-assistant/pull/8881 +[#8883]: https://github.com/home-assistant/home-assistant/pull/8883 +[#8885]: https://github.com/home-assistant/home-assistant/pull/8885 +[#8887]: https://github.com/home-assistant/home-assistant/pull/8887 +[#8892]: https://github.com/home-assistant/home-assistant/pull/8892 +[#8893]: https://github.com/home-assistant/home-assistant/pull/8893 +[#8896]: https://github.com/home-assistant/home-assistant/pull/8896 +[#8898]: https://github.com/home-assistant/home-assistant/pull/8898 +[#8902]: https://github.com/home-assistant/home-assistant/pull/8902 +[#8904]: https://github.com/home-assistant/home-assistant/pull/8904 +[#8908]: https://github.com/home-assistant/home-assistant/pull/8908 +[#8909]: https://github.com/home-assistant/home-assistant/pull/8909 +[#8923]: https://github.com/home-assistant/home-assistant/pull/8923 +[#8925]: https://github.com/home-assistant/home-assistant/pull/8925 +[#8928]: https://github.com/home-assistant/home-assistant/pull/8928 +[#8930]: https://github.com/home-assistant/home-assistant/pull/8930 +[@809694+kfcook]: https://github.com/809694+kfcook +[@CharlesBlonde]: https://github.com/CharlesBlonde +[@Hellowlol]: https://github.com/Hellowlol +[@JulianKahnert]: https://github.com/JulianKahnert +[@Klikini]: https://github.com/Klikini +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@OverloadUT]: https://github.com/OverloadUT +[@PhracturedBlue]: https://github.com/PhracturedBlue +[@Spirit-X]: https://github.com/Spirit-X +[@StevenLooman]: https://github.com/StevenLooman +[@abmantis]: https://github.com/abmantis +[@alanfischer]: https://github.com/alanfischer +[@amelchio]: https://github.com/amelchio +[@andrey-git]: https://github.com/andrey-git +[@armills]: https://github.com/armills +[@azogue]: https://github.com/azogue +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@cribbstechnologies]: https://github.com/cribbstechnologies +[@dansarginson]: https://github.com/dansarginson +[@emlt]: https://github.com/emlt +[@fabaff]: https://github.com/fabaff +[@fanthos]: https://github.com/fanthos +[@foxel]: https://github.com/foxel +[@fronzbot]: https://github.com/fronzbot +[@gwhiteCL]: https://github.com/gwhiteCL +[@hageltech]: https://github.com/hageltech +[@jeroenterheerdt]: https://github.com/jeroenterheerdt +[@karlkar]: https://github.com/karlkar +[@leppa]: https://github.com/leppa +[@luukd]: https://github.com/luukd +[@mar-schmidt]: https://github.com/mar-schmidt +[@mcolyer]: https://github.com/mcolyer +[@mezz64]: https://github.com/mezz64 +[@mjj4791]: https://github.com/mjj4791 +[@molobrakos]: https://github.com/molobrakos +[@mtreinish]: https://github.com/mtreinish +[@nugget]: https://github.com/nugget +[@pezinek]: https://github.com/pezinek +[@pschmitt]: https://github.com/pschmitt +[@pvizeli]: https://github.com/pvizeli +[@sielicki]: https://github.com/sielicki +[@steverhoades]: https://github.com/steverhoades +[@syssi]: https://github.com/syssi +[@tfriedel]: https://github.com/tfriedel +[@thrawnarn]: https://github.com/thrawnarn +[@tinloaf]: https://github.com/tinloaf +[@tlyakhov]: https://github.com/tlyakhov +[@tsvi]: https://github.com/tsvi +[@turbokongen]: https://github.com/turbokongen +[@viswa-swami]: https://github.com/viswa-swami +[@w1ll1am23]: https://github.com/w1ll1am23 +[@wickerwaka]: https://github.com/wickerwaka +[alarm_control_panel.simplisafe docs]: https://home-assistant.io/components/alarm_control_panel.simplisafe/ +[alexa docs]: https://home-assistant.io/components/alexa/ +[asterisk_mbox docs]: https://home-assistant.io/components/asterisk_mbox/ +[automation docs]: https://home-assistant.io/components/automation/ +[binary_sensor docs]: https://home-assistant.io/components/binary_sensor/ +[binary_sensor.command_line docs]: https://home-assistant.io/components/binary_sensor.command_line/ +[binary_sensor.rest docs]: https://home-assistant.io/components/binary_sensor.rest/ +[binary_sensor.zwave docs]: https://home-assistant.io/components/binary_sensor.zwave/ +[camera.foscam docs]: https://home-assistant.io/components/camera.foscam/ +[climate docs]: https://home-assistant.io/components/climate/ +[climate.honeywell docs]: https://home-assistant.io/components/climate.honeywell/ +[climate.tado docs]: https://home-assistant.io/components/climate.tado/ +[config.zwave docs]: https://home-assistant.io/components/config.zwave/ +[cover.lutron_caseta docs]: https://home-assistant.io/components/cover.lutron_caseta/ +[cover.rpi_gpio docs]: https://home-assistant.io/components/cover.rpi_gpio/ +[device_tracker.huawei_router docs]: https://home-assistant.io/components/device_tracker.huawei_router/ +[dyson docs]: https://home-assistant.io/components/dyson/ +[emulated_hue docs]: https://home-assistant.io/components/emulated_hue/ +[fan.dyson docs]: https://home-assistant.io/components/fan.dyson/ +[group docs]: https://home-assistant.io/components/group/ +[history docs]: https://home-assistant.io/components/history/ +[image_processing.opencv docs]: https://home-assistant.io/components/image_processing.opencv/ +[influxdb docs]: https://home-assistant.io/components/influxdb/ +[insteon_plm docs]: https://home-assistant.io/components/insteon_plm/ +[light.decora_wifi docs]: https://home-assistant.io/components/light.decora_wifi/ +[light.flux_led docs]: https://home-assistant.io/components/light.flux_led/ +[light.lifx docs]: https://home-assistant.io/components/light.lifx/ +[light.mochad docs]: https://home-assistant.io/components/light.mochad/ +[light.osramlightify docs]: https://home-assistant.io/components/light.osramlightify/ +[lock.nuki docs]: https://home-assistant.io/components/lock.nuki/ +[lutron_caseta docs]: https://home-assistant.io/components/lutron_caseta/ +[mailbox.demo docs]: https://home-assistant.io/components/mailbox.demo/ +[mailbox.demo.txt docs]: https://home-assistant.io/components/mailbox.demo.txt/ +[media_extractor docs]: https://home-assistant.io/components/media_extractor/ +[media_player docs]: https://home-assistant.io/components/media_player/ +[media_player.bluesound docs]: https://home-assistant.io/components/media_player.bluesound/ +[media_player.cast docs]: https://home-assistant.io/components/media_player.cast/ +[media_player.directv docs]: https://home-assistant.io/components/media_player.directv/ +[media_player.kodi docs]: https://home-assistant.io/components/media_player.kodi/ +[media_player.mpd docs]: https://home-assistant.io/components/media_player.mpd/ +[media_player.russound_rio docs]: https://home-assistant.io/components/media_player.russound_rio/ +[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/ +[media_player.squeezebox docs]: https://home-assistant.io/components/media_player.squeezebox/ +[notify.pushbullet docs]: https://home-assistant.io/components/notify.pushbullet/ +[notify.xmpp docs]: https://home-assistant.io/components/notify.xmpp/ +[recorder docs]: https://home-assistant.io/components/recorder/ +[recorder.migration docs]: https://home-assistant.io/components/recorder.migration/ +[recorder.models docs]: https://home-assistant.io/components/recorder.models/ +[recorder.purge docs]: https://home-assistant.io/components/recorder.purge/ +[recorder.util docs]: https://home-assistant.io/components/recorder.util/ +[remote docs]: https://home-assistant.io/components/remote/ +[remote.apple_tv docs]: https://home-assistant.io/components/remote.apple_tv/ +[remote.demo docs]: https://home-assistant.io/components/remote.demo/ +[remote.harmony docs]: https://home-assistant.io/components/remote.harmony/ +[remote.itach docs]: https://home-assistant.io/components/remote.itach/ +[remote.kira docs]: https://home-assistant.io/components/remote.kira/ +[rflink docs]: https://home-assistant.io/components/rflink/ +[scene.lutron_caseta docs]: https://home-assistant.io/components/scene.lutron_caseta/ +[sensor.asterisk_mbox docs]: https://home-assistant.io/components/sensor.asterisk_mbox/ +[sensor.buienradar docs]: https://home-assistant.io/components/sensor.buienradar/ +[sensor.command_line docs]: https://home-assistant.io/components/sensor.command_line/ +[sensor.dyson docs]: https://home-assistant.io/components/sensor.dyson/ +[sensor.efergy docs]: https://home-assistant.io/components/sensor.efergy/ +[sensor.eight_sleep docs]: https://home-assistant.io/components/sensor.eight_sleep/ +[sensor.geizhals docs]: https://home-assistant.io/components/sensor.geizhals/ +[sensor.google_wifi docs]: https://home-assistant.io/components/sensor.google_wifi/ +[sensor.lastfm docs]: https://home-assistant.io/components/sensor.lastfm/ +[sensor.neato docs]: https://home-assistant.io/components/sensor.neato/ +[sensor.pi_hole docs]: https://home-assistant.io/components/sensor.pi_hole/ +[sensor.pocketcasts docs]: https://home-assistant.io/components/sensor.pocketcasts/ +[sensor.radarr docs]: https://home-assistant.io/components/sensor.radarr/ +[sensor.rest docs]: https://home-assistant.io/components/sensor.rest/ +[sensor.sabnzbd docs]: https://home-assistant.io/components/sensor.sabnzbd/ +[sensor.shodan docs]: https://home-assistant.io/components/sensor.shodan/ +[sensor.sonarr docs]: https://home-assistant.io/components/sensor.sonarr/ +[sensor.statistics docs]: https://home-assistant.io/components/sensor.statistics/ +[sensor.supervisord docs]: https://home-assistant.io/components/sensor.supervisord/ +[sensor.synologydsm docs]: https://home-assistant.io/components/sensor.synologydsm/ +[sensor.systemmonitor docs]: https://home-assistant.io/components/sensor.systemmonitor/ +[sensor.vasttrafik docs]: https://home-assistant.io/components/sensor.vasttrafik/ +[sensor.yr docs]: https://home-assistant.io/components/sensor.yr/ +[sensor.zamg docs]: https://home-assistant.io/components/sensor.zamg/ +[switch.command_line docs]: https://home-assistant.io/components/switch.command_line/ +[switch.mqtt docs]: https://home-assistant.io/components/switch.mqtt/ +[switch.neato docs]: https://home-assistant.io/components/switch.neato/ +[switch.rachio docs]: https://home-assistant.io/components/switch.rachio/ +[switch.rainmachine docs]: https://home-assistant.io/components/switch.rainmachine/ +[switch.wink docs]: https://home-assistant.io/components/switch.wink/ +[switch.xiaomi_vacuum docs]: https://home-assistant.io/components/switch.xiaomi_vacuum/ +[telegram_bot docs]: https://home-assistant.io/components/telegram_bot/ +[updater docs]: https://home-assistant.io/components/updater/ +[vacuum docs]: https://home-assistant.io/components/vacuum/ +[vacuum.demo docs]: https://home-assistant.io/components/vacuum.demo/ +[vacuum.dyson docs]: https://home-assistant.io/components/vacuum.dyson/ +[vacuum.roomba docs]: https://home-assistant.io/components/vacuum.roomba/ +[vacuum.xiaomi docs]: https://home-assistant.io/components/vacuum.xiaomi/ +[weather.buienradar docs]: https://home-assistant.io/components/weather.buienradar/ +[weather.yweather docs]: https://home-assistant.io/components/weather.yweather/ +[weather.zamg docs]: https://home-assistant.io/components/weather.zamg/ +[wink docs]: https://home-assistant.io/components/wink/ +[zwave docs]: https://home-assistant.io/components/zwave/ +[forum]: https://community.home-assistant.io/ +[issue]: https://github.com/home-assistant/home-assistant/issues +[discord]: https://discord.gg/c5DvZ4e +]]>
    +
    + <![CDATA[0.50: Voice control, History improvements, and Xiaomi]]> @@ -2036,400 +2474,6 @@ automation: [remote.itach docs]: https://home-assistant.io/components/remote.itach/ [sensor.dyson docs]: https://home-assistant.io/components/sensor.dyson/ [discord]: https://discord.gg/c5DvZ4e -]]> - - - - <![CDATA[0.46: Rachio sprinklers, Netgear Arlo cameras and Z-Wave fans]]> - - 2017-06-04T01:04:05+00:00 - https://home-assistant.io/blog/2017/06/04/release-46 - - -It's time for 0.46! This release does not have too many new integrations, instead it focussed on bug fixes. - -## New platforms - -- Template light ([@cribbstechnologies] - [#7657]) ([light.template docs]) (new-platform) -- Support for GE Zwave fan controller ([@armills] - [#7767]) ([zwave docs]) ([fan.zwave docs]) (new-platform) -- Rachio (Sprinklers) ([@Klikini] - [#7600]) ([switch.rachio docs]) (new-platform) -- Introduced support to Netgear Arlo Cameras ([@tchellomello] - [#7826]) ([arlo docs]) ([camera.arlo docs]) ([sensor.arlo docs]) (new-platform) - -## Release 0.46.1 - June 9 - -- Support for renaming ZWave values ([@armills] - [#7780]) ([zwave docs]) -- Dsmr5 revert ([@aequitas] - [#7900]) ([sensor.dsmr docs]) -- Fix typos in Wunderground component (Percipitation -> Precipitation) ([@mje-nz] - [#7901]) ([sensor.wunderground docs]) -- Mqtt cover: Making command topic optional and add ability to set up/down position including ability to template the value ([@cribbstechnologies] - [#7841]) ([cover.mqtt docs]) -- Media Player - OpenHome: Fixed metadata issue ([@bazwilliams] - [#7932]) ([media_player.openhome docs]) -- Sensor - MetOffice: Fix last updated date ([@cyberjacob] - [#7965]) ([sensor.metoffice docs]) -- Prevent Roku doing I/O in event loop ([@balloob] - [#7969]) ([media_player.roku docs]) - -## Breaking changes - -- The USPS sensor entity names have changed as there are now two. One for packages and one for mail. Config will now also use `scan_interval` instead of `update_interval` ([@happyleavesaoc] - [#7655]) ([sensor.usps docs]) (breaking change) -- Automation state trigger: From/to checks will now ignore state changes that are just attribute changess ([@amelchio] - [#7651]) ([automation.state docs]) (breaking change) -- Redesign monitored variables for hp_ilo sensor. `monitored_variables` is now a list of `name` and `sensor_type` values ([@Juggels] - [#7534]) ([sensor.hp_ilo docs]) (breaking change) - -```yaml -sensor: - - platform: hp_ilo - host: IP_ADDRESS or HOSTNAME - username: USERNAME - password: PASSWORD - monitored_variables: - - name: SENSOR NAME - sensor_type: SENSOR TYPE -``` - -- Automation - time: The `after` keyword for time triggers (not conditions) has been deprecated in favor of the `at` keyword. This resembles better what it does (old one still works, gives a warning) ([@armills] - [#7846]) ([automation.time docs]) (breaking change) -- Automation - numeric_state: `above` and `below` will no longer trigger if it is equal. ([@armills] - [#7857]) (breaking change) -- Broadlink switches: Entity ids will change for switches that don't have a default name set. In this case the object_id is now used. ([@abmantis] - [#7845]) ([switch.broadlink docs]) (breaking change) -- Disallow ambiguous color descriptors in the light.turn_on schema. This means that you can no longer specify both `xy_color` and `rgb_color`. ([@amelchio] - [#7765]) (breaking change) - -## If you need help... -...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks. - -## Reporting Issues -Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template. - - -## All changes - -- Align with OpenALPR platform for naming conf variables ([@fabaff] - [#7650]) ([image_processing.seven_segments docs]) -- Added support to Amcrest camera to feed using RTSP via ffmpeg ([@tchellomello] - [#7646]) ([camera.amcrest docs]) ([sensor.amcrest docs]) -- bump fedex version ([@happyleavesaoc] - [#7653]) ([sensor.fedex docs]) -- bump ups version ([@happyleavesaoc] - [#7654]) -- update usps ([@happyleavesaoc] - [#7655]) ([sensor.usps docs]) (breaking change) -- Final tweaks for Zwave panel ([@turbokongen] - [#7652]) ([zwave docs]) -- Add network_key as a config option ([@robbiet480] - [#7637]) ([zwave docs]) -- Bugfix #7586 ([@turbokongen] - [#7661]) ([lock.zwave docs]) -- Fix tests ([@balloob] - [#7659]) -- Change line endings to LN ([@fabaff] - [#7660]) ([calendar.demo docs]) ([calendar.google docs]) ([camera.synology docs]) ([climate.tado docs]) ([remote.harmony docs]) ([sensor.synologydsm docs]) -- Point pylutron to pypi ([@thecynic] - [#7664]) ([lutron docs]) -- Upgrade Openhome library ([@bazwilliams] - [#7671]) ([media_player.openhome docs]) -- Ignore attribute changes in automation trigger from/to ([@amelchio] - [#7651]) ([automation.state docs]) (breaking change) -- Switch pymodbus to pypi ([@andrey-git] - [#7677]) ([modbus docs]) -- zoneminder: fix incorrect use of logging.exception. ([@tobygray] - [#7675]) ([zoneminder docs]) -- Zwave: Apply refresh_node workaround on 1st instance only ([@andrey-git] - [#7579]) ([zwave docs]) -- Guard against new and removed state change events ([@balloob] - [#7687]) ([automation.state docs]) -- ZWave: Add reset service to meters ([@turbokongen] - [#7676]) ([zwave docs]) -- Remove defunct INSTALL_OPENZWAVE from Dockerfile ([@armills] - [#7697]) -- Fix telegram chats ([@azogue] - [#7689]) ([notify.telegram docs]) -- Fix playback control of web streams ([@cgtobi] - [#7683]) ([media_player.volumio docs]) -- Sort entities in default groups by name ([@amelchio] - [#7681]) -- Continue tracking device over dhcp lease table if wireless adapter not installed ([@LvivEchoes] - [#7690]) ([device_tracker.mikrotik docs]) -- device_tracker.ubus: Handle empty results ([@tobygray] - [#7673]) ([device_tracker.ubus docs]) -- Bump pyEight version ([@mezz64] - [#7701]) ([eight_sleep docs]) -- Upgrade python-telegram-bot to 6.0.1 ([@fabaff] - [#7704]) -- Make 'sender' as requirement for the config (fixes #7698) ([@fabaff] - [#7706]) ([notify.smtp docs]) -- Allow fetching hass.io panel without auth ([@balloob] - [#7714]) ([hassio docs]) -- update apcacccess used in apcupsd to 0.0.10, which fixes random file drop from apcaccess ([@infamy] - [#7722]) ([apcupsd docs]) -- Constrain requests to a version ([@balloob] - [#7725]) -- Asuswrt continuous ssh ([@aronsky] - [#7728]) -- Ensure https base_url in telegram bot ([@bzillins] - [#7726]) ([telegram_bot.webhooks docs]) -- Prevent the random template filter from caching its output. Fixes #5678 ([@antsar] - [#7716]) -- Don't initialize mqtt components which have already been discovered ([@nordeep] - [#7625]) ([mqtt.discovery docs]) -- LIFX: disable color features for white-only bulbs ([@amelchio] - [#7742]) ([light.lifx docs]) -- Don't block startup more than 60 seconds while waiting for components. ([@antsar] - [#7739]) -- Always return rgb color of bulbs ([@w1ll1am23] - [#7743]) ([light.wink docs]) -- Redesign monitored variables for hp_ilo sensor ([@Juggels] - [#7534]) ([sensor.hp_ilo docs]) (breaking change) -- Fix time_date sensor to update at predictable intervals ([@stu-gott] - [#7644]) ([sensor.time_date docs]) -- Added new commands and functionality to the harmony remote component. ([@everix1992] - [#7113]) ([remote docs]) ([remote.harmony docs]) ([remote.services.yaml docs]) -- Template light ([@cribbstechnologies] - [#7657]) ([light.template docs]) (new-platform) -- Exclude filter for event types ([@amigian74] - [#7627]) -- Change setup script to use pip install instead of setup.py develop ([@hoh] - [#7756]) -- Add icons to device tracker. ([@antsar] - [#7759]) -- Rename of the zwave hass.data constants ([@armills] - [#7768]) ([zwave docs]) ([cover.zwave docs]) ([lock.zwave docs]) -- Get rid of mock http component app ([@balloob] - [#7775]) -- Remove usage of event_loop fixture ([@balloob] - [#7776]) -- assertEquals is deprecated ([@balloob] - [#7777]) -- Support for GE Zwave fan controller ([@armills] - [#7767]) ([zwave docs]) ([fan.zwave docs]) (new-platform) -- Replace executor with async_add_job ([@balloob] - [#7658]) -- Fix Telegram Bot send file to multiple targets, snapshots of HA cameras, variable templating, digest auth ([@azogue] - [#7771]) -- Fix more deprecation warnings ([@balloob] - [#7778]) -- Powerview to async ([@sander76] - [#7682]) ([scene.hunterdouglas_powerview docs]) -- Fix home/stay in concord232 ([@CTLS] - [#7789]) ([alarm_control_panel.concord232 docs]) -- Add Marantz SSDP discovery / Detect error string in AppCommand.xml body ([@scarface-4711] - [#7779]) ([media_player.denonavr docs]) -- Upgrade Sphinx to 1.6.2 ([@fabaff] - [#7805]) -- Upgrade slacker to 0.9.50 ([@fabaff] - [#7797]) ([notify.slack docs]) -- Bump pyenvisalink to version 2.1 ([@Cinntax] - [#7803]) ([envisalink docs]) -- Upgrade pysnmp to 4.3.6 ([@fabaff] - [#7806]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) -- Rachio (Sprinklers) ([@Klikini] - [#7600]) ([switch.rachio docs]) (new-platform) -- Rest notify data ([@Teagan42] - [#7757]) ([notify.rest docs]) -- Added handling of an AssertionError from pxssh failed login ([@aronsky] - [#7750]) ([device_tracker.asuswrt docs]) -- Upgrade sqlalchemy to 1.1.10 ([@fabaff] - [#7807]) -- Upgrade mypy to 0.511 ([@fabaff] - [#7809]) -- Allow configuring DSMR5 protocol. ([@aequitas] - [#7535]) ([sensor.dsmr docs]) -- Telegram send image: fix mimetype detection ([@azogue] - [#7802]) -- Bump aiohttp to 2.1.0 ([@mezz64] - [#7825]) -- Cleanup telegram / Add url to webhook ([@pvizeli] - [#7824]) ([telegram_bot.polling docs]) ([telegram_bot.webhooks docs]) (breaking change) -- Upgrade pysnmp to 4.3.7 ([@fabaff] - [#7828]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) -- Flux led fix ([@danielhiversen] - [#7829]) ([light.flux_led docs]) -- update snapcast media player ([@happyleavesaoc] - [#7079]) ([media_player.services.yaml docs]) ([media_player.snapcast docs]) -- Update docstrings and log messages ([@fabaff] - [#7709]) -- Upgrade PyMVGLive to 1.1.4 ([@fabaff] - [#7832]) ([sensor.mvglive docs]) -- Added persistent error message if cover.myq fails to load ([@tchellomello] - [#7700]) ([cover.myq docs]) -- Add initial benchmark framework ([@balloob] - [#7827]) -- Downgrade Docker to Python 3.5 to solve Segmentation Faults ([@philhawthorne] - [#7799]) -- Introduced support to Netgear Arlo Cameras ([@tchellomello] - [#7826]) ([arlo docs]) ([camera.arlo docs]) ([sensor.arlo docs]) (new-platform) -- Allow 'base_url' (fixes #7784) ([@fabaff] - [#7796]) ([upnp docs]) -- Expose the node name on the zwave node entity ([@armills] - [#7787]) ([zwave docs]) -- Bumped pyhomematic version ([@danielperna84] - [#7861]) ([homematic docs]) -- Rename time trigger 'after' to 'at' ([@armills] - [#7846]) ([automation.time docs]) (breaking change) -- Use expected behvaior for above/below ([@armills] - [#7857]) (breaking change) -- log time delay of domain setup in info level ([@azogue] - [#7808]) -- Optimize history_stats efficiency and database usage ([@bokub] - [#7858]) ([sensor.history_stats docs]) -- dont use default for switch name, so that the object id is used ([@abmantis] - [#7845]) ([switch.broadlink docs]) (breaking change) -- Disallow ambiguous color descriptors in the light.turn_on schema ([@amelchio] - [#7765]) (breaking change) -- Make monkey patch work in Python 3.6 ([@balloob] - [#7848]) -- fix permissions issue for Insteon Local #6558 ([@wardcraigj] - [#7860]) ([insteon_local docs]) -- Start of migration framework, to allow moving of files in the config … ([@infamy] - [#7740]) ([ios docs]) ([notify.ios docs]) (breaking change) -- Spotify aliases ([@Teagan42] - [#7702]) ([media_player.spotify docs]) -- Query in InfluxDB sensor is now templatable ([@titilambert] - [#7634]) ([sensor.influxdb docs]) -- fix for https://github.com/home-assistant/home-assistant/issues/7019 ([@molobrakos] - [#7618]) ([tellduslive docs]) -- Check if media commands are actually applicable ([@Juggels] - [#7595]) ([media_player.sonos docs]) -- Quickfix Bug #7384 ([@DavidLP] - [#7582]) ([media_player.spotify docs]) -- Align switch group handling with light. ([@aequitas] - [#7577]) ([switch.rflink docs]) -- Update netdisco ([@balloob] - [#7865]) -- Fix telegram_bot ([@balloob] - [#7877]) ([telegram_bot.polling docs]) ([telegram_bot.webhooks docs]) -- [light.lifx] Update aiolifx ([@amelchio] - [#7882]) ([light.lifx docs]) -- Fix MQTT camera test ([@balloob] - [#7878]) - -[#7079]: https://github.com/home-assistant/home-assistant/pull/7079 -[#7113]: https://github.com/home-assistant/home-assistant/pull/7113 -[#7534]: https://github.com/home-assistant/home-assistant/pull/7534 -[#7535]: https://github.com/home-assistant/home-assistant/pull/7535 -[#7577]: https://github.com/home-assistant/home-assistant/pull/7577 -[#7579]: https://github.com/home-assistant/home-assistant/pull/7579 -[#7582]: https://github.com/home-assistant/home-assistant/pull/7582 -[#7595]: https://github.com/home-assistant/home-assistant/pull/7595 -[#7600]: https://github.com/home-assistant/home-assistant/pull/7600 -[#7618]: https://github.com/home-assistant/home-assistant/pull/7618 -[#7625]: https://github.com/home-assistant/home-assistant/pull/7625 -[#7627]: https://github.com/home-assistant/home-assistant/pull/7627 -[#7634]: https://github.com/home-assistant/home-assistant/pull/7634 -[#7637]: https://github.com/home-assistant/home-assistant/pull/7637 -[#7644]: https://github.com/home-assistant/home-assistant/pull/7644 -[#7646]: https://github.com/home-assistant/home-assistant/pull/7646 -[#7650]: https://github.com/home-assistant/home-assistant/pull/7650 -[#7651]: https://github.com/home-assistant/home-assistant/pull/7651 -[#7652]: https://github.com/home-assistant/home-assistant/pull/7652 -[#7653]: https://github.com/home-assistant/home-assistant/pull/7653 -[#7654]: https://github.com/home-assistant/home-assistant/pull/7654 -[#7655]: https://github.com/home-assistant/home-assistant/pull/7655 -[#7657]: https://github.com/home-assistant/home-assistant/pull/7657 -[#7658]: https://github.com/home-assistant/home-assistant/pull/7658 -[#7659]: https://github.com/home-assistant/home-assistant/pull/7659 -[#7660]: https://github.com/home-assistant/home-assistant/pull/7660 -[#7661]: https://github.com/home-assistant/home-assistant/pull/7661 -[#7664]: https://github.com/home-assistant/home-assistant/pull/7664 -[#7671]: https://github.com/home-assistant/home-assistant/pull/7671 -[#7673]: https://github.com/home-assistant/home-assistant/pull/7673 -[#7675]: https://github.com/home-assistant/home-assistant/pull/7675 -[#7676]: https://github.com/home-assistant/home-assistant/pull/7676 -[#7677]: https://github.com/home-assistant/home-assistant/pull/7677 -[#7681]: https://github.com/home-assistant/home-assistant/pull/7681 -[#7682]: https://github.com/home-assistant/home-assistant/pull/7682 -[#7683]: https://github.com/home-assistant/home-assistant/pull/7683 -[#7687]: https://github.com/home-assistant/home-assistant/pull/7687 -[#7689]: https://github.com/home-assistant/home-assistant/pull/7689 -[#7690]: https://github.com/home-assistant/home-assistant/pull/7690 -[#7697]: https://github.com/home-assistant/home-assistant/pull/7697 -[#7700]: https://github.com/home-assistant/home-assistant/pull/7700 -[#7701]: https://github.com/home-assistant/home-assistant/pull/7701 -[#7702]: https://github.com/home-assistant/home-assistant/pull/7702 -[#7704]: https://github.com/home-assistant/home-assistant/pull/7704 -[#7706]: https://github.com/home-assistant/home-assistant/pull/7706 -[#7709]: https://github.com/home-assistant/home-assistant/pull/7709 -[#7714]: https://github.com/home-assistant/home-assistant/pull/7714 -[#7716]: https://github.com/home-assistant/home-assistant/pull/7716 -[#7722]: https://github.com/home-assistant/home-assistant/pull/7722 -[#7725]: https://github.com/home-assistant/home-assistant/pull/7725 -[#7726]: https://github.com/home-assistant/home-assistant/pull/7726 -[#7728]: https://github.com/home-assistant/home-assistant/pull/7728 -[#7739]: https://github.com/home-assistant/home-assistant/pull/7739 -[#7740]: https://github.com/home-assistant/home-assistant/pull/7740 -[#7742]: https://github.com/home-assistant/home-assistant/pull/7742 -[#7743]: https://github.com/home-assistant/home-assistant/pull/7743 -[#7750]: https://github.com/home-assistant/home-assistant/pull/7750 -[#7756]: https://github.com/home-assistant/home-assistant/pull/7756 -[#7757]: https://github.com/home-assistant/home-assistant/pull/7757 -[#7759]: https://github.com/home-assistant/home-assistant/pull/7759 -[#7765]: https://github.com/home-assistant/home-assistant/pull/7765 -[#7767]: https://github.com/home-assistant/home-assistant/pull/7767 -[#7768]: https://github.com/home-assistant/home-assistant/pull/7768 -[#7771]: https://github.com/home-assistant/home-assistant/pull/7771 -[#7775]: https://github.com/home-assistant/home-assistant/pull/7775 -[#7776]: https://github.com/home-assistant/home-assistant/pull/7776 -[#7777]: https://github.com/home-assistant/home-assistant/pull/7777 -[#7778]: https://github.com/home-assistant/home-assistant/pull/7778 -[#7779]: https://github.com/home-assistant/home-assistant/pull/7779 -[#7787]: https://github.com/home-assistant/home-assistant/pull/7787 -[#7789]: https://github.com/home-assistant/home-assistant/pull/7789 -[#7796]: https://github.com/home-assistant/home-assistant/pull/7796 -[#7797]: https://github.com/home-assistant/home-assistant/pull/7797 -[#7799]: https://github.com/home-assistant/home-assistant/pull/7799 -[#7802]: https://github.com/home-assistant/home-assistant/pull/7802 -[#7803]: https://github.com/home-assistant/home-assistant/pull/7803 -[#7805]: https://github.com/home-assistant/home-assistant/pull/7805 -[#7806]: https://github.com/home-assistant/home-assistant/pull/7806 -[#7807]: https://github.com/home-assistant/home-assistant/pull/7807 -[#7808]: https://github.com/home-assistant/home-assistant/pull/7808 -[#7809]: https://github.com/home-assistant/home-assistant/pull/7809 -[#7824]: https://github.com/home-assistant/home-assistant/pull/7824 -[#7825]: https://github.com/home-assistant/home-assistant/pull/7825 -[#7826]: https://github.com/home-assistant/home-assistant/pull/7826 -[#7827]: https://github.com/home-assistant/home-assistant/pull/7827 -[#7828]: https://github.com/home-assistant/home-assistant/pull/7828 -[#7829]: https://github.com/home-assistant/home-assistant/pull/7829 -[#7832]: https://github.com/home-assistant/home-assistant/pull/7832 -[#7845]: https://github.com/home-assistant/home-assistant/pull/7845 -[#7846]: https://github.com/home-assistant/home-assistant/pull/7846 -[#7848]: https://github.com/home-assistant/home-assistant/pull/7848 -[#7857]: https://github.com/home-assistant/home-assistant/pull/7857 -[#7858]: https://github.com/home-assistant/home-assistant/pull/7858 -[#7860]: https://github.com/home-assistant/home-assistant/pull/7860 -[#7861]: https://github.com/home-assistant/home-assistant/pull/7861 -[#7865]: https://github.com/home-assistant/home-assistant/pull/7865 -[#7877]: https://github.com/home-assistant/home-assistant/pull/7877 -[#7878]: https://github.com/home-assistant/home-assistant/pull/7878 -[#7882]: https://github.com/home-assistant/home-assistant/pull/7882 -[@CTLS]: https://github.com/CTLS -[@Cinntax]: https://github.com/Cinntax -[@DavidLP]: https://github.com/DavidLP -[@Juggels]: https://github.com/Juggels -[@Klikini]: https://github.com/Klikini -[@LvivEchoes]: https://github.com/LvivEchoes -[@Teagan42]: https://github.com/Teagan42 -[@abmantis]: https://github.com/abmantis -[@aequitas]: https://github.com/aequitas -[@amelchio]: https://github.com/amelchio -[@amigian74]: https://github.com/amigian74 -[@andrey-git]: https://github.com/andrey-git -[@antsar]: https://github.com/antsar -[@armills]: https://github.com/armills -[@aronsky]: https://github.com/aronsky -[@azogue]: https://github.com/azogue -[@balloob]: https://github.com/balloob -[@bazwilliams]: https://github.com/bazwilliams -[@bokub]: https://github.com/bokub -[@bzillins]: https://github.com/bzillins -[@cgtobi]: https://github.com/cgtobi -[@cribbstechnologies]: https://github.com/cribbstechnologies -[@danielhiversen]: https://github.com/danielhiversen -[@danielperna84]: https://github.com/danielperna84 -[@everix1992]: https://github.com/everix1992 -[@fabaff]: https://github.com/fabaff -[@happyleavesaoc]: https://github.com/happyleavesaoc -[@hoh]: https://github.com/hoh -[@infamy]: https://github.com/infamy -[@mezz64]: https://github.com/mezz64 -[@molobrakos]: https://github.com/molobrakos -[@nordeep]: https://github.com/nordeep -[@philhawthorne]: https://github.com/philhawthorne -[@pvizeli]: https://github.com/pvizeli -[@robbiet480]: https://github.com/robbiet480 -[@sander76]: https://github.com/sander76 -[@scarface-4711]: https://github.com/scarface-4711 -[@stu-gott]: https://github.com/stu-gott -[@tchellomello]: https://github.com/tchellomello -[@thecynic]: https://github.com/thecynic -[@titilambert]: https://github.com/titilambert -[@tobygray]: https://github.com/tobygray -[@turbokongen]: https://github.com/turbokongen -[@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj -[alarm_control_panel.concord232 docs]: https://home-assistant.io/components/alarm_control_panel.concord232/ -[apcupsd docs]: https://home-assistant.io/components/apcupsd/ -[arlo docs]: https://home-assistant.io/components/arlo/ -[automation.state docs]: https://home-assistant.io/docs/automation/trigger/#state-trigger -[automation.time docs]: https://home-assistant.io/docs/automation/trigger/#time-trigger -[calendar.demo docs]: https://home-assistant.io/components/calendar.demo/ -[calendar.google docs]: https://home-assistant.io/components/calendar.google/ -[camera.amcrest docs]: https://home-assistant.io/components/camera.amcrest/ -[camera.arlo docs]: https://home-assistant.io/components/camera.arlo/ -[camera.synology docs]: https://home-assistant.io/components/camera.synology/ -[climate.tado docs]: https://home-assistant.io/components/climate.tado/ -[cover.myq docs]: https://home-assistant.io/components/cover.myq/ -[cover.zwave docs]: https://home-assistant.io/components/cover.zwave/ -[device_tracker.__init__ docs]: https://home-assistant.io/components/device_tracker.__init__/ -[device_tracker.asuswrt docs]: https://home-assistant.io/components/device_tracker.asuswrt/ -[device_tracker.mikrotik docs]: https://home-assistant.io/components/device_tracker.mikrotik/ -[device_tracker.snmp docs]: https://home-assistant.io/components/device_tracker.snmp/ -[device_tracker.ubus docs]: https://home-assistant.io/components/device_tracker.ubus/ -[eight_sleep docs]: https://home-assistant.io/components/eight_sleep/ -[envisalink docs]: https://home-assistant.io/components/envisalink/ -[fan.zwave docs]: https://home-assistant.io/components/fan.zwave/ -[hassio docs]: https://home-assistant.io/components/hassio/ -[homematic docs]: https://home-assistant.io/components/homematic/ -[image_processing.seven_segments docs]: https://home-assistant.io/components/image_processing.seven_segments/ -[insteon_local docs]: https://home-assistant.io/components/insteon_local/ -[ios docs]: https://home-assistant.io/components/ios/ -[light.__init__ docs]: https://home-assistant.io/components/light.__init__/ -[light.flux_led docs]: https://home-assistant.io/components/light.flux_led/ -[light.lifx docs]: https://home-assistant.io/components/light.lifx/ -[light.template docs]: https://home-assistant.io/components/light.template/ -[light.wink docs]: https://home-assistant.io/components/light.wink/ -[lock.zwave docs]: https://home-assistant.io/components/lock.zwave/ -[lutron docs]: https://home-assistant.io/components/lutron/ -[media_player.denonavr docs]: https://home-assistant.io/components/media_player.denonavr/ -[media_player.openhome docs]: https://home-assistant.io/components/media_player.openhome/ -[media_player.services.yaml docs]: https://home-assistant.io/components/media_player.services.yaml/ -[media_player.snapcast docs]: https://home-assistant.io/components/media_player.snapcast/ -[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/ -[media_player.spotify docs]: https://home-assistant.io/components/media_player.spotify/ -[media_player.volumio docs]: https://home-assistant.io/components/media_player.volumio/ -[modbus docs]: https://home-assistant.io/components/modbus/ -[mqtt.discovery docs]: https://home-assistant.io/components/mqtt.discovery/ -[notify.ios docs]: https://home-assistant.io/components/notify.ios/ -[notify.rest docs]: https://home-assistant.io/components/notify.rest/ -[notify.slack docs]: https://home-assistant.io/components/notify.slack/ -[notify.smtp docs]: https://home-assistant.io/components/notify.smtp/ -[notify.telegram docs]: https://home-assistant.io/components/notify.telegram/ -[recorder.__init__ docs]: https://home-assistant.io/components/recorder.__init__/ -[remote docs]: https://home-assistant.io/components/remote/ -[remote.harmony docs]: https://home-assistant.io/components/remote.harmony/ -[remote.services.yaml docs]: https://home-assistant.io/components/remote.services.yaml/ -[scene.hunterdouglas_powerview docs]: https://home-assistant.io/components/scene.hunterdouglas_powerview/ -[sensor.amcrest docs]: https://home-assistant.io/components/sensor.amcrest/ -[sensor.arlo docs]: https://home-assistant.io/components/sensor.arlo/ -[sensor.dsmr docs]: https://home-assistant.io/components/sensor.dsmr/ -[sensor.fedex docs]: https://home-assistant.io/components/sensor.fedex/ -[sensor.history_stats docs]: https://home-assistant.io/components/sensor.history_stats/ -[sensor.hp_ilo docs]: https://home-assistant.io/components/sensor.hp_ilo/ -[sensor.influxdb docs]: https://home-assistant.io/components/sensor.influxdb/ -[sensor.mvglive docs]: https://home-assistant.io/components/sensor.mvglive/ -[sensor.snmp docs]: https://home-assistant.io/components/sensor.snmp/ -[sensor.synologydsm docs]: https://home-assistant.io/components/sensor.synologydsm/ -[sensor.time_date docs]: https://home-assistant.io/components/sensor.time_date/ -[sensor.usps docs]: https://home-assistant.io/components/sensor.usps/ -[switch.broadlink docs]: https://home-assistant.io/components/switch.broadlink/ -[switch.rachio docs]: https://home-assistant.io/components/switch.rachio/ -[switch.rflink docs]: https://home-assistant.io/components/switch.rflink/ -[telegram_bot.__init__ docs]: https://home-assistant.io/components/telegram_bot.__init__/ -[telegram_bot.polling docs]: https://home-assistant.io/components/telegram_bot.polling/ -[telegram_bot.webhooks docs]: https://home-assistant.io/components/telegram_bot.webhooks/ -[tellduslive docs]: https://home-assistant.io/components/tellduslive/ -[upnp docs]: https://home-assistant.io/components/upnp/ -[zoneminder docs]: https://home-assistant.io/components/zoneminder/ -[zwave docs]: https://home-assistant.io/components/zwave/ -[forum]: https://community.home-assistant.io/ -[issue]: https://github.com/home-assistant/home-assistant/issues -[#7780]: https://github.com/home-assistant/home-assistant/pull/7780 -[#7841]: https://github.com/home-assistant/home-assistant/pull/7841 -[#7900]: https://github.com/home-assistant/home-assistant/pull/7900 -[#7901]: https://github.com/home-assistant/home-assistant/pull/7901 -[#7932]: https://github.com/home-assistant/home-assistant/pull/7932 -[#7965]: https://github.com/home-assistant/home-assistant/pull/7965 -[#7969]: https://github.com/home-assistant/home-assistant/pull/7969 -[@cyberjacob]: https://github.com/cyberjacob -[@mje-nz]: https://github.com/mje-nz -[cover.mqtt docs]: https://home-assistant.io/components/cover.mqtt/ -[sensor.metoffice docs]: https://home-assistant.io/components/sensor.metoffice/ -[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/ -[media_player.roku docs]: https://home-assistant.io/components/media_player.roku/ -[discord]: https://discord.gg/c5DvZ4e ]]> diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index 2603248b87..7cd424e60f 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -79,6 +79,27 @@

    2017

    +
    +
    diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index e3dd1427da..848829c0b1 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index 77062e989a..6f5e189d20 100644 --- a/blog/categories/survey/index.html +++ b/blog/categories/survey/index.html @@ -136,6 +136,9 @@

    Recent Posts

    diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index e92f054e7b..308ecb29eb 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/index.html b/blog/categories/talks/index.html index 32c49e61bb..8e3a99bf0e 100644 --- a/blog/categories/talks/index.html +++ b/blog/categories/talks/index.html @@ -137,6 +137,9 @@

    Recent Posts

    diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index ea552457f2..bc74aa7bc0 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/index.html b/blog/categories/technology/index.html index 11cfd45be8..5eda7b71be 100644 --- a/blog/categories/technology/index.html +++ b/blog/categories/technology/index.html @@ -242,6 +242,9 @@

    Recent Posts

    diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 8aa7136c9d..e7f9a03238 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]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index 323231f1be..120c4c8629 100644 --- a/blog/categories/user-stories/index.html +++ b/blog/categories/user-stories/index.html @@ -158,6 +158,9 @@

    Recent Posts

    diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 446b5d9691..0200099a49 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/index.html b/blog/categories/video/index.html index 3230a9413e..9042dae4ca 100644 --- a/blog/categories/video/index.html +++ b/blog/categories/video/index.html @@ -267,6 +267,9 @@

    Recent Posts

    diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index d9d9703b52..4c33376c58 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-08-10T19:01:08+00:00 + 2017-08-12T20:03:31+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index 1f5d4380c1..f9eca86f52 100644 --- a/blog/categories/website/index.html +++ b/blog/categories/website/index.html @@ -158,6 +158,9 @@

    Recent Posts

    diff --git a/blog/index.html b/blog/index.html index e76884acc3..21c3ba7735 100644 --- a/blog/index.html +++ b/blog/index.html @@ -67,6 +67,66 @@
    +
    +
    +

    + 0.51: Massive history speed up, finished automation editor and official vacuum cleaner support +

    +
    + + + 12 minutes reading time + + +
      +
    • Release-Notes
    • +
    +
    + Comments +
    +
    +
    +

    +

    This release has to do a one time database migration which can take a long time on big databases (20 minutes). During this time the frontend will not work. Do not stop Home Assistant while it is in progress.

    +

    Release 0.51 is around the corner and it contains some really great updates.

    +

    Database speed up

    +

    The first one is more amazing database updates #8748 by @OverloadUT. Every query that has been tested executes in well under 1 second, even on a RPi using MySQL with 6 million rows and around 300 entities. This is true even when you’re getting an unrealistically huge date range!

    +

    Updating the database will take some time when you start Home Assistant. During that time, the Home Assistant frontend is not accessible. Please let it complete and do not turn Home Assistant off.

    +

    Frontend update

    +

    We have finished the migration of our frontend to be powered by Polymer 2. This has given us a big speed boost on Safari/iOS devices and has fixed a wide range of bugs.

    +

    We have also finished the automation editor. All triggers and actions are now implemented and so are most conditions (missing are and, or). The automation editor is also no longer Chrome only, it can now also be used in Safari.

    +

    Another change to the frontend is that we have reorganized the panels. The Z-Wave and automation configuration panels have been merged into the configuration panel.

    +
    + +
    +

    Vacuum cleaners

    +

    As we have seen more vacuum cleaners land in Home Assistant, it was time to create an official component for them. That’s why @azogue introduced the new vacuum cleaner component in #8623. This allows first class integration of vacuum cleaners in Home Assistant. Out of the box we will have Dyson, Xiamo and Roomba as supported platforms.

    +

    New Platforms

    + +

    If you need help…

    +

    …don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.

    +

    Reporting Issues

    +

    Experiencing issues introduced by this release? Please report them in our issue tracker. Make sure to fill in all fields of the issue template.

    + Read on → +
    +
    +

    @@ -482,34 +542,6 @@ Screenshot of a green dashboard


    -
    -
    -

    - [Update: fixed] A frank and serious warning about X -

    -
    - - - three minutes reading time - - -
      -
    • Public-Service-Announcement
    • -
    -
    - Comments -
    -
    -
    -

    Update June 21: Senic has removed our name from their materials and have issued an apology. We wish them best of luck with the launch of COVI.

    -

    Update June 28: Removed the brand name from the title to reduce the search ranking.

    -

    Original post:

    - Read on → -
    -
    -
    diff --git a/blog/posts/10/index.html b/blog/posts/10/index.html index 8f537a0e25..32f41c6e4e 100644 --- a/blog/posts/10/index.html +++ b/blog/posts/10/index.html @@ -67,6 +67,36 @@
    +
    +
    +

    + Static website +

    +
    + + + 1 minute reading time + + +
      +
    • How-To
    • +
    +
    + Comments +
    +
    +
    +

    The frontend of Home Assistant is served with the help of a local web server. If you have customized your installation you already use this functionality. The content of your folder www in your Home Assistant configuration directory (.homeassistant) is available under /local (eg. http://localhost:8123/local for an index.html file).

    +

    But there is more you can do! You can not only host images for customization there but HTML files or even web applications including CSS and Javascript.

    +

    + +

    + Read on → +
    +
    +

    @@ -557,64 +587,6 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.


    -
    -
    -

    - 0.12: Insteon, LIFX, Twitter and ZigBee -

    -
    - - - two minutes reading time - - -
      -
    • Release-Notes
    • -
    -
    - Comments -
    -
    -
    -

    Another sprint has come to an end and it seems that we have not slowed down a single bit 🚀. 0.12 is full of new components, platforms and organizational additions.

    -

    I would like to give a shout out to Greg Dowling (@pavoni) as every release includes new work from him. He is constantly adding support for new platforms or improving the reliablity of existing components and platforms. Keep up the good work!

    -

    This release includes a very frequent requested feature: the ability to organize entities in different tabs in the frontend. See the demo to see this in action and read more in the group documentation how to get started.

    -

    - -Example of the new views in the frontend. Learn more. -

    -

    - -

    Backwards incompatible changes

    -
      -
    • Nest config has moved from thermostat to the Nest component.
    • -
    • Entity IDs for Z-Wave devices are now generated in a deterministic way causing all IDs to change starting this release. This is a one time change. (Changed again in 0.31)
    • -
    -
    -
    -
+

In a DirecTV setup with Genie slave boxes, only the master Genie server is currently found via the discovery component. Slave boxes must be manually configured via the device configuration variable in order to be used with Home Assistant.

+

To find valid device IDs, open http://<IP Address of Genie Server>:8080/info/getLocations in a web browser. For each Genie slave, you will find a variable clientAddr in the response, and this should be used for device in configuration.yaml

+

For example, a response such as:

+
{
+  "locations": [
+    {
+      "clientAddr": "0",
+      "locationName": "MASTER GENIE SERVER",
+      "tunerBond": true
+    },
+    {
+      "clientAddr": "5009591D6969",
+      "locationName": "SOME SLAVE GENIE"
+    }
+  ],
+  "status": {
+    "code": 200,
+    "commandResult": 0,
+    "msg": "OK.",
+    "query": "/info/getLocations"
+  }
+}
+
+
+

Could be formatted into configuration.yaml like so:

+
media_player:
+  - platform: directv
+    host: 192.168.1.10
+    port: 8080
+    name: Main DirecTV Box
+    device: 0
+  - platform: directv
+    host: 192.168.1.10
+    port: 8080
+    name: Bedroom DirecTV
+    device: 5009591D6969
+
+
+

It is important to notice that the host and port variables for slave receivers are the same as the master receiver.