diff --git a/atom.xml b/atom.xml index 24ab6c3f09..d20937ac12 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ @@ -13,6 +13,162 @@ Octopress + + <![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

+ + + +

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)
  • +
+ +
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 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 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.

+ + +

All changes

+ + + +]]>
+
+ <![CDATA[Home Assistant Podcast 1]]> @@ -1773,30 +1929,6 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi -]]> - - - - <![CDATA[0.40.2 and broken dependencies]]> - - 2017-03-22T08:04:05+00:00 - https://home-assistant.io/blog/2017/03/22/broken-dependencies - TL; DR: We have just released version 0.40.2 that includes a fix related to the installation of dependencies.

- -

Some users in the last few days have been reporting that their Home Assistant installation fails to start with an error in the http component:

- -
ImportError: No module named 'aiohttp.file_sender'
-
-
- -

The problem is that Home Assistant did not handle the case where a dependency would want to install a core dependency of Home Assistant that is newer than what Home Assistant works with. For now, we have identified the following two components that can cause this issue:

- -
    -
  • AppleTV (0.38+)
  • -
  • Android IP Webcam (0.40+)
  • -
- -

This issue has been resolved by 0.40.2. If you are on an impacted version and cannot upgrade to the latest version just yet, a temporary workaround will be to remove the <config dir>/deps directory and stop using the above mentioned integrations. In the case of AppleTV, you will also have to disable the discovery component to prevent it from being auto-detected.

]]>
diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index eee42ab38b..033984241b 100644 --- a/blog/2014/12/18/website-launched/index.html +++ b/blog/2014/12/18/website-launched/index.html @@ -120,6 +120,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 84cd78715a..c59d0264f5 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 @@ -154,6 +154,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 ee7946a5fa..bb4edd63ef 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 @@ -144,6 +144,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 d3792a322f..5989fc736f 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 @@ -127,6 +127,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 dcb2ad0295..7e300c9226 100644 --- a/blog/2015/01/13/nest-in-da-house/index.html +++ b/blog/2015/01/13/nest-in-da-house/index.html @@ -131,6 +131,9 @@

Recent Posts

diff --git a/blog/2015/01/24/release-notes/index.html b/blog/2015/01/24/release-notes/index.html index 25586f2591..a7e9b1cff3 100644 --- a/blog/2015/01/24/release-notes/index.html +++ b/blog/2015/01/24/release-notes/index.html @@ -137,6 +137,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 2b92f0d3a4..9db512ddb1 100644 --- a/blog/2015/02/08/looking-at-the-past/index.html +++ b/blog/2015/02/08/looking-at-the-past/index.html @@ -142,6 +142,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 d8ae14b2e1..8b7c923fcd 100644 --- a/blog/2015/02/24/streaming-updates/index.html +++ b/blog/2015/02/24/streaming-updates/index.html @@ -128,6 +128,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 33bd1c7606..81a96cf255 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 @@ -122,6 +122,9 @@

Recent Posts

diff --git a/blog/2015/03/08/new-logo/index.html b/blog/2015/03/08/new-logo/index.html index 0c5b72a322..30c72731b7 100644 --- a/blog/2015/03/08/new-logo/index.html +++ b/blog/2015/03/08/new-logo/index.html @@ -125,6 +125,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 0b75e719d8..4ea03f3197 100644 --- a/blog/2015/03/11/release-notes/index.html +++ b/blog/2015/03/11/release-notes/index.html @@ -150,6 +150,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 14085faa79..fc4440f708 100644 --- a/blog/2015/03/22/release-notes/index.html +++ b/blog/2015/03/22/release-notes/index.html @@ -186,6 +186,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 03f17abce8..3ea7ce9348 100644 --- a/blog/2015/04/25/release-notes/index.html +++ b/blog/2015/04/25/release-notes/index.html @@ -194,6 +194,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 03d4114931..a8981ea2b6 100644 --- a/blog/2015/05/09/utc-time-zone-awareness/index.html +++ b/blog/2015/05/09/utc-time-zone-awareness/index.html @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2015/05/14/release-notes/index.html b/blog/2015/05/14/release-notes/index.html index 5d091ee2e3..ecda029446 100644 --- a/blog/2015/05/14/release-notes/index.html +++ b/blog/2015/05/14/release-notes/index.html @@ -208,6 +208,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 a37f7fc154..f0f604900d 100644 --- a/blog/2015/06/10/release-notes/index.html +++ b/blog/2015/06/10/release-notes/index.html @@ -254,6 +254,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 1acbf3bc90..00119a4fe7 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 @@ -218,6 +218,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 6e71de7b6c..9bae96c7da 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 @@ -201,6 +201,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 cfa57108e6..693b32e35e 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 @@ -138,6 +138,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 65c6e1930f..0f70e2c090 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 @@ -238,6 +238,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 15ee179523..6bf8740aca 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 @@ -199,6 +199,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 dd837c968c..69aef96770 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 @@ -276,6 +276,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 29afd79f15..b52a15b864 100644 --- a/blog/2015/09/13/home-assistant-meets-ifttt/index.html +++ b/blog/2015/09/13/home-assistant-meets-ifttt/index.html @@ -266,6 +266,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 4203e40fff..e03db2eb06 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 @@ -165,6 +165,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 2a41437ef7..e3a00ac037 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 @@ -161,6 +161,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 0b1207b688..fb728d8875 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 @@ -144,6 +144,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 151d599371..11db6f5117 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 @@ -329,6 +329,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 fe9073bc17..2aa5ad11b1 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 @@ -134,6 +134,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 0875009538..174fc4a0da 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 @@ -151,6 +151,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 1ed88166d0..a16d530c06 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 @@ -149,6 +149,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 058f961afc..af82ac7f16 100644 --- a/blog/2015/11/22/survey-november-2015/index.html +++ b/blog/2015/11/22/survey-november-2015/index.html @@ -176,6 +176,9 @@

Recent Posts

diff --git a/blog/2015/12/05/community-highlights/index.html b/blog/2015/12/05/community-highlights/index.html index c688993155..35eb3380f5 100644 --- a/blog/2015/12/05/community-highlights/index.html +++ b/blog/2015/12/05/community-highlights/index.html @@ -127,6 +127,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 5cb98225cc..d439590760 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 @@ -135,6 +135,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 cdb25e2d33..2b00b84c1f 100644 --- a/blog/2015/12/07/influxdb-and-grafana/index.html +++ b/blog/2015/12/07/influxdb-and-grafana/index.html @@ -189,6 +189,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 a4524aee95..8c7cdfe73e 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 @@ -156,6 +156,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 7d356fbc13..412ec9dfa5 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 @@ -142,6 +142,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 a1a0e16b17..7c1fd7522f 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 @@ -181,6 +181,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 c19a61209e..bc1d1bbba3 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 @@ -159,6 +159,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 ec1fd70238..065684a7cb 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 @@ -150,6 +150,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 b80f4aec98..3576ec9ca6 100644 --- a/blog/2016/01/19/perfect-home-automation/index.html +++ b/blog/2016/01/19/perfect-home-automation/index.html @@ -139,6 +139,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 06997cdff5..bcc5cc17ee 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 @@ -153,6 +153,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 90249145fe..7d27fabf11 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 @@ -273,6 +273,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 7793b5b968..24b19378ee 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 @@ -247,6 +247,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 338232a4f5..f3fd996fdc 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 @@ -158,6 +158,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 6d4f89d2ba..d88af24782 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 @@ -212,6 +212,9 @@

Recent Posts

diff --git a/blog/2016/02/20/community-highlights/index.html b/blog/2016/02/20/community-highlights/index.html index 21b20bd8ae..48e2f246c0 100644 --- a/blog/2016/02/20/community-highlights/index.html +++ b/blog/2016/02/20/community-highlights/index.html @@ -155,6 +155,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 679835f47c..6efc7c5b58 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 @@ -157,6 +157,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 52b668e804..c8aa0640ea 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 @@ -158,6 +158,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 98ec9cc47e..a8f5513efe 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 @@ -166,6 +166,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 c1456725d7..482d749eaf 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 @@ -126,6 +126,9 @@

Recent Posts

diff --git a/blog/2016/04/07/static-website/index.html b/blog/2016/04/07/static-website/index.html index 1f8467905e..f85fe4bd02 100644 --- a/blog/2016/04/07/static-website/index.html +++ b/blog/2016/04/07/static-website/index.html @@ -129,6 +129,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 2bf3d59747..32e45d2f2c 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 @@ -138,6 +138,9 @@

Recent Posts

diff --git a/blog/2016/04/17/updated-documentation/index.html b/blog/2016/04/17/updated-documentation/index.html index cd4376458d..166e2f0768 100644 --- a/blog/2016/04/17/updated-documentation/index.html +++ b/blog/2016/04/17/updated-documentation/index.html @@ -124,6 +124,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 04c919c18e..8f2bee4e7e 100644 --- a/blog/2016/04/19/to-infinity-and-beyond/index.html +++ b/blog/2016/04/19/to-infinity-and-beyond/index.html @@ -136,6 +136,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 bbcdbdd79b..46178c2b39 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 @@ -158,6 +158,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 41e957f7ef..4a33d3d397 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 @@ -200,6 +200,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 2d0c852a25..509512aba3 100644 --- a/blog/2016/05/06/open-iot-summit-talk/index.html +++ b/blog/2016/05/06/open-iot-summit-talk/index.html @@ -124,6 +124,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 4ec464bf0f..4d178b29fc 100644 --- a/blog/2016/05/07/empowering-scripts-and-alexa/index.html +++ b/blog/2016/05/07/empowering-scripts-and-alexa/index.html @@ -198,6 +198,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 a18a9f3480..fc01164179 100644 --- a/blog/2016/05/12/video-configuring-home-assistant/index.html +++ b/blog/2016/05/12/video-configuring-home-assistant/index.html @@ -124,6 +124,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 8767517800..15560814b2 100644 --- a/blog/2016/05/18/why-we-use-polymer/index.html +++ b/blog/2016/05/18/why-we-use-polymer/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/2016/05/21/release-020/index.html b/blog/2016/05/21/release-020/index.html index 56f7e07afd..a8fb38f528 100644 --- a/blog/2016/05/21/release-020/index.html +++ b/blog/2016/05/21/release-020/index.html @@ -154,6 +154,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 ab66a7428c..949dfecf34 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 @@ -127,6 +127,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 f3a8817b29..1c86347f6f 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 @@ -228,6 +228,9 @@

Recent Posts

diff --git a/blog/2016/06/01/community-highlights/index.html b/blog/2016/06/01/community-highlights/index.html index 3c1fdd14ff..b06554f423 100644 --- a/blog/2016/06/01/community-highlights/index.html +++ b/blog/2016/06/01/community-highlights/index.html @@ -136,6 +136,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 a6e798bf44..b8ac2c7405 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 @@ -168,6 +168,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 4bf61cc609..21512995ea 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 @@ -140,6 +140,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 af90d9dc67..6103dd93f5 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 @@ -162,6 +162,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 5de29f3606..146d057c31 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 @@ -208,6 +208,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 f93e7f185f..85a3b2db8e 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 @@ -163,6 +163,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 f14dbf0a9e..7a4f52cad1 100644 --- a/blog/2016/07/06/pocketchip-running-home-assistant/index.html +++ b/blog/2016/07/06/pocketchip-running-home-assistant/index.html @@ -153,6 +153,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 a7d579367a..74000c810b 100644 --- a/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html +++ b/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/index.html @@ -159,6 +159,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 0838d8de17..fa3965fc94 100644 --- a/blog/2016/07/19/visualizing-your-iot-data/index.html +++ b/blog/2016/07/19/visualizing-your-iot-data/index.html @@ -196,6 +196,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 5dcf2405b6..59ed19cee1 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 @@ -163,6 +163,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 1a0160fe3d..d567a90989 100644 --- a/blog/2016/07/28/esp8266-and-micropython-part1/index.html +++ b/blog/2016/07/28/esp8266-and-micropython-part1/index.html @@ -243,6 +243,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 72077f37e2..3c30610751 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 @@ -175,6 +175,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 21dd255272..ce65e9534e 100644 --- a/blog/2016/08/03/laundry-automation-update/index.html +++ b/blog/2016/08/03/laundry-automation-update/index.html @@ -207,6 +207,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 de6477f701..70232d0f8b 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 @@ -202,6 +202,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 a4d3a268cc..b6ae55eece 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 @@ -175,6 +175,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 a2113a3c0f..e632fa68b1 100644 --- a/blog/2016/08/16/we-have-apps-now/index.html +++ b/blog/2016/08/16/we-have-apps-now/index.html @@ -213,6 +213,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 e89bc0954a..b81390df3a 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 @@ -125,6 +125,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 ea3e98721f..b1daa7f11a 100644 --- a/blog/2016/08/28/notifications-hue-fake-unification/index.html +++ b/blog/2016/08/28/notifications-hue-fake-unification/index.html @@ -274,6 +274,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 75555e708a..8bcd894022 100644 --- a/blog/2016/08/31/esp8266-and-micropython-part2/index.html +++ b/blog/2016/08/31/esp8266-and-micropython-part2/index.html @@ -201,6 +201,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 03683ed564..5386b8ac69 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 @@ -203,6 +203,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 51a74637e5..8b6fac57ff 100644 --- a/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html +++ b/blog/2016/09/29/async-sleepiq-emoncms-stocks/index.html @@ -208,6 +208,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 41f0f618b0..4145084037 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 @@ -129,6 +129,9 @@

Recent Posts

diff --git a/blog/2016/10/02/hacktoberfest/index.html b/blog/2016/10/02/hacktoberfest/index.html index fa41fb65cc..1bb9c0bdc6 100644 --- a/blog/2016/10/02/hacktoberfest/index.html +++ b/blog/2016/10/02/hacktoberfest/index.html @@ -137,6 +137,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 ca37dad4fe..bba64567a8 100644 --- a/blog/2016/10/08/hassbian-rest-digital-ocean/index.html +++ b/blog/2016/10/08/hassbian-rest-digital-ocean/index.html @@ -219,6 +219,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 2cb4c28c38..bb0cb71be3 100644 --- a/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html +++ b/blog/2016/10/22/flash-briefing-updater-hacktoberfest/index.html @@ -391,6 +391,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 e837761548..c0750f8204 100644 --- a/blog/2016/10/25/explaining-the-updater/index.html +++ b/blog/2016/10/25/explaining-the-updater/index.html @@ -147,6 +147,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 474d03026f..6a0a15cc83 100644 --- a/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html +++ b/blog/2016/11/05/hacktoberfest-influxdb-weather/index.html @@ -215,6 +215,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 1f7b6e968c..a63f9c94c8 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 @@ -176,6 +176,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 3248c11035..6028ceab1c 100644 --- a/blog/2016/12/03/remote-websockets-sonarr/index.html +++ b/blog/2016/12/03/remote-websockets-sonarr/index.html @@ -237,6 +237,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 8df536f775..fbeb5b3094 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 @@ -190,6 +190,9 @@

Recent Posts

diff --git a/blog/2016/12/19/thank-you/index.html b/blog/2016/12/19/thank-you/index.html index 0238b9d53f..fe49750b45 100644 --- a/blog/2016/12/19/thank-you/index.html +++ b/blog/2016/12/19/thank-you/index.html @@ -128,6 +128,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 d60b81da40..b6cbc8fd17 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 @@ -138,6 +138,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 c1c5c48ef2..c561608e54 100644 --- a/blog/2017/01/14/iss-usps-images-packages/index.html +++ b/blog/2017/01/14/iss-usps-images-packages/index.html @@ -207,6 +207,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 b95f34c89c..672d34f5ca 100644 --- a/blog/2017/01/18/numbers/index.html +++ b/blog/2017/01/18/numbers/index.html @@ -130,6 +130,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 9c75215833..e0ae50b38d 100644 --- a/blog/2017/01/21/home-assistant-governance/index.html +++ b/blog/2017/01/21/home-assistant-governance/index.html @@ -167,6 +167,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 2e38815db9..07dc41c4de 100644 --- a/blog/2017/01/28/face-coffee-wink/index.html +++ b/blog/2017/01/28/face-coffee-wink/index.html @@ -253,6 +253,9 @@

Recent Posts

diff --git a/blog/2017/02/03/babyphone/index.html b/blog/2017/02/03/babyphone/index.html index 54ab8e2339..a94c529775 100644 --- a/blog/2017/02/03/babyphone/index.html +++ b/blog/2017/02/03/babyphone/index.html @@ -232,6 +232,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 deae5dd531..50675062dc 100644 --- a/blog/2017/02/04/hassbian-toybox/index.html +++ b/blog/2017/02/04/hassbian-toybox/index.html @@ -158,6 +158,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 0181324a67..9b1f7bd948 100644 --- a/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html +++ b/blog/2017/02/11/alert-appletv-mqtt-yeelight/index.html @@ -245,6 +245,9 @@

Recent Posts

diff --git a/blog/2017/02/14/clt-workshop/index.html b/blog/2017/02/14/clt-workshop/index.html index d4c570ff2f..0334776edf 100644 --- a/blog/2017/02/14/clt-workshop/index.html +++ b/blog/2017/02/14/clt-workshop/index.html @@ -128,6 +128,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 b97239eb6f..37f83739a3 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 @@ -162,6 +162,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 a18288e15d..07aef1b78b 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 @@ -300,6 +300,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 065f5e0854..7fcd7e37fa 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 @@ -333,6 +333,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 9e1c6be772..93120b0807 100644 --- a/blog/2017/03/22/broken-dependencies/index.html +++ b/blog/2017/03/22/broken-dependencies/index.html @@ -130,6 +130,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 e6f53d0f02..1b5aeee231 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 @@ -123,6 +123,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 fa02bb97a2..9ad7d55f25 100644 --- a/blog/2017/03/25/todo-volumio-workday/index.html +++ b/blog/2017/03/25/todo-volumio-workday/index.html @@ -278,6 +278,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 c7b472b89c..dc221aa3ad 100644 --- a/blog/2017/03/28/http-to-mqtt-bridge/index.html +++ b/blog/2017/03/28/http-to-mqtt-bridge/index.html @@ -171,6 +171,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 3ab8b91052..891a515623 100644 --- a/blog/2017/04/01/thomas-krenn-award/index.html +++ b/blog/2017/04/01/thomas-krenn-award/index.html @@ -132,6 +132,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 7ccb3dc10e..b66013bdda 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 @@ -331,6 +331,9 @@

Recent Posts

diff --git a/blog/2017/04/15/ios/index.html b/blog/2017/04/15/ios/index.html index c22bbf7c7d..b29ef596a4 100644 --- a/blog/2017/04/15/ios/index.html +++ b/blog/2017/04/15/ios/index.html @@ -135,6 +135,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 99040a1962..bca1010cc9 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 @@ -188,6 +188,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 2d269e28d9..f923df0f1b 100644 --- a/blog/2017/04/22/ikea-tradfri-spotify/index.html +++ b/blog/2017/04/22/ikea-tradfri-spotify/index.html @@ -333,6 +333,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 f5e6fdcaae..2a59a922ef 100644 --- a/blog/2017/04/24/hardware-contest-2017/index.html +++ b/blog/2017/04/24/hardware-contest-2017/index.html @@ -128,6 +128,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 e189aa3a96..479c38876b 100644 --- a/blog/2017/04/25/influxdb-grafana-docker/index.html +++ b/blog/2017/04/25/influxdb-grafana-docker/index.html @@ -170,6 +170,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 1ddd37ab29..9400aedc82 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 @@ -145,6 +145,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 78741a1eff..5723942d72 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 @@ -159,6 +159,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 acd7253056..26b034ae7a 100644 --- a/blog/2017/05/05/podcast-init-interview/index.html +++ b/blog/2017/05/05/podcast-init-interview/index.html @@ -124,6 +124,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 700fc2c2dd..40ff09629b 100644 --- a/blog/2017/05/06/zigbee-opencv-dlib/index.html +++ b/blog/2017/05/06/zigbee-opencv-dlib/index.html @@ -322,6 +322,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 b3d518a184..3854dcce12 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 @@ -125,6 +125,9 @@

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 c497f102c2..653610b7b6 100644 --- a/blog/2017/06/02/home-assistant-podcast-1/index.html +++ b/blog/2017/06/02/home-assistant-podcast-1/index.html @@ -124,6 +124,9 @@

Recent Posts

diff --git a/blog/2017/06/04/release-46/index.html b/blog/2017/06/04/release-46/index.html new file mode 100644 index 0000000000..675c62947a --- /dev/null +++ b/blog/2017/06/04/release-46/index.html @@ -0,0 +1,316 @@ + + + + + + + + + 0.46: Rachio sprinklers, Netgear Arlo cameras and Z-Wave fans - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+
+
+

0.46: Rachio sprinklers, Netgear Arlo cameras and Z-Wave fans

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

It’s time for 0.46! This release does not have too many new integrations, instead it focussed on bug fixes.

+

New platforms

+ +

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)
  • +
+
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 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 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.

+ +

All changes

+ +
+
+

Comments

+
+
+
+ +
+
+ + + + + diff --git a/blog/archives/index.html b/blog/archives/index.html index 384dc771e5..685ddf255b 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -2738,6 +2738,27 @@
+ + + @@ -2778,6 +2799,9 @@

Recent Posts

diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index f019e947de..285f3a05c6 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/index.html b/blog/categories/announcements/index.html index e4181605e7..1cec7dac08 100644 --- a/blog/categories/announcements/index.html +++ b/blog/categories/announcements/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 9691b8797c..2a667997fe 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html index f1b5f58d61..35605603d2 100644 --- a/blog/categories/community/index.html +++ b/blog/categories/community/index.html @@ -428,6 +428,9 @@

Recent Posts

diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 8023e9437d..8588f7dc96 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/index.html b/blog/categories/device-tracking/index.html index 84726e2ba0..720c9fe132 100644 --- a/blog/categories/device-tracking/index.html +++ b/blog/categories/device-tracking/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 7f6fe4672d..eba8a395b0 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index 571ebd8d3f..e11223f901 100644 --- a/blog/categories/esp8266/index.html +++ b/blog/categories/esp8266/index.html @@ -178,6 +178,9 @@

Recent Posts

diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 7430483b1e..19bf8863c9 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index bb70955405..7e5fe0ee54 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -605,6 +605,9 @@

Recent Posts

diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index f1f2e61451..8e3b760a62 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/index.html b/blog/categories/ibeacons/index.html index 1092bd36db..a146ede503 100644 --- a/blog/categories/ibeacons/index.html +++ b/blog/categories/ibeacons/index.html @@ -153,6 +153,9 @@

Recent Posts

diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index ce4fe2a85c..38d5ce0650 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+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 66d540e0ab..3c88894b5f 100644 --- a/blog/categories/internet-of-things/index.html +++ b/blog/categories/internet-of-things/index.html @@ -214,6 +214,9 @@

Recent Posts

diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index 7c130bb8ef..96bab0ab91 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/index.html b/blog/categories/iot-data/index.html index 9c23b9bbe3..040cd92820 100644 --- a/blog/categories/iot-data/index.html +++ b/blog/categories/iot-data/index.html @@ -173,6 +173,9 @@

Recent Posts

diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index b4a659681b..f662302f7c 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/index.html b/blog/categories/merchandise/index.html index 9d555dafac..8d4008090f 100644 --- a/blog/categories/merchandise/index.html +++ b/blog/categories/merchandise/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index f8f0b35982..9703e4cfad 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/index.html b/blog/categories/micropython/index.html index db72c37459..3f301e08a7 100644 --- a/blog/categories/micropython/index.html +++ b/blog/categories/micropython/index.html @@ -177,6 +177,9 @@

Recent Posts

diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 9bcc500c90..d60d2cc6ab 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index cc2afa098b..043ade7ff8 100644 --- a/blog/categories/mqtt/index.html +++ b/blog/categories/mqtt/index.html @@ -199,6 +199,9 @@

Recent Posts

diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index fe26000738..374553810d 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/index.html b/blog/categories/organisation/index.html index 2b559ec8c6..b274aaeb95 100644 --- a/blog/categories/organisation/index.html +++ b/blog/categories/organisation/index.html @@ -193,6 +193,9 @@

Recent Posts

diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 1c9a470b24..dfa58fe95d 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/index.html b/blog/categories/owntracks/index.html index 5916cb6ee6..f545672dc9 100644 --- a/blog/categories/owntracks/index.html +++ b/blog/categories/owntracks/index.html @@ -153,6 +153,9 @@

Recent Posts

diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index c32850a7d5..0ec72e3dbe 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/index.html b/blog/categories/presence-detection/index.html index 51193cc123..f33e48fa1e 100644 --- a/blog/categories/presence-detection/index.html +++ b/blog/categories/presence-detection/index.html @@ -130,6 +130,9 @@

Recent Posts

diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index ce52d4323f..5d698a6ede 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+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 53b85c8f6f..19397fa29b 100644 --- a/blog/categories/public-service-announcement/index.html +++ b/blog/categories/public-service-announcement/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index de7b7e848c..dcf0b2933f 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ @@ -13,6 +13,375 @@ Octopress + + <![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 + If you need help... +...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. 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/components/automation.state/ +[automation.time docs]: https://home-assistant.io/components/automation.time/ +[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/ +[gitter]: https://gitter.im/home-assistant/home-assistant +[issue]: https://github.com/home-assistant/home-assistant/issues +]]> + + <![CDATA[Home Assistant 0.45: Automation editor, Z-Wave panel, OCR]]> @@ -1867,358 +2236,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [#7137]: https://github.com/home-assistant/home-assistant/pull/7137 [#7141]: https://github.com/home-assistant/home-assistant/pull/7141 [@robbiet480]: https://github.com/robbiet480 -]]> - - - - <![CDATA[Home Assistant 0.41: Tado, Volumio, Workday, improved Plex]]> - - 2017-03-25T08:04:05+00:00 - https://home-assistant.io/blog/2017/03/25/todo-volumio-workday - -## All changes - -- Bugfix android camera autodiscovery settings ([@pvizeli] - [#6510]) -- Insteon lib ([@wardcraigj] - [#6505]) -- Update to Pyunifi2.0 ([@finish06] - [#6490]) -- Insteon lib ([@wardcraigj] - [#6505]) -- Don't allow sending to invalid iOS targets ([@robbiet480] - [#6115]) -- Bugfix rpi_rf cleanup ([@pvizeli] - [#6513]) -- Include LICENSE.md in tarball ([@bachp] - [#6514]) -- Android webcam better error handling / pump library 0.4 ([@pvizeli] - [#6518]) -- Fix mysensors gateway windows setup ([@MartinHjelmare] - [#6500]) -- Update frontend ([@balloob]) -- Remove mint finance sensor ([@balloob] - [#6522]) -- Append vera device id to entity id - but not name. ([@pavoni] - [#6523]) -- Force update support for MQTT sensor ([@vrnagy] - [#6492]) -- Wink scene(shortcut) support ([@w1ll1am23] - [#6147]) -- Add type configuration in history_stats ([@bokub] - [#6430]) -- Discovery is a dict rather than an array. ([@pavoni] - [#6525]) -- Fix colortemp conversion for osramlightify ([@amelchio] - [#6516]) -- Update Kodi notifier to async ([@armills] - [#6497]) (Breaking Change) -- Fix mysensors gateway windows setup ([@MartinHjelmare] - [#6500]) -- Fix colortemp conversion for osramlightify ([@amelchio] - [#6516]) -- Remove mint finance sensor ([@balloob] - [#6522]) -- Append vera device id to entity id - but not name. ([@pavoni] - [#6523]) -- Discovery is a dict rather than an array. ([@pavoni] - [#6525]) -- Version bump to 0.41.0.dev0 ([@lwis]) -- Simplify Android IP webcam discovery ([@balloob] - [#6528]) -- Fix gen_requirements_all.py script for Windows. ([@siebert] - [#6547]) -- Fix wake_on_lan ping with None as host ([@iamtpage] - [#6532]) -- Be able to select mqtt:tls_version for Python ([@dennisdegreef] - [#6442]) -- ZWave binary sensor tests ([@armills] - [#6555]) -- Refactor zwave discovery to entity schema ([@armills] - [#6445]) -- Revert "Refactor zwave discovery to entity schema (#6445)" ([@balloob] - [#6564]) -- Upgraded blinkpy version, increased Throttle time for camera ([@fronzbot] - [#6561]) -- Don't start the push updater if the Apple TV is 'off' ([@jnewland] - [#6552]) -- Bump voc version (fixes heater bug) ([@molobrakos]) -- Remove dispatcher camera ([@pvizeli] - [#6579]) -- Fix for the case of zwave value used in several devices. ([@andrey-git] - [#6577]) -- Fix hydroquebec ([@titilambert] - [#6574]) -- Upgrade async_timeout to 1.2.0 ([@fabaff] - [#6590]) -- Upgrade pyasn1 to 0.2.3 ([@fabaff] - [#6588]) -- Upgrade sqlalchemy to 1.1.6 ([@fabaff] - [#6591]) -- Upgrade psutil to 5.2.0 ([@fabaff] - [#6585]) -- Upgrade Sphinx to 1.5.3 ([@fabaff] - [#6587]) -- Update pyecobee version to 0.0.7 ([@dale3h] - [#6593]) -- Update SMA solar sensor to work with the new add_devices callback ([@kellerza] - [#6602]) -- Fix link ([@fabaff] - [#6612]) -- Upgrade py-cpuinfo to 0.2.7 ([@fabaff] - [#6610]) -- Upgrade googlemaps to 2.4.6 ([@fabaff] - [#6611]) -- Error handling when connection refused ([@molobrakos] - [#6614]) -- Prevent entities running multiple updates simultaneously ([@pvizeli] - [#6511]) -- Add configurable timeout option to notify/smtp ([@hawk259] - [#6609]) -- Define db for SHOW DIAGNOSTICS query since some users will not have a… ([@tflack] - [#6566]) -- Cover myq fix update pymyq ([@arraylabs] - [#6595]) -- Update mpd.py ([@yeralin] - [#6553]) (Breaking Change) -- Upgrade to dsmr_parser 0.8, supporting protocol 3 and 5. ([@aequitas] - [#6600]) -- Add "Refactor zwave discovery to entity schema" ([@balloob] - [#6565]) -- Tests for ZWave climate ([@armills] - [#6629]) -- Correctly flag Kodi media types ([@armills] - [#6628]) -- Use sqlite's WAL mode to avoid `database is locked` errors ([@n8henrie] - [#6519]) -- Remove event decorators ([@balloob] - [#6634]) (Breaking Change) -- Deprecate event forwarding ([@balloob]) -- Upgrade aiohttp to 1.3.4 ([@pvizeli] - [#6643]) -- Kodi extra attributes for tvshow and music media ([@mvillarejo] - [#6622]) -- Add ZWave cover tests ([@armills] - [#6648]) -- Kodi: Fix episode media type classification ([@armills] - [#6645]) -- Move LIFX to aiolifx for driving the bulbs ([@amelchio] - [#6584]) -- Fix #6534 ([@deisi] - [#6598]) -- self.loop.create_task -> self.add_job ([@balloob] - [#6632]) -- Bugfix RFLINK remove group ([@pvizeli] - [#6580]) -- Version bump to 0.40.1 ([@balloob]) -- Fix wake_on_lan ping with None as host ([@iamtpage] - [#6532]) -- Don't start the push updater if the Apple TV is 'off' ([@jnewland] - [#6552]) -- Fix for the case of zwave value used in several devices. ([@andrey-git] - [#6577]) -- Fix hydroquebec ([@titilambert] - [#6574]) -- Update pyecobee version to 0.0.7 ([@dale3h] - [#6593]) -- Update SMA solar sensor to work with the new add_devices callback ([@kellerza] - [#6602]) -- Since knx_2_float can't handle 0, bypass converting 0 value from knx to float ([@goofz] - [#6626]) -- Bugfix RFLINK remove group ([@pvizeli] - [#6580]) -- Added workday sensor ([@BastianPoe] - [#6599]) -- Add test for Z-wave switch ([@turbokongen] - [#6619]) -- Upgrade python-digitalocean to 1.11 ([@fabaff] - [#6653]) -- Add Zwave sensors test ([@turbokongen] - [#6640]) -- round output values ([@joe248] - [#6657]) -- Support for non-clients, NVidia shield, dynamic grouping, extra metad ([@JesseWebDotCom] - [#6054]) -- Upgrade astral to 1.4 ([@fabaff] - [#6332]) -- Upgrade aiohttp to 1.3.5 ([@fabaff] - [#6660]) -- Check if droplet exists ([@fabaff] - [#6663]) -- Corrected help text for refresh_node ([@sebk-666] - [#6659]) -- Add configurable timeout option to camera.synology ([@hawk259] - [#6655]) -- Pump Android ip webcam to 0.6 ([@pvizeli] - [#6665]) -- add latitude and longitude configuration to darksky sensor ([@RickyTaterSalad] - [#6191]) -- Refactor Neurio to add Daily Power Sensor ([@mezz64] - [#6662]) -- Added support for multiple efergy sensors in the same household. ([@miniconfig] - [#6630]) -- Add new media_player platform: Volumio Media Player ([@jslove] - [#6556]) -- Phone book lookup support for Fritz!Box call monitor ([@DavidMStraub] - [#6474]) -- Update Emby component to async ([@mezz64] - [#6664]) -- Fix hass script execution on Windows (#4977). ([@matrixx567] - [#6601]) -- Fixed Show All Controls feature ([@JesseWebDotCom]) -- Update Torque component to match recent API. ([@tylercrumpton] - [#6671]) -- Rflink: added support for lights with toggle type ([@martinfrancois] - [#6521]) -- Upgrade distro to 1.0.3 ([@fabaff] - [#6693]) -- Fix longitude ([@mezz64] - [#6697]) -- Bump PyChromecast to 0.8.1 ([@balloob] - [#6702]) -- Kodi use websocket loop task created by library ([@armills] - [#6703]) -- Fix Kodi when websocket is disabled ([@armills] - [#6706]) -- Revise power and energy units and property names. ([@pavoni] - [#6212]) (Breaking Change) -- automatically use bundled certificate it set to auto ([@printzlau] - [#6707]) (Breaking Change) -- Update frontend ([@balloob]) -- Add zwave light tests ([@armills] - [#6710]) -- restore_state: do not crash if domain not defined ([@balloob] - [#6714]) -- Fix for issue: luci returns 403 invalid token when rebooted #6715 ([@fbradyirl] - [#6717]) -- Don't warn if octoprint completion is null ([@jawilson] - [#6719]) -- ZWave Sensor tests ([@armills] - [#6721]) -- ZWave switch tests ([@armills] - [#6722]) -- Update frontend ([@balloob]) -- Fix LIFX unregister races ([@amelchio] - [#6723]) -- Do not log warning on rest_command if no error ([@balloob] - [#6713]) -- camera.zoneminder: Show recording state ([@mnoorenberghe] - [#6686]) -- ZWave Lock Tests ([@armills] - [#6730]) -- Tado climate device ([@wmalgadey] - [#6572]) -- Version bump to 0.40.2 ([@balloob]) -- Bump PyChromecast to 0.8.1 ([@balloob] - [#6702]) -- Constrain core dependencies to core versions ([@balloob] - [#6738]) -- Update constraints ([@balloob]) -- Adds Support for Lutron Caseta devices. ([@gurumitts] - [#6631]) -- Add sensor for Lyft time and price (based on Uber sensor) ([@drkp] - [#6711]) -- Add zwave per-node entity. ([@andrey-git] - [#6690]) -- Version bump to 0.41 ([@balloob]) - -[#6054]: https://github.com/home-assistant/home-assistant/pull/6054 -[#6115]: https://github.com/home-assistant/home-assistant/pull/6115 -[#6147]: https://github.com/home-assistant/home-assistant/pull/6147 -[#6191]: https://github.com/home-assistant/home-assistant/pull/6191 -[#6212]: https://github.com/home-assistant/home-assistant/pull/6212 -[#6332]: https://github.com/home-assistant/home-assistant/pull/6332 -[#6430]: https://github.com/home-assistant/home-assistant/pull/6430 -[#6442]: https://github.com/home-assistant/home-assistant/pull/6442 -[#6445]: https://github.com/home-assistant/home-assistant/pull/6445 -[#6474]: https://github.com/home-assistant/home-assistant/pull/6474 -[#6490]: https://github.com/home-assistant/home-assistant/pull/6490 -[#6492]: https://github.com/home-assistant/home-assistant/pull/6492 -[#6497]: https://github.com/home-assistant/home-assistant/pull/6497 -[#6500]: https://github.com/home-assistant/home-assistant/pull/6500 -[#6505]: https://github.com/home-assistant/home-assistant/pull/6505 -[#6510]: https://github.com/home-assistant/home-assistant/pull/6510 -[#6511]: https://github.com/home-assistant/home-assistant/pull/6511 -[#6513]: https://github.com/home-assistant/home-assistant/pull/6513 -[#6514]: https://github.com/home-assistant/home-assistant/pull/6514 -[#6516]: https://github.com/home-assistant/home-assistant/pull/6516 -[#6518]: https://github.com/home-assistant/home-assistant/pull/6518 -[#6519]: https://github.com/home-assistant/home-assistant/pull/6519 -[#6521]: https://github.com/home-assistant/home-assistant/pull/6521 -[#6522]: https://github.com/home-assistant/home-assistant/pull/6522 -[#6523]: https://github.com/home-assistant/home-assistant/pull/6523 -[#6525]: https://github.com/home-assistant/home-assistant/pull/6525 -[#6528]: https://github.com/home-assistant/home-assistant/pull/6528 -[#6532]: https://github.com/home-assistant/home-assistant/pull/6532 -[#6547]: https://github.com/home-assistant/home-assistant/pull/6547 -[#6552]: https://github.com/home-assistant/home-assistant/pull/6552 -[#6553]: https://github.com/home-assistant/home-assistant/pull/6553 -[#6555]: https://github.com/home-assistant/home-assistant/pull/6555 -[#6556]: https://github.com/home-assistant/home-assistant/pull/6556 -[#6561]: https://github.com/home-assistant/home-assistant/pull/6561 -[#6564]: https://github.com/home-assistant/home-assistant/pull/6564 -[#6565]: https://github.com/home-assistant/home-assistant/pull/6565 -[#6566]: https://github.com/home-assistant/home-assistant/pull/6566 -[#6572]: https://github.com/home-assistant/home-assistant/pull/6572 -[#6574]: https://github.com/home-assistant/home-assistant/pull/6574 -[#6577]: https://github.com/home-assistant/home-assistant/pull/6577 -[#6579]: https://github.com/home-assistant/home-assistant/pull/6579 -[#6580]: https://github.com/home-assistant/home-assistant/pull/6580 -[#6584]: https://github.com/home-assistant/home-assistant/pull/6584 -[#6585]: https://github.com/home-assistant/home-assistant/pull/6585 -[#6587]: https://github.com/home-assistant/home-assistant/pull/6587 -[#6588]: https://github.com/home-assistant/home-assistant/pull/6588 -[#6590]: https://github.com/home-assistant/home-assistant/pull/6590 -[#6591]: https://github.com/home-assistant/home-assistant/pull/6591 -[#6593]: https://github.com/home-assistant/home-assistant/pull/6593 -[#6595]: https://github.com/home-assistant/home-assistant/pull/6595 -[#6598]: https://github.com/home-assistant/home-assistant/pull/6598 -[#6599]: https://github.com/home-assistant/home-assistant/pull/6599 -[#6600]: https://github.com/home-assistant/home-assistant/pull/6600 -[#6601]: https://github.com/home-assistant/home-assistant/pull/6601 -[#6602]: https://github.com/home-assistant/home-assistant/pull/6602 -[#6609]: https://github.com/home-assistant/home-assistant/pull/6609 -[#6610]: https://github.com/home-assistant/home-assistant/pull/6610 -[#6611]: https://github.com/home-assistant/home-assistant/pull/6611 -[#6612]: https://github.com/home-assistant/home-assistant/pull/6612 -[#6614]: https://github.com/home-assistant/home-assistant/pull/6614 -[#6619]: https://github.com/home-assistant/home-assistant/pull/6619 -[#6622]: https://github.com/home-assistant/home-assistant/pull/6622 -[#6626]: https://github.com/home-assistant/home-assistant/pull/6626 -[#6628]: https://github.com/home-assistant/home-assistant/pull/6628 -[#6629]: https://github.com/home-assistant/home-assistant/pull/6629 -[#6630]: https://github.com/home-assistant/home-assistant/pull/6630 -[#6631]: https://github.com/home-assistant/home-assistant/pull/6631 -[#6632]: https://github.com/home-assistant/home-assistant/pull/6632 -[#6634]: https://github.com/home-assistant/home-assistant/pull/6634 -[#6640]: https://github.com/home-assistant/home-assistant/pull/6640 -[#6643]: https://github.com/home-assistant/home-assistant/pull/6643 -[#6645]: https://github.com/home-assistant/home-assistant/pull/6645 -[#6648]: https://github.com/home-assistant/home-assistant/pull/6648 -[#6653]: https://github.com/home-assistant/home-assistant/pull/6653 -[#6655]: https://github.com/home-assistant/home-assistant/pull/6655 -[#6657]: https://github.com/home-assistant/home-assistant/pull/6657 -[#6659]: https://github.com/home-assistant/home-assistant/pull/6659 -[#6660]: https://github.com/home-assistant/home-assistant/pull/6660 -[#6662]: https://github.com/home-assistant/home-assistant/pull/6662 -[#6663]: https://github.com/home-assistant/home-assistant/pull/6663 -[#6664]: https://github.com/home-assistant/home-assistant/pull/6664 -[#6665]: https://github.com/home-assistant/home-assistant/pull/6665 -[#6671]: https://github.com/home-assistant/home-assistant/pull/6671 -[#6686]: https://github.com/home-assistant/home-assistant/pull/6686 -[#6690]: https://github.com/home-assistant/home-assistant/pull/6690 -[#6693]: https://github.com/home-assistant/home-assistant/pull/6693 -[#6697]: https://github.com/home-assistant/home-assistant/pull/6697 -[#6702]: https://github.com/home-assistant/home-assistant/pull/6702 -[#6703]: https://github.com/home-assistant/home-assistant/pull/6703 -[#6706]: https://github.com/home-assistant/home-assistant/pull/6706 -[#6707]: https://github.com/home-assistant/home-assistant/pull/6707 -[#6710]: https://github.com/home-assistant/home-assistant/pull/6710 -[#6711]: https://github.com/home-assistant/home-assistant/pull/6711 -[#6713]: https://github.com/home-assistant/home-assistant/pull/6713 -[#6714]: https://github.com/home-assistant/home-assistant/pull/6714 -[#6717]: https://github.com/home-assistant/home-assistant/pull/6717 -[#6719]: https://github.com/home-assistant/home-assistant/pull/6719 -[#6721]: https://github.com/home-assistant/home-assistant/pull/6721 -[#6722]: https://github.com/home-assistant/home-assistant/pull/6722 -[#6723]: https://github.com/home-assistant/home-assistant/pull/6723 -[#6730]: https://github.com/home-assistant/home-assistant/pull/6730 -[#6738]: https://github.com/home-assistant/home-assistant/pull/6738 -[#6664]: https://github.com/home-assistant/home-assistant/pull/6664 -[@BastianPoe]: https://github.com/BastianPoe -[@DavidMStraub]: https://github.com/DavidMStraub -[@JesseWebDotCom]: https://github.com/JesseWebDotCom -[@MartinHjelmare]: https://github.com/MartinHjelmare -[@RickyTaterSalad]: https://github.com/RickyTaterSalad -[@aequitas]: https://github.com/aequitas -[@amelchio]: https://github.com/amelchio -[@andrey-git]: https://github.com/andrey-git -[@armills]: https://github.com/armills -[@arraylabs]: https://github.com/arraylabs -[@bachp]: https://github.com/bachp -[@balloob]: https://github.com/balloob -[@bokub]: https://github.com/bokub -[@dale3h]: https://github.com/dale3h -[@deisi]: https://github.com/deisi -[@dennisdegreef]: https://github.com/dennisdegreef -[@drkp]: https://github.com/drkp -[@fabaff]: https://github.com/fabaff -[@fbradyirl]: https://github.com/fbradyirl -[@finish06]: https://github.com/finish06 -[@fronzbot]: https://github.com/fronzbot -[@goofz]: https://github.com/goofz -[@gurumitts]: https://github.com/gurumitts -[@hawk259]: https://github.com/hawk259 -[@iamtpage]: https://github.com/iamtpage -[@jawilson]: https://github.com/jawilson -[@jnewland]: https://github.com/jnewland -[@joe248]: https://github.com/joe248 -[@jslove]: https://github.com/jslove -[@kellerza]: https://github.com/kellerza -[@lwis]: https://github.com/lwis -[@martinfrancois]: https://github.com/martinfrancois -[@matrixx567]: https://github.com/matrixx567 -[@mezz64]: https://github.com/mezz64 -[@miniconfig]: https://github.com/miniconfig -[@mnoorenberghe]: https://github.com/mnoorenberghe -[@molobrakos]: https://github.com/molobrakos -[@mvillarejo]: https://github.com/mvillarejo -[@n8henrie]: https://github.com/n8henrie -[@pavoni]: https://github.com/pavoni -[@printzlau]: https://github.com/printzlau -[@pvizeli]: https://github.com/pvizeli -[@robbiet480]: https://github.com/robbiet480 -[@sebk-666]: https://github.com/sebk-666 -[@siebert]: https://github.com/siebert -[@tflack]: https://github.com/tflack -[@titilambert]: https://github.com/titilambert -[@turbokongen]: https://github.com/turbokongen -[@tylercrumpton]: https://github.com/tylercrumpton -[@vrnagy]: https://github.com/vrnagy -[@w1ll1am23]: https://github.com/w1ll1am23 -[@wardcraigj]: https://github.com/wardcraigj -[@wmalgadey]: https://github.com/wmalgadey -[@yeralin]: https://github.com/yeralin - -[components]: https://home-assistant.io/components/ -[kodi]: https://home-assistant.io/components/notify.kodi/ -[mpd]: https://home-assistant.io/components/media_player.mpd/ -[emby]: https://home-assistant.io/components/media_player.emby/ -[mqtt]: https://home-assistant.io/docs/mqtt/ -[plex]: https://home-assistant.io/components/media_player.plex/ -[tado]: https://home-assistant.io/components/climate.tado/ -[volumio]: https://home-assistant.io//components/media_player.volumio/ -[workday]: https://home-assistant.io/components/binary_sensor.workday/ -[android]: https://home-assistant.io/components/android_ip_webcam/ -[shadow]: https://www.w3.org/TR/shadow-dom/ - -[forum]: https://community.home-assistant.io/ -[gitter]: https://gitter.im/home-assistant/home-assistant -[issue]: https://github.com/home-assistant/home-assistant/issues - -[@bdurrer]: https://github.com/bdurrer -[interview]: https://home-assistant.io/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/ -[OpenSourceCraft]: http://codepop.com/open-sourcecraft -[clt]: https://chemnitzer.linux-tage.de/2017/en/ -[workshop]: https://github.com/home-assistant/home-assistant-assets/tree/master/german/2017-clt-workshop ]]> diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index dd63fd4986..aeece23e56 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -71,6 +71,27 @@

2017

+
+
diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 4d2a2fdd32..7c2a34a660 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index ffd94f2045..156eeb7f01 100644 --- a/blog/categories/survey/index.html +++ b/blog/categories/survey/index.html @@ -128,6 +128,9 @@

Recent Posts

diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index dc74f1489b..5a97060a1d 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/index.html b/blog/categories/talks/index.html index 178d01228f..c358654c9c 100644 --- a/blog/categories/talks/index.html +++ b/blog/categories/talks/index.html @@ -129,6 +129,9 @@

Recent Posts

diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index ec393a427a..6bd3fb432b 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/index.html b/blog/categories/technology/index.html index 1cd1b1a383..4336890032 100644 --- a/blog/categories/technology/index.html +++ b/blog/categories/technology/index.html @@ -213,6 +213,9 @@

Recent Posts

diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 34beff1a4b..fa99c7c035 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-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index 3161910c63..96eb56f44b 100644 --- a/blog/categories/user-stories/index.html +++ b/blog/categories/user-stories/index.html @@ -150,6 +150,9 @@

Recent Posts

diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 83e23927e1..59e38de40a 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/index.html b/blog/categories/video/index.html index 85c5fa8125..f8b4d6f621 100644 --- a/blog/categories/video/index.html +++ b/blog/categories/video/index.html @@ -259,6 +259,9 @@

Recent Posts

diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index cbbde48aff..28577cf7ea 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-06-04T03:15:36+00:00 + 2017-06-04T08:27:24+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index b91ddfd862..a54201ae62 100644 --- a/blog/categories/website/index.html +++ b/blog/categories/website/index.html @@ -150,6 +150,9 @@

Recent Posts

diff --git a/blog/index.html b/blog/index.html index 1b3853661e..dcfd4c2f23 100644 --- a/blog/index.html +++ b/blog/index.html @@ -59,6 +59,65 @@
+
+
+

+ 0.46: Rachio sprinklers, Netgear Arlo cameras and Z-Wave fans +

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

It’s time for 0.46! This release does not have too many new integrations, instead it focussed on bug fixes.

+

New platforms

+ +

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)
  • +
+
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 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 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 → +
+
+

@@ -463,81 +522,6 @@ $ sudo systemctl start install_homeassistant.service

To follow discussions about the development of the HASSbian image or to contribute join the HASSbian gitter chat.

To get started with the new image, check out the installation instructions in the getting started section.

-

-
-
-
-
-

- Setting up InfluxDB and Grafana using Docker -

-
- - - two minutes reading time - - -
    -
  • How-To
  • -
-
- Comments -
-
-
-

Home Assistant collects volumes of (time series) data that are well suited for some fancy graphs. Although the History component provides some nice plots, I am sure you have always wanted those fancy Grafana plots. The problem, however, is that low-powered device such as Raspberry Pi that most of us use for our Home Assistant setup are not well suited for such operation.

-

Instead of running InfluxDB and Grafana on a Raspberry Pi or a different system and go through the classic approach of installing both tools separately, you can run them in a Docker container on another machine. For this tutorial, I am using a Synology NAS, but the instructions should apply to other devices that can run Docker. Just follow the steps below:

-
    -
  1. SSH into your NAS. You may have to run sudo su if you are getting permission errors.
  2. -
  3. Download the docker-statsd-influxdb-grafana image using the command: -docker pull samuelebistoletti/docker-statsd-influxdb-grafana
  4. -
  5. To start the container for the first-time launch: -
    docker run -d \
    -  --name docker-statsd-influxdb-grafana \
    -  -p 3003:3003 \
    -  -p 3004:8083 \
    -  -p 8086:8086 \
    -  -p 22022:22 \
    -  -p 8125:8125/udp \
    -  samuelebistoletti/docker-statsd-influxdb-grafana:latest
    -
    -
    -
  6. -
  7. The image should now be running and both InfluxBD and Grafana should be now up and running.
  8. -
  9. You can access InfluxDB at http://NAS_IP_ADDRESS:3004/ and Grafana at http://NAS_IP_ADDRESS:3003/
  10. -
  11. Navigate to http://NAS_IP_ADDRESS:3004/ and create the database home_assistant using the command CREATE DATABASE home_assistant. -

    - -

    -
  12. -
  13. Now, you need to configure Home Assistant to use InfluxDB. Since, we did not add any username/password to our database, we can simply add the following to our configuration.yaml (replace the IP address with that of the device running Docker) and restart Home Assistant to setup InfluxDB (you will have to fine tune it based on your preferences): -
    influxdb:
    -  host: 192.168.2.113
    -
    -
    -
  14. -
  15. Next, we need to configure Grafana to use InfluxDB. Navigate to http://NAS_IP_ADDRESS:3003/ to access Grafana (login with username and password root) and add your first data source. Here’s how you can configure Grafana to use InfluxDB database. Note that 192.168.2.113 is the IP address of my NAS. -

    - -

    -
  16. -
  17. You should see Data source is working if you have configured everything correctly.
  18. -
  19. With all that configured, you are now ready for the fun stuff. You can create as many dashboards as you want and then import the same in Home Assistant.
  20. -
  21. To add the Grafana dashboard in HA, use the following config: -
    panel_iframe:
    -  router:
    -    title: 'Temperature'
    -    url: 'http://192.168.2.113:3003/dashboard/db/temperature?edit&tab=time%20range'
    -
    -
    -

    The URL can be obtained by clicking Share Dashboard link on your dashboard:

    -

    - -

    -
  22. -

diff --git a/blog/posts/10/index.html b/blog/posts/10/index.html index bd9123f5d0..a5c1e97da6 100644 --- a/blog/posts/10/index.html +++ b/blog/posts/10/index.html @@ -59,6 +59,36 @@
+
+
+

+ Set up encryption using Let's Encrypt +

+
+ + + five minutes reading time + + +
    +
  • How-To
  • +
+
+ Comments +
+
+
+

Exposing your Home Assistant instance outside of your network always has been tricky. You have to set up port forwarding on your router and most likely add a dynamic DNS service to work around your ISP changing your IP. After this you would be able to use Home Assistant from anywhere but there is one big red flag: no encryption.

+

This tutorial will take you through the steps to setup a dynamic DNS for your IP and allow trusted encrypted connection to it - for free using DuckDNS and Let’s Encrypt.

+

+ +

+ Read on → +
+
+

@@ -382,45 +412,6 @@ Home Assistant will keep track of historical values and allow you to integrate i


-
-
-

- 0.7.5: Blinkstick, SNMP, Telegram -

-
- - - Less than one minute reading time - - -
    -
  • Release-Notes
  • -
-
- Comments -
-
-
-

We discovered two issues annoying enough to warrent the release of 0.7.5:

-
    -
  • Home Assistant package did not include the CloudMQTT certificate.
  • -
  • A bug in the core caused issues when some platforms are loaded twice.
  • -
-

This release also includes some new platforms (because they keep coming!):

-

- -

Also, the media player was extended by @maddox to support the play media command. This has been implemented for the iTunes platform.

-
-
-