diff --git a/atom.xml b/atom.xml index 7cbe368d0f..23a914cc93 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ @@ -13,6 +13,217 @@ Octopress + + <![CDATA[Home Assistant 0.44: ZigBee, OpenCV and DLib]]> + + 2017-05-06T01:04:05+00:00 + https://home-assistant.io/blog/2017/05/06/zigbee-opencv-dlib +

+ +

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

+ +

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

+ +

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

+ +

Enjoy!

+ +

If you need help…

+

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

+ +

Reporting Issues

+

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

+ +

New integrations

+ + + + +

Breaking changes

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

All changes

+ + + +]]>
+
+ <![CDATA[Podcast.__init__ interview with Paulus Schoutsen]]> @@ -1929,63 +2140,6 @@ Screenshot of all the different functionality the IP webcam integration offers.

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.

-]]> -
- - - <![CDATA[HASSbian 1.1 - The Toy-box]]> - - 2017-02-04T09:00:00+00:00 - https://home-assistant.io/blog/2017/02/04/hassbian-toybox - Tonight I’m happy to announce a new release of the our Raspberry Pi image, HASSbian 1.1 - The Toy-box.
-Why Toy-box you wonder? Because it encompass the changes pretty well.

- -

Changes from previous image are big and small but lets start with the interesting things.

- -

Hassbian-scripts

-

A set of script written to add extra functionality to your Raspberry Pi installation. -This scripts are run as the pi user and installs a set of tools or packages. -Currently includes:

-
    -
  • Install Libcec. Adds local HDMI CEC support.
  • -
  • Install Mossquitto. Installs the latest Mosquitto package and client tools from the Mosquitto projects official repository. Now includes websocket support.
  • -
  • Install OpenZWave. Installs OpenZWave and prepares for using a USB or GPIO ZWave controller.
  • -
  • Install Samba. Installs the Samba packages and shares your configuration over smb to be available to edit on any computer without the need for separate file transfer software. This share is unsecured and it’s usage is not recommended if your installation is publicly available.
  • -
- -

All of these scripts are available in the directory /home/pi/hassbian-scripts/. This directory is actually a cloned git repository that’s cloned on first boot and can be updated to the latest release with ease after. -To update the hassbian-scripts directory execute the following command as the pi user.

-
$ cd hassbian-scripts
-$ git pull
-
-
-

To use any of the hassbian-scripts, execute the following command as the pi user. Here we use the libcec script as an example.

-
$ sudo ./hassbian-scripts/install_libcec.sh
-
-
- -

For more information about these scripts have a look a the hassbian-scripts repository.

- -

Spring cleaning

-

With this image there also quite a bit of cleaning of the base system and the script that generates our Raspberry Pi image.

-
    -
  • Update pi-gen. Our build script has been upgraded to follow the Raspbian image closer. This image is basically a Raspbian lite image with Home Assistant, dependencies and a small set of changes to the base system.
  • -
  • Removed Mosquitto. Not as bad as it sounds since it’s installation has been move to one of our new hassbian-scripts.
  • -
  • Added rng-tools. Let’s your HASSbian installation use the hardware support in the Raspberry Pi for entropy generation.
  • -
  • Added avahi-daemon package. Your Raspberry Pi should now be available at hassbian.local.
  • -
  • Added htop. User friendly interactive process monitor.
  • -
  • Added tmux. A great terminal multiplexer that makes working with the command line over ssh easier.
  • -
  • Added the homeassistant user to the dialout group. Simplifies use of hardware such as ZWave USB controllers that requires this permission.
  • -
- -

On the horizon

-

There’s of course more on the horizon and there’s even more plans and wishes for how this image will function in the future. -On the close horizon from @Landrash there a few more script in the works and for tellstick, emulated_hue and for controlling Home Assistant.

- -

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.

- ]]>
diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index 91744a2188..5cc433ff74 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 7f47a43387..ec00e6f467 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 46aade8adf..172aacba78 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 3bb8ceabfa..85332143ff 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 16952933f8..1be2aa8e48 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 00643dbff6..d66fc19c1b 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 e708b9653c..8f0aafa8b4 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 eb086dd812..3dfa975665 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 ab284230ce..6e1a54d3d1 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 b965fdf389..0903f9f8f3 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 d1e3c71564..3574387d42 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 b2b6b43739..0dc8246e21 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 787309a82a..0783d67d4c 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 995fc14d50..5fec6d360c 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 f153a4e335..7aec33c366 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 ddf0d569a4..8ac062e6c6 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 c7b873e32b..d82abaef7b 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 c8467d2b28..1f80c7f60e 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 e61497da78..52aae96b16 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 1b88392f80..efc75a8357 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 cffe014d1b..615fa8431e 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 b0d19ee11c..6f57b2516f 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 139cf732cd..4d1329c6e8 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 ef39b2f4ef..7b64ab5148 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 64b317037a..13ad8c2e33 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 b94593fdd9..ad7c519e79 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 56a9ab6b10..924045a2d7 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 bdf2924551..f73365d24d 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 c9c6516228..8688214255 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 59365073ad..8265780781 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 0546ad7ba2..db218243bd 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 8f8a6142a4..f117ad4f2b 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 4d73653575..864e910dca 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 00bdd09c41..52bf6da6cf 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 36eeb75cc2..b3f18055d9 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 e669c39b31..29c0f37087 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 c7af313c0f..8a012a7775 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 18261c7b2f..bea3d3df83 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 8399320d50..d700c8c35b 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 a5d1dc84a6..95609fd562 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 a0df57376d..208fcb252c 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 210da1bbe1..e0cae0f697 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 9b7f9ddb4c..0e46d01a78 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 319e59cb87..4ba66c4d51 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 2953018e93..bd9f036425 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 6d43f38c83..471eb14e72 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 76b53d90d9..5eb4653274 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 9b750b40aa..ad8608194d 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 f596fdd02e..3893a1ac9d 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 d687560277..390e1e062a 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 2455397c8c..48b89f30a2 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 3d7384209e..e099cc84a2 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 ebd872bbb4..bd4051ee8c 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 c8d58540b2..9eea39f349 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 e017d401c6..6c314661ca 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 462e5453db..23addeebed 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 ec6bf6caf4..933cc3153e 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 6ed2115dd1..08feff6bdf 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 7612a8048d..2acfd58b45 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 93833c150e..085ac9361e 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 ed46a836b0..0f77189f4f 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 c1bbf44a79..176d26c9d3 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 743fb6be49..7e5fbcaf70 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 240a4f8b5e..6d7b4b3da4 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 aac104a311..19b069b91d 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 91e5e800ce..32f1270012 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 f5752fa25f..44ce175c94 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 ea2954676b..f90345d356 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 34b4387ef4..7eb7df22da 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 7e9973a189..771fef1bed 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 eb249da467..644135e3f9 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 bc92a478b5..a517de9254 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 f6116b9551..21eb608f3a 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 035e042c1c..b04d497a65 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 03626c17dd..97e9e6218c 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 88379c7f81..32dd53812f 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 d4696ca14d..fcfe548a9b 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 4b0c302fe3..e3d8b42008 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 503bd4e709..7fd712827b 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 74a01c762d..e000eef3e4 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 835d677b5c..dc17d8588f 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 b271c7e6b4..7e7d1df796 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 8f1992aa58..7b6854a882 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 44a90e295a..8dee1afa85 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 82a4338813..9041711b0a 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 7fc68598e4..5169a4d810 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 3a0a7318c0..c31368acca 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 68200f50f2..a9b7c07237 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 92886429e1..f18c4be2c0 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 b33b17bf6f..a80d833769 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 53cf8c9e3d..f226f90c6b 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 7c9df96459..20e61d9b63 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 4d5655582d..0c27961cab 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 dfdacd763d..9d0b6b7ac4 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 6ffcb868e7..2e4454416e 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 2e664658a0..49612fe712 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 c8a01ce12e..d82161f773 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 6198ca89ae..bab90acd47 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 fe37ffecdb..10f91e434d 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 cc6e391bba..23c8105741 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 4352227d40..119b86b15d 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 3a279bc021..ce1fa581c6 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 e8ee1875e8..d6a0dc8179 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 59ae83771c..57e5becaa7 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 47ab73bdbd..df203ba246 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 1bf627db96..54923cac40 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 b7bb935e46..9eef0202cc 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 03cf6236e3..72d697fd7e 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 40db183c48..34ca91f84b 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 e7d97f023b..f28460e286 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 a4961f8450..621bd82f63 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 034f3fba23..a6320222ee 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 c286765fdb..25b9ea6475 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 de9456dd5d..f2208bae11 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 3e63933fca..8fe5ff64d5 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 5dd794dbb5..1b9b201291 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

    +
  • + Home Assistant 0.44: ZigBee, OpenCV and DLib +
  • Podcast.__init__ interview with Paulus Schoutsen
  • diff --git a/blog/2017/04/25/influxdb-grafana-docker/index.html b/blog/2017/04/25/influxdb-grafana-docker/index.html index 9bfb670e6e..2fa5c630c8 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 ad22641650..97f1142122 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 e700631ead..ee9a503877 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 b03589b391..01e2f884c8 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 new file mode 100644 index 0000000000..d0fc99182c --- /dev/null +++ b/blog/2017/05/06/zigbee-opencv-dlib/index.html @@ -0,0 +1,367 @@ + + + + + + + + + Home Assistant 0.44: ZigBee, OpenCV and DLib - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    Home Assistant 0.44: ZigBee, OpenCV and DLib

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

    +

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

    +

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

    +

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

    +

    Enjoy!

    +

    If you need help…

    +

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

    +

    Reporting Issues

    +

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

    +

    New integrations

    + + +

    Breaking changes

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

    All changes

    + +
    +
    +

    Comments

    +
    +
    +
    + +
    +
    + + + + + diff --git a/blog/archives/index.html b/blog/archives/index.html index 4faec6453f..eed330d607 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -2611,6 +2611,27 @@
    + + + @@ -2651,6 +2672,9 @@

    Recent Posts

    diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 6f0daec41b..32ddceaf8c 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/index.html b/blog/categories/announcements/index.html index ae9b458013..41a6e688a0 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 e5cff4b05d..a693980702 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html index fdf0491a64..89b69646c7 100644 --- a/blog/categories/community/index.html +++ b/blog/categories/community/index.html @@ -364,6 +364,9 @@

    Recent Posts

    diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index d4ddea51e5..c470b62eab 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/index.html b/blog/categories/device-tracking/index.html index ad13d9bda7..d7aadfd02b 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 976066464c..ea0a04c781 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index 2390e43536..f2a2104d37 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 b3862fe67d..f5289410e5 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index 8e9a768ebf..513cc493a8 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -584,6 +584,9 @@

    Recent Posts

    diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 8aad975941..d6793e9e60 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/index.html b/blog/categories/ibeacons/index.html index 4d444c377b..48e6226c24 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 fa6b129859..bf0688cdef 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+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 b2fa3e2c94..edffbba151 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 f93cd72490..53b30a0cfa 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/index.html b/blog/categories/iot-data/index.html index 5de2692549..5a28887048 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 46a88fb425..4d03bd98b2 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/index.html b/blog/categories/merchandise/index.html index fe54e635f9..c256a1447a 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 e874abbdb5..2e6e2d8466 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/index.html b/blog/categories/micropython/index.html index cdd85ad62d..a689be9674 100644 --- a/blog/categories/micropython/index.html +++ b/blog/categories/micropython/index.html @@ -154,6 +154,9 @@

    Recent Posts

    diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index d40c56b942..509f5493cd 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index cfd51b66f6..50cbdfa2fb 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 b3efb23f83..e835c0be03 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/index.html b/blog/categories/organisation/index.html index aedb721a40..352871a049 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 fae5f364c2..aea3f43775 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/index.html b/blog/categories/owntracks/index.html index 746601c263..9907e09535 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 ac06fd5269..f76fd101ba 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/index.html b/blog/categories/presence-detection/index.html index 13f90c533d..2904233618 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 baa2283a92..7180c3c600 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+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 f2093b983a..1191046207 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 0240676140..0ab3ae8558 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ @@ -13,6 +13,488 @@ Octopress + + <![CDATA[Home Assistant 0.44: ZigBee, OpenCV and DLib]]> + + 2017-05-06T01:04:05+00:00 + https://home-assistant.io/blog/2017/05/06/zigbee-opencv-dlib + + +This release brings some great new integrations. The biggest one is the native ZigBee integration by [Russell Cloran][@rcloran]. This will allow Home Assistant to natively control Philips Hue lights without the need for a hub! (IKEA Tradfri lights not yet due to implementing a different profile) + +Another great new addition is OpenCV by [Teagan Glenn][@teagan42]. So now you'll be able to unlock all the cool stuff from OpenCV right in Home Assistant. And if OpenCV is not your style, you can try out the new DLib integration added by [Pascal Vizeli][@pvizeli] in this release. + +This release also includes a [new component][rss_feed_template docs] to dynamically generate RSS feeds based on a template. This means that any RSS widget on your phone, tablet or computer can now be used to show Home Assistant data! + +Enjoy! + +## 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. + +## New integrations + +- Pushbullet notification sensor ([@jotunacorn] - [#7182]) ([sensor.pushbullet docs]) +- Add https certificate expiry sensor ([@fabfurnari] - [#7272]) ([sensor.cert_expiry docs]) +- RSS feed template ([@micw] - [#7032]) ([rss_feed_template docs]) +- Add support for Zigbee Home Automation ([@rcloran] - [#6263]) ([zha docs]) ([binary_sensor.zha docs]) ([light.zha docs]) ([sensor.zha docs]) ([switch.zha docs]) +- light.blinkt: add support for Blinkt! lights on Raspberry Pi ([@imrehg] - [#7377]) ([light.blinkt docs]) +- Plant automation ([@ChristianKuehnel] - [#7131]) ([plant docs]) +- Add Eight sleep component ([@mezz64] - [#7275]) ([eight_sleep docs]) ([binary_sensor.eight_sleep docs]) ([sensor.eight_sleep docs]) +- OpenGarage support ([@swbradshaw] - [#7338]) ([cover.opengarage docs]) +- Add Sensibo climate platform ([@andrey-git] - [#7379]) ([climate docs]) +- Pilight binary sensor components ([@zeltom] - [#6774]) ([binary_sensor.pilight docs]) +- Opencv ([@Teagan42] - [#7261]) ([opencv docs]) ([image_processing.opencv docs]) +- Add new sensor: Enviro pHAT ([@imrehg] - [#7427]) ([sensor.envirophat docs]) +- Add support for face recognition with dlib ([@pvizeli] - [#7421]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs]) + + +## Breaking changes + +- Python Open Z-Wave made a release that fixed string processing. This was backwards incompatible. We have updated our code so you'll have to update to the latest Python Open Z-Wave with this release. You can also wait one release, as next release we'll introduce automatic installing of Python Open Z-Wave. ([@keatontaylor] - [#7266]) ([climate.zwave docs]) (breaking change) +- InfluxDB configuration to blacklist domains has been updated to allow more features. ([@janLo] - [#7264]) (breaking change) + +```yaml +# New format +influxdb: + exclude: + entities: + - entity.id1 + - entity.id2 + domains: + - automation + include: + entities: + - entity.id3 + - entity.id4 +``` + +- The Automatic device tracker has been converted from polling to websocket push. This requires you to make a change in your Automatic account, see [our documentation for instructions][device_tracker.automatic docs]. ([@armills] - [#7404]) ([device_tracker.automatic docs]) (breaking change) +- The LimitlessLED color temperatures have been turned around to work like other lights. To maintain previous colors you must adjust the color_temp value in your light.turn_on calls to 654 minus your old value (for example, 280 becomes 374). ([@amelchio] - [#7359]) (breaking change) +- Joao apps will now require an API key to be set for all commands. ([@nkgilley] - [#7443]) ([joaoapps_join docs]) ([notify.joaoapps_join docs]) (breaking change) + +## All changes + +- LIFX light effects ([@amelchio] - [#7145]) ([light.lifx docs]) +- HassIO API v2 ([@pvizeli] - [#7201]) +- Capture and log pip install error output ([@postlund] - [#7200]) +- Support xy_color with LIFX lights ([@amelchio] - [#7208]) ([light.lifx docs]) +- Update ios.py ([@biacz] - [#7160]) +- Fix arwn platform to update hass state when events are received ([@sdague] - [#7202]) +- Issue 6749 updated pylgtv to 0.1.6 to fix thread leak in asyncio loop ([@hmn] - [#7199]) ([media_player.webostv docs]) ([notify.webostv docs]) +- tradfri: Improve color temp support detection ([@balloob] - [#7211]) +- Fix tradfri lights ([@MartinHjelmare] - [#7212]) +- Bump version to 0.44.0.dev0 ([@fabaff] - [#7217]) +- Pushbullet notification sensor ([@jotunacorn] - [#7182]) ([sensor.pushbullet docs]) (new-platform) +- Zwave cover workaround for graber shades. ([@turbokongen] - [#7204]) ([cover.zwave docs]) +- Fixed typo and clarified details for Lifx effects ([@arsaboo] - [#7226]) +- Remove superfluous comments and update ordering ([@fabaff] - [#7227]) ([maxcube docs]) ([binary_sensor.maxcube docs]) ([climate.maxcube docs]) +- lyft sensor: re-enable Prime Time rate attribute ([@drkp] - [#6982]) ([sensor.lyft docs]) +- Bump a couple of dependencies ([@mjg59] - [#7231]) ([light.avion docs]) ([light.decora docs]) +- Refactor lyft sensor update ([@armills] - [#7233]) ([sensor.lyft docs]) +- LIFX: avoid "Unable to remove unknown listener" warning ([@amelchio] - [#7235]) ([light.lifx docs]) +- Upgrade pygatt to 3.1.1 ([@fabaff] - [#7220]) +- Upgrade mutagen to 1.37.0 ([@fabaff] - [#7216]) +- Upgrade speedtest-cli to 1.0.5 ([@fabaff] - [#7215]) +- Upgrade paho-mqtt to 1.2.3 ([@fabaff] - [#7214]) +- Upgrade aiohttp_cors to 0.5.3 ([@fabaff] - [#7213]) +- Use consts and string formatting ([@fabaff] - [#7243]) ([notify.instapush docs]) +- Pushed to version 0.4.0 of denonavr which also includes experimental support for Marantz receivers ([@scarface-4711] - [#7250]) +- Add notice regarding submission of analytics ([@craftyguy] - [#7263]) +- Iterating the dictionary directly ([@fabaff] - [#7251]) +- Don't use len(SEQUENCE) as condition value ([@fabaff] - [#7249]) +- Workround for wemo subscription bug. ([@pavoni] - [#7245]) ([wemo docs]) ([switch.wemo docs]) +- Fix telegram webhooks ([@MartinHjelmare] - [#7236]) ([telegram_bot docs]) ([telegram_bot.webhooks docs]) +- Work around bad content-type in Hook api response ([@KlaasH] - [#7267]) ([switch.hook docs]) +- Rfxtrx upgrade lib 0.18 ([@danielhiversen] - [#7273]) ([rfxtrx docs]) +- WIP: HassIO allow to access to container logs. ([@pvizeli] - [#7271]) +- Update aiolifx ([@amelchio] - [#7279]) ([light.lifx docs]) +- Refactor matrix notify service ([@Cadair] - [#7122]) ([notify.matrix docs]) +- Add support for Ukrainian Language in Google TTS ([@LvivEchoes] - [#7278]) +- Add https certificate expiry sensor ([@fabfurnari] - [#7272]) ([sensor.cert_expiry docs]) (new-platform) +- Fix telegram_polling no first_name or last_name ([@darookee] - [#7281]) ([telegram_bot docs]) +- Add script to import state events to InfluxDB ([@janLo] - [#7254]) +- Fix HassIO bug with supervisor update & log ([@pvizeli] - [#7282]) +- Updating ping binary sensor with Windows support ([@patrickeasters] - [#7253]) ([binary_sensor.ping docs]) +- Fixes utf-8 encoding no longer required by python-openzwave0.3.3 ([@keatontaylor] - [#7266]) ([climate.zwave docs]) (breaking change) +- Recorder: Check for ENTITY_ID key that contains None value ([@balloob] - [#7287]) ([recorder docs]) +- Upgrade pytradfri to 1.1 ([@balloob] - [#7290]) +- Adding group control to tradfri light component ([@cyberjunky] - [#7248]) ([light.tradfri docs]) +- Feature/rss feed template ([@micw] - [#7032]) ([rss_feed_template docs]) (new-platform) +- Add support for Zigbee Home Automation ([@rcloran] - [#6263]) ([zha docs]) ([binary_sensor.zha docs]) ([light.zha docs]) ([sensor.zha docs]) ([switch.zha docs]) (new-platform) +- Added scene controller support to the vera component, along with proper polling when a vera device needs it ([@alanfischer] - [#7234]) ([vera docs]) ([sensor.vera docs]) +- Don't stack up error messages, fix link, and ordering ([@fabaff] - [#7291]) ([sensor.cert_expiry docs]) +- Fix breaking SSL in test HTML5 ([@balloob] - [#7310]) ([notify.html5 docs]) +- Upgrade pyhomematic, extend device support ([@danielperna84] - [#7303]) +- Issue 7218 update pylgtv to 0.1.7 ([@hmn] - [#7302]) ([media_player.webostv docs]) ([notify.webostv docs]) +- Version bump of aioautomatic ([@armills] - [#7300]) ([device_tracker.automatic docs]) +- Upgrade python-telegram-bot to 5.3.1 ([@fabaff] - [#7311]) ([notify.telegram docs]) ([telegram_bot.polling docs]) ([telegram_bot.webhooks docs]) +- Disable Open Z-Wave in Docker ([@balloob] - [#7315]) +- LIFX: use white light when setting a specific temperature ([@amelchio] - [#7256]) ([light.lifx docs]) +- Allow InfluxDB to blacklist domains ([@janLo] - [#7264]) (breaking change) +- Hassio api v3 ([@balloob] - [#7323]) +- Update frontend ([@balloob] - [#7324]) +- Reduce color_xy_brightness_to_hsv to color_xy_to_hs ([@amelchio] - [#7320]) ([light.hue docs]) ([light.lifx docs]) +- Fix broken docker build ([@turbokongen] - [#7316]) +- Re-enable Open Z-Wave in Dockerfile ([@balloob] - [#7325]) +- Version bump for automatic ([@armills] - [#7329]) ([device_tracker.automatic docs]) +- Right fix for Python Open Z-Wave in Docker ([@balloob] - [#7337]) +- Use four-digits year ([@fabaff] - [#7336]) +- Allow multiple recipients for SMTP notify ([@amelchio] - [#7319]) ([notify.smtp docs]) +- Add auxheat to ecobee climate ([@titilambert] - [#6562]) ([climate.ecobee docs]) +- Properly return self._unit_of_measurement in the unit_of_measurement function ([@robbiet480] - [#7341]) ([sensor.ios docs]) +- Multiple changes (typo, ordering, docstrings, timeouts) ([@fabaff] - [#7343]) ([cover.garadget docs]) +- Upgrade Flux led lb to 0.19 ([@danielhiversen] - [#7352]) ([light.flux_led docs]) +- Add debug logging to pyvera events. ([@pavoni] - [#7364]) ([vera docs]) +- Upgrade xmltodict to 0.11.0 ([@fabaff] - [#7355]) +- Upgrade speedtest-cli to 1.0.6 ([@fabaff] - [#7354]) ([sensor.speedtest docs]) +- Remove global limit on white light temperature ([@amelchio] - [#7206]) ([light docs]) ([light.hue docs]) ([light.zwave docs]) ([switch.flux docs]) +- Remove state property from alarmdecoder binary sensor ([@balloob] - [#7370]) ([binary_sensor.alarmdecoder docs]) +- Remove binary sensor platforms implementing state property ([@balloob] - [#7371]) ([binary_sensor.octoprint docs]) ([binary_sensor.workday docs]) +- Feature/add mikrotik device tracker ([@LvivEchoes] - [#7366]) +- Netdisco now returns a dictionary while it used to be a tuple, fixed ([@JasonCarter80] - [#7350]) +- Create knx.py ([@onsmam] - [#7356]) +- light.sensehat: plugin to control the 8x8 LED matrix on a Sense hat ([@imrehg] - [#7365]) +- Update docstrings ([@fabaff] - [#7361]) ([ecobee docs]) ([enocean docs]) ([zha docs]) +- Flux switch: avoid updates when off ([@amelchio] - [#7363]) ([switch.flux docs]) +- Zoneminder: Fixed undefined index error ([@bah2830] - [#7340]) +- optimize remote calls and apps on webostv media_player ([@hmn] - [#7191]) ([media_player.webostv docs]) +- binary_sensor.workday: fix handling of states vs provinces ([@drkp] - [#7162]) ([binary_sensor.workday docs]) +- Upgrade voluptuous to 0.10.5 ([@fabaff] - [#7107]) +- Remove ordered_dict validator ([@balloob] - [#7375]) +- light.blinkt: add support for Blinkt! lights on Raspberry Pi ([@imrehg] - [#7377]) ([light.blinkt docs]) (new-platform) +- improve handling of flux_led lights in RGBW mode ([@wuub] - [#7221]) +- Plant (replacement for MiGardener) ([@ChristianKuehnel] - [#7131]) ([plant docs]) (new-platform) +- Add support for shuffle toggling on Spotify component. ([@abmantis] - [#7339]) ([media_player docs]) ([media_player.spotify docs]) +- Upgrade Ring to 0.1.4 ([@tchellomello] - [#7386]) +- Updated docstrings ([@arsaboo] - [#7383]) ([camera.netatmo docs]) +- Fix impulse events, added error event for Homegear ([@danielperna84] - [#7349]) ([homematic docs]) +- Fix YAML dump ([@balloob] - [#7388]) +- Migrate updater to aiohttp ([@balloob] - [#7387]) ([updater docs]) +- Remove path whitelisting for hassio ([@balloob] - [#7399]) +- Add Eight sleep component ([@mezz64] - [#7275]) ([eight_sleep docs]) ([binary_sensor.eight_sleep docs]) ([sensor.eight_sleep docs]) (new-platform) +- OpenGarage support ([@swbradshaw] - [#7338]) ([cover.opengarage docs]) (new-platform) +- Clean up requirements ([@andrey-git] - [#7391]) ([nuimo_controller docs]) ([sensor.dht docs]) ([sensor.thinkingcleaner docs]) ([switch.thinkingcleaner docs]) +- correct MQTT subscription filter ([@amigian74] - [#7269]) ([mqtt docs]) +- Update docstrings ([@fabaff] - [#7374]) +- light.blinkt: update brightness control logic ([@imrehg] - [#7389]) +- Update docstrings ([@fabaff] - [#7405]) +- Update LIFX default color for breathe/pulse effects ([@amelchio] - [#7407]) +- LIFX: Add transition option to colorloop effect ([@amelchio] - [#7410]) +- light.sensehat: brightness control logic update ([@imrehg] - [#7409]) ([light.sensehat docs]) +- Add Sensibo climate platform ([@andrey-git] - [#7379]) ([climate docs]) (new-platform) +- Pilight binary sensor components ([@zeltom] - [#6774]) ([binary_sensor.pilight docs]) (new-platform) +- applx suggested fix from issue #6573 ([@wokar] - [#7390]) ([sensor.zamg docs]) +- remove charset if set in content type header ([@hmn] - [#7411]) ([media_player docs]) +- Convert automatic device tracker to push updates ([@armills] - [#7404]) ([device_tracker.automatic docs]) (breaking change) +- light.piglow update ([@imrehg] - [#7408]) ([light.piglow docs]) +- Opencv ([@Teagan42] - [#7261]) ([opencv docs]) ([image_processing.opencv docs]) (new-platform) +- Fixed extra R in variable name. ([@cyberplant] - [#7418]) +- Update docstrings ([@fabaff] - [#7420]) +- ps - fix opencv ([@balloob] - [#7419]) +- Comment out opencv-python that is not installable on arm ([@andrey-git] - [#7426]) +- Reverse limitlessled color_temp range ([@amelchio] - [#7359]) (breaking change) +- Guard against no content type ([@balloob] - [#7432]) ([media_player docs]) +- wsock.send_json is a coroutine ([@balloob] - [#7433]) +- ps - fix websocket yielding pt2 ([@balloob] - [#7434]) +- Upgrade temperusb to 1.5.3 ([@fabaff] - [#7428]) +- update for pypi ([@nkgilley] - [#7430]) +- Add new sensor: Enviro pHAT ([@imrehg] - [#7427]) ([sensor.envirophat docs]) (new-platform) +- Added osramlightify groups. ([@deisi] - [#7376]) ([light.osramlightify docs]) +- Add support for face recognition with dlib ([@pvizeli] - [#7421]) ([image_processing.dlib_face_detect docs]) ([image_processing.dlib_face_identify docs]) ([image_processing.microsoft_face_detect docs]) (new-platform) +- Replace pymailgun with pymailgunner ([@pschmitt] - [#7436]) ([notify.mailgun docs]) +- Suppress logs when octorpint goes offline ([@w1ll1am23] - [#7441]) ([octoprint docs]) +- Update join ([@nkgilley] - [#7443]) ([joaoapps_join docs]) ([notify.joaoapps_join docs]) (breaking change) +- Bump pyvera version - handle malformed json replies in poll thread. ([@pavoni] - [#7440]) ([vera docs]) +- Fix for broken virtual keys ([@danielperna84] - [#7439]) ([homematic docs]) +- Get new token to keep pubnub updates working ([@w1ll1am23] - [#7437]) ([wink docs]) +- Add hass to rfxtrx object ([@danielhiversen] - [#6844]) +- sensor.envirophat: add missing requirement ([@imrehg] - [#7451]) ([sensor.envirophat docs]) + +[#6263]: https://github.com/home-assistant/home-assistant/pull/6263 +[#6562]: https://github.com/home-assistant/home-assistant/pull/6562 +[#6774]: https://github.com/home-assistant/home-assistant/pull/6774 +[#6844]: https://github.com/home-assistant/home-assistant/pull/6844 +[#6982]: https://github.com/home-assistant/home-assistant/pull/6982 +[#7032]: https://github.com/home-assistant/home-assistant/pull/7032 +[#7107]: https://github.com/home-assistant/home-assistant/pull/7107 +[#7122]: https://github.com/home-assistant/home-assistant/pull/7122 +[#7131]: https://github.com/home-assistant/home-assistant/pull/7131 +[#7145]: https://github.com/home-assistant/home-assistant/pull/7145 +[#7160]: https://github.com/home-assistant/home-assistant/pull/7160 +[#7162]: https://github.com/home-assistant/home-assistant/pull/7162 +[#7182]: https://github.com/home-assistant/home-assistant/pull/7182 +[#7191]: https://github.com/home-assistant/home-assistant/pull/7191 +[#7199]: https://github.com/home-assistant/home-assistant/pull/7199 +[#7200]: https://github.com/home-assistant/home-assistant/pull/7200 +[#7201]: https://github.com/home-assistant/home-assistant/pull/7201 +[#7202]: https://github.com/home-assistant/home-assistant/pull/7202 +[#7204]: https://github.com/home-assistant/home-assistant/pull/7204 +[#7206]: https://github.com/home-assistant/home-assistant/pull/7206 +[#7208]: https://github.com/home-assistant/home-assistant/pull/7208 +[#7211]: https://github.com/home-assistant/home-assistant/pull/7211 +[#7212]: https://github.com/home-assistant/home-assistant/pull/7212 +[#7213]: https://github.com/home-assistant/home-assistant/pull/7213 +[#7214]: https://github.com/home-assistant/home-assistant/pull/7214 +[#7215]: https://github.com/home-assistant/home-assistant/pull/7215 +[#7216]: https://github.com/home-assistant/home-assistant/pull/7216 +[#7217]: https://github.com/home-assistant/home-assistant/pull/7217 +[#7220]: https://github.com/home-assistant/home-assistant/pull/7220 +[#7221]: https://github.com/home-assistant/home-assistant/pull/7221 +[#7226]: https://github.com/home-assistant/home-assistant/pull/7226 +[#7227]: https://github.com/home-assistant/home-assistant/pull/7227 +[#7231]: https://github.com/home-assistant/home-assistant/pull/7231 +[#7233]: https://github.com/home-assistant/home-assistant/pull/7233 +[#7234]: https://github.com/home-assistant/home-assistant/pull/7234 +[#7235]: https://github.com/home-assistant/home-assistant/pull/7235 +[#7236]: https://github.com/home-assistant/home-assistant/pull/7236 +[#7243]: https://github.com/home-assistant/home-assistant/pull/7243 +[#7245]: https://github.com/home-assistant/home-assistant/pull/7245 +[#7248]: https://github.com/home-assistant/home-assistant/pull/7248 +[#7249]: https://github.com/home-assistant/home-assistant/pull/7249 +[#7250]: https://github.com/home-assistant/home-assistant/pull/7250 +[#7251]: https://github.com/home-assistant/home-assistant/pull/7251 +[#7253]: https://github.com/home-assistant/home-assistant/pull/7253 +[#7254]: https://github.com/home-assistant/home-assistant/pull/7254 +[#7256]: https://github.com/home-assistant/home-assistant/pull/7256 +[#7261]: https://github.com/home-assistant/home-assistant/pull/7261 +[#7263]: https://github.com/home-assistant/home-assistant/pull/7263 +[#7264]: https://github.com/home-assistant/home-assistant/pull/7264 +[#7266]: https://github.com/home-assistant/home-assistant/pull/7266 +[#7267]: https://github.com/home-assistant/home-assistant/pull/7267 +[#7269]: https://github.com/home-assistant/home-assistant/pull/7269 +[#7271]: https://github.com/home-assistant/home-assistant/pull/7271 +[#7272]: https://github.com/home-assistant/home-assistant/pull/7272 +[#7273]: https://github.com/home-assistant/home-assistant/pull/7273 +[#7275]: https://github.com/home-assistant/home-assistant/pull/7275 +[#7278]: https://github.com/home-assistant/home-assistant/pull/7278 +[#7279]: https://github.com/home-assistant/home-assistant/pull/7279 +[#7281]: https://github.com/home-assistant/home-assistant/pull/7281 +[#7282]: https://github.com/home-assistant/home-assistant/pull/7282 +[#7287]: https://github.com/home-assistant/home-assistant/pull/7287 +[#7290]: https://github.com/home-assistant/home-assistant/pull/7290 +[#7291]: https://github.com/home-assistant/home-assistant/pull/7291 +[#7300]: https://github.com/home-assistant/home-assistant/pull/7300 +[#7302]: https://github.com/home-assistant/home-assistant/pull/7302 +[#7303]: https://github.com/home-assistant/home-assistant/pull/7303 +[#7310]: https://github.com/home-assistant/home-assistant/pull/7310 +[#7311]: https://github.com/home-assistant/home-assistant/pull/7311 +[#7315]: https://github.com/home-assistant/home-assistant/pull/7315 +[#7316]: https://github.com/home-assistant/home-assistant/pull/7316 +[#7319]: https://github.com/home-assistant/home-assistant/pull/7319 +[#7320]: https://github.com/home-assistant/home-assistant/pull/7320 +[#7323]: https://github.com/home-assistant/home-assistant/pull/7323 +[#7324]: https://github.com/home-assistant/home-assistant/pull/7324 +[#7325]: https://github.com/home-assistant/home-assistant/pull/7325 +[#7329]: https://github.com/home-assistant/home-assistant/pull/7329 +[#7336]: https://github.com/home-assistant/home-assistant/pull/7336 +[#7337]: https://github.com/home-assistant/home-assistant/pull/7337 +[#7338]: https://github.com/home-assistant/home-assistant/pull/7338 +[#7339]: https://github.com/home-assistant/home-assistant/pull/7339 +[#7340]: https://github.com/home-assistant/home-assistant/pull/7340 +[#7341]: https://github.com/home-assistant/home-assistant/pull/7341 +[#7343]: https://github.com/home-assistant/home-assistant/pull/7343 +[#7349]: https://github.com/home-assistant/home-assistant/pull/7349 +[#7350]: https://github.com/home-assistant/home-assistant/pull/7350 +[#7352]: https://github.com/home-assistant/home-assistant/pull/7352 +[#7354]: https://github.com/home-assistant/home-assistant/pull/7354 +[#7355]: https://github.com/home-assistant/home-assistant/pull/7355 +[#7356]: https://github.com/home-assistant/home-assistant/pull/7356 +[#7359]: https://github.com/home-assistant/home-assistant/pull/7359 +[#7361]: https://github.com/home-assistant/home-assistant/pull/7361 +[#7363]: https://github.com/home-assistant/home-assistant/pull/7363 +[#7364]: https://github.com/home-assistant/home-assistant/pull/7364 +[#7365]: https://github.com/home-assistant/home-assistant/pull/7365 +[#7366]: https://github.com/home-assistant/home-assistant/pull/7366 +[#7370]: https://github.com/home-assistant/home-assistant/pull/7370 +[#7371]: https://github.com/home-assistant/home-assistant/pull/7371 +[#7374]: https://github.com/home-assistant/home-assistant/pull/7374 +[#7375]: https://github.com/home-assistant/home-assistant/pull/7375 +[#7376]: https://github.com/home-assistant/home-assistant/pull/7376 +[#7377]: https://github.com/home-assistant/home-assistant/pull/7377 +[#7379]: https://github.com/home-assistant/home-assistant/pull/7379 +[#7383]: https://github.com/home-assistant/home-assistant/pull/7383 +[#7386]: https://github.com/home-assistant/home-assistant/pull/7386 +[#7387]: https://github.com/home-assistant/home-assistant/pull/7387 +[#7388]: https://github.com/home-assistant/home-assistant/pull/7388 +[#7389]: https://github.com/home-assistant/home-assistant/pull/7389 +[#7390]: https://github.com/home-assistant/home-assistant/pull/7390 +[#7391]: https://github.com/home-assistant/home-assistant/pull/7391 +[#7399]: https://github.com/home-assistant/home-assistant/pull/7399 +[#7404]: https://github.com/home-assistant/home-assistant/pull/7404 +[#7405]: https://github.com/home-assistant/home-assistant/pull/7405 +[#7407]: https://github.com/home-assistant/home-assistant/pull/7407 +[#7408]: https://github.com/home-assistant/home-assistant/pull/7408 +[#7409]: https://github.com/home-assistant/home-assistant/pull/7409 +[#7410]: https://github.com/home-assistant/home-assistant/pull/7410 +[#7411]: https://github.com/home-assistant/home-assistant/pull/7411 +[#7418]: https://github.com/home-assistant/home-assistant/pull/7418 +[#7419]: https://github.com/home-assistant/home-assistant/pull/7419 +[#7420]: https://github.com/home-assistant/home-assistant/pull/7420 +[#7421]: https://github.com/home-assistant/home-assistant/pull/7421 +[#7426]: https://github.com/home-assistant/home-assistant/pull/7426 +[#7427]: https://github.com/home-assistant/home-assistant/pull/7427 +[#7428]: https://github.com/home-assistant/home-assistant/pull/7428 +[#7430]: https://github.com/home-assistant/home-assistant/pull/7430 +[#7432]: https://github.com/home-assistant/home-assistant/pull/7432 +[#7433]: https://github.com/home-assistant/home-assistant/pull/7433 +[#7434]: https://github.com/home-assistant/home-assistant/pull/7434 +[#7436]: https://github.com/home-assistant/home-assistant/pull/7436 +[#7437]: https://github.com/home-assistant/home-assistant/pull/7437 +[#7439]: https://github.com/home-assistant/home-assistant/pull/7439 +[#7440]: https://github.com/home-assistant/home-assistant/pull/7440 +[#7441]: https://github.com/home-assistant/home-assistant/pull/7441 +[#7443]: https://github.com/home-assistant/home-assistant/pull/7443 +[#7451]: https://github.com/home-assistant/home-assistant/pull/7451 +[@Cadair]: https://github.com/Cadair +[@ChristianKuehnel]: https://github.com/ChristianKuehnel +[@JasonCarter80]: https://github.com/JasonCarter80 +[@JshWright]: https://github.com/JshWright +[@KlaasH]: https://github.com/KlaasH +[@LvivEchoes]: https://github.com/LvivEchoes +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@Teagan42]: https://github.com/Teagan42 +[@abmantis]: https://github.com/abmantis +[@alanfischer]: https://github.com/alanfischer +[@amelchio]: https://github.com/amelchio +[@amigian74]: https://github.com/amigian74 +[@andrey-git]: https://github.com/andrey-git +[@armills]: https://github.com/armills +[@arsaboo]: https://github.com/arsaboo +[@bah2830]: https://github.com/bah2830 +[@balloob]: https://github.com/balloob +[@biacz]: https://github.com/biacz +[@craftyguy]: https://github.com/craftyguy +[@cribbstechnologies]: https://github.com/cribbstechnologies +[@cyberjunky]: https://github.com/cyberjunky +[@cyberplant]: https://github.com/cyberplant +[@danielhiversen]: https://github.com/danielhiversen +[@danielperna84]: https://github.com/danielperna84 +[@darookee]: https://github.com/darookee +[@deisi]: https://github.com/deisi +[@drkp]: https://github.com/drkp +[@fabaff]: https://github.com/fabaff +[@fabfurnari]: https://github.com/fabfurnari +[@hmn]: https://github.com/hmn +[@imrehg]: https://github.com/imrehg +[@janLo]: https://github.com/janLo +[@jotunacorn]: https://github.com/jotunacorn +[@keatontaylor]: https://github.com/keatontaylor +[@mezz64]: https://github.com/mezz64 +[@micw]: https://github.com/micw +[@mjg59]: https://github.com/mjg59 +[@nkgilley]: https://github.com/nkgilley +[@onsmam]: https://github.com/onsmam +[@patrickeasters]: https://github.com/patrickeasters +[@pavoni]: https://github.com/pavoni +[@postlund]: https://github.com/postlund +[@pschmitt]: https://github.com/pschmitt +[@pvizeli]: https://github.com/pvizeli +[@rcloran]: https://github.com/rcloran +[@robbiet480]: https://github.com/robbiet480 +[@scarface-4711]: https://github.com/scarface-4711 +[@sdague]: https://github.com/sdague +[@swbradshaw]: https://github.com/swbradshaw +[@tchellomello]: https://github.com/tchellomello +[@titilambert]: https://github.com/titilambert +[@turbokongen]: https://github.com/turbokongen +[@w1ll1am23]: https://github.com/w1ll1am23 +[@wokar]: https://github.com/wokar +[@wuub]: https://github.com/wuub +[@zeltom]: https://github.com/zeltom +[binary_sensor.alarmdecoder docs]: https://home-assistant.io/components/binary_sensor.alarmdecoder/ +[binary_sensor.eight_sleep docs]: https://home-assistant.io/components/binary_sensor.eight_sleep/ +[binary_sensor.maxcube docs]: https://home-assistant.io/components/binary_sensor.maxcube/ +[binary_sensor.octoprint docs]: https://home-assistant.io/components/binary_sensor.octoprint/ +[binary_sensor.pilight docs]: https://home-assistant.io/components/binary_sensor.pilight/ +[binary_sensor.ping docs]: https://home-assistant.io/components/binary_sensor.ping/ +[binary_sensor.workday docs]: https://home-assistant.io/components/binary_sensor.workday/ +[binary_sensor.zha docs]: https://home-assistant.io/components/binary_sensor.zha/ +[camera.netatmo docs]: https://home-assistant.io/components/camera.netatmo/ +[climate docs]: https://home-assistant.io/components/climate/ +[climate.ecobee docs]: https://home-assistant.io/components/climate.ecobee/ +[climate.maxcube docs]: https://home-assistant.io/components/climate.maxcube/ +[climate.zwave docs]: https://home-assistant.io/components/climate.zwave/ +[cover.garadget docs]: https://home-assistant.io/components/cover.garadget/ +[cover.opengarage docs]: https://home-assistant.io/components/cover.opengarage/ +[cover.zwave docs]: https://home-assistant.io/components/cover.zwave/ +[device_tracker.automatic docs]: https://home-assistant.io/components/device_tracker.automatic/ +[device_tracker.zha docs]: https://home-assistant.io/components/device_tracker.zha/ +[ecobee docs]: https://home-assistant.io/components/ecobee/ +[eight_sleep docs]: https://home-assistant.io/components/eight_sleep/ +[enocean docs]: https://home-assistant.io/components/enocean/ +[homematic docs]: https://home-assistant.io/components/homematic/ +[image_processing.dlib_face_detect docs]: https://home-assistant.io/components/image_processing.dlib_face_detect/ +[image_processing.dlib_face_identify docs]: https://home-assistant.io/components/image_processing.dlib_face_identify/ +[image_processing.microsoft_face_detect docs]: https://home-assistant.io/components/image_processing.microsoft_face_detect/ +[image_processing.opencv docs]: https://home-assistant.io/components/image_processing.opencv/ +[joaoapps_join docs]: https://home-assistant.io/components/joaoapps_join/ +[light docs]: https://home-assistant.io/components/light/ +[light.avion docs]: https://home-assistant.io/components/light.avion/ +[light.blinkt docs]: https://home-assistant.io/components/light.blinkt/ +[light.decora docs]: https://home-assistant.io/components/light.decora/ +[light.flux_led docs]: https://home-assistant.io/components/light.flux_led/ +[light.hue docs]: https://home-assistant.io/components/light.hue/ +[light.lifx docs]: https://home-assistant.io/components/light.lifx/ +[light.osramlightify docs]: https://home-assistant.io/components/light.osramlightify/ +[light.piglow docs]: https://home-assistant.io/components/light.piglow/ +[light.sensehat docs]: https://home-assistant.io/components/light.sensehat/ +[light.tradfri docs]: https://home-assistant.io/components/light.tradfri/ +[light.zha docs]: https://home-assistant.io/components/light.zha/ +[light.zwave docs]: https://home-assistant.io/components/light.zwave/ +[maxcube docs]: https://home-assistant.io/components/maxcube/ +[media_player docs]: https://home-assistant.io/components/media_player/ +[media_player.spotify docs]: https://home-assistant.io/components/media_player.spotify/ +[media_player.webostv docs]: https://home-assistant.io/components/media_player.webostv/ +[mqtt docs]: https://home-assistant.io/components/mqtt/ +[notify.html5 docs]: https://home-assistant.io/components/notify.html5/ +[notify.instapush docs]: https://home-assistant.io/components/notify.instapush/ +[notify.joaoapps_join docs]: https://home-assistant.io/components/notify.joaoapps_join/ +[notify.mailgun docs]: https://home-assistant.io/components/notify.mailgun/ +[notify.matrix docs]: https://home-assistant.io/components/notify.matrix/ +[notify.smtp docs]: https://home-assistant.io/components/notify.smtp/ +[notify.telegram docs]: https://home-assistant.io/components/notify.telegram/ +[notify.webostv docs]: https://home-assistant.io/components/notify.webostv/ +[nuimo_controller docs]: https://home-assistant.io/components/nuimo_controller/ +[octoprint docs]: https://home-assistant.io/components/octoprint/ +[opencv docs]: https://home-assistant.io/components/opencv/ +[plant docs]: https://home-assistant.io/components/plant/ +[recorder docs]: https://home-assistant.io/components/recorder/ +[rfxtrx docs]: https://home-assistant.io/components/rfxtrx/ +[rss_feed_template docs]: https://home-assistant.io/components/rss_feed_template/ +[sensor.cert_expiry docs]: https://home-assistant.io/components/sensor.cert_expiry/ +[sensor.dht docs]: https://home-assistant.io/components/sensor.dht/ +[sensor.eight_sleep docs]: https://home-assistant.io/components/sensor.eight_sleep/ +[sensor.envirophat docs]: https://home-assistant.io/components/sensor.envirophat/ +[sensor.ios docs]: https://home-assistant.io/components/sensor.ios/ +[sensor.lyft docs]: https://home-assistant.io/components/sensor.lyft/ +[sensor.pushbullet docs]: https://home-assistant.io/components/sensor.pushbullet/ +[sensor.speedtest docs]: https://home-assistant.io/components/sensor.speedtest/ +[sensor.thinkingcleaner docs]: https://home-assistant.io/components/sensor.thinkingcleaner/ +[sensor.vera docs]: https://home-assistant.io/components/sensor.vera/ +[sensor.zamg docs]: https://home-assistant.io/components/sensor.zamg/ +[sensor.zha docs]: https://home-assistant.io/components/sensor.zha/ +[switch.flux docs]: https://home-assistant.io/components/switch.flux/ +[switch.hook docs]: https://home-assistant.io/components/switch.hook/ +[switch.thinkingcleaner docs]: https://home-assistant.io/components/switch.thinkingcleaner/ +[switch.wemo docs]: https://home-assistant.io/components/switch.wemo/ +[switch.zha docs]: https://home-assistant.io/components/switch.zha/ +[telegram_bot docs]: https://home-assistant.io/components/telegram_bot/ +[telegram_bot.polling docs]: https://home-assistant.io/components/telegram_bot.polling/ +[telegram_bot.webhooks docs]: https://home-assistant.io/components/telegram_bot.webhooks/ +[updater docs]: https://home-assistant.io/components/updater/ +[vera docs]: https://home-assistant.io/components/vera/ +[wemo docs]: https://home-assistant.io/components/wemo/ +[wink docs]: https://home-assistant.io/components/wink/ +[zha docs]: https://home-assistant.io/components/zha/ +[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.43: IKEA Trådfri, Spotify and our iOS app is live]]> @@ -1304,330 +1786,4 @@ The problem is that Home Assistant did not handle the case where a dependency wo 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 `/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.]]> - - <![CDATA[Home Assistant 0.40: Turn any Android phone into an IP Webcam]]> - - 2017-03-11T08:04:05+00:00 - https://home-assistant.io/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera - - -It's time for version 0.40 already! For this version, the main focus was on performance and bug fixes. Big thanks to [@pvizeli] for driving this effort. Startup is now super fast. We have also continued with adding warnings for components and platforms that are slowing down Home Assistant. - -Some people have interpreted our recent added warnings as if 0.39 introduced the issues that caused the warning. This is not the case, the platforms and components have been misbehaving for a while but now we are adding warnings so we are able to track down the culprits. - -Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to [@dale3h], [@CCOSTAN], [@skalavala], [@rrubin0], [@brahmafear], [@bassclarinetl2], and [@torn8o]! These are all people that hang out in our [main chat channel] and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! 🙇 - -And that our community kicks ass is also shown in the numbers. We have already raised together over $700 for the [EFF] via the sale of [our t-shirts][hass-shirt]! All of you rock! Another number worth mentioning is that this release brings us passed 600 integrations for Home Assistant. All of you rock, again! - -## Z-Wave is now threadsafe - -[@andrey-git] has spend a lot of time to make Z-Wave perform better. It should no longer cause Home Assistant to run slower or raise warnings about the timer getting out of sync. - -## Update on the MQTT Out of Memory errors in 0.39 - -MQTT started causing "Out of Memory" errors for some people on a Raspberry Pi. We have been able to track this down to Raspberry Pis that are using an older firmware. If you are experiencing this issue, please [upgrade your firmware using `rpi-update`](https://github.com/Hexxeh/rpi-update#installing). - -## Turn any Android phone into an IP Camera - -With the new support for [IP Webcam](/components/android_ip_webcam/) added by [@robbiet480] and [@pvizeli] you are now able to re-purpose any Android phone to become a multifunctional IP webcam. Some of the cool things that you can do: - - - Integrate the Android device camera - - Binary sensor when motion is detected - - Sensors to expose the device sensors, including pressure, sound, battery, light - - Control device features like the GPS, night vision and camera flash - -

    - -Screenshot of all the different functionality the IP webcam integration offers. -

    - -## Other Highlights - - - Support added for Austrian weather using Zamg weather data ([@Zac-HD]) - - Ring.com video doorbell integration added ([@tchellomello]) - - Blink Home Security Camera support added ([@fronzbot]) - - AppleTV has been converted to push data to Home Assistant instead of us having to poll ([@postlund]) - -## Breaking changes - -- Vera entity ids have changed. This is a one time change to migrate to a model that will prevent future conflicts. -- The Twilio notify platforms now have to be configured via the twilio component. - -```yaml -twilio: - account_sid: "abc" - auth_token: "xyz" -``` - -- If you are using async custom components, the passed in `async_add_devices` method is now a callback instead of a coroutine function. - -### 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. - -### Release 0.40.1 - March 16 - -- 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]) -- Fix Osram Lightify colors ([@deisi] - [#6598]) -- Bugfix RFLINK remove group ([@pvizeli] - [#6580]) - -### Release 0.40.2 - March 22 - -Hot fix release to fix dependency issues. More detailed information about the issue in [this blog post](/blog/2017/03/22/broken-dependencies/). - -- Prevent dependencies that are installed on demand from installing different versions of core dependencies ([@balloob] - [#6738]) -- Upgrade PyChromecast to silent some benign errors ([@balloob] - [#6702]) - - - -## All changes - -- Cleanup run_callback_threadsafe ([@pvizeli]) -- Use H2 headers to split up the different sections ([@colinodell]) -- Refactory of envisalink ([@pvizeli]) -- Create zwave devices on OZW thread and only add them during discovery ([@andrey-git]) -- Bugfix restore startup state ([@kellerza]) -- Random test fixes ([@balloob]) -- Remove automatically reloading group config ([@balloob]) -- Default config to setup group editor ([@balloob]) -- minor broadlink fix ([@danielhiversen]) -- Update Yeelight Sunflower light platform to 0.0.6 ([@lindsaymarkwawrd]) -- Some zwave cleanup ([@andrey-git]) -- sensor.speedtest: provide a default icon ([@molobrakos]) -- Test the temperature returned by RM2 ([@aronsky]) -- Zamg weather ([@Zac-HD]) -- Fix reporting on bad login ([@balloob]) -- Move mqtt from eventbus to dispatcher / add unsub for dispatcher ([@pvizeli]) -- Update flake8 and pylint to latest ([@andrey-git]) -- Fix link ([@fabaff]) -- Make glob preserve order ([@andrey-git]) -- Update regex ([@fabaff]) -- Fix recorder async ([@balloob]) -- Fix livebox-play interactions for Python < 3.6 ([@pschmitt]) -- Ensure we properly close HASS instances. ([@balloob]) -- Add service to change log levels ([@postlund]) -- Move ffmpeg to dispatcher from hass.data entity store. ([@pvizeli]) -- Feature/reorg recorder ([@balloob]) -- Bugfix mqtt socket error ([@pvizeli]) -- Notify ciscospark ([@shenning00]) -- Config fix ([@balloob]) -- Bugfix mqtt paho client to speend time ([@pvizeli]) -- Properly report features for each hue bulb type ([@jawilson]) -- Local file camera now supports yet inexisting files. ([@jjmontestl]) -- light.transition now supports float instead of int in order to be able to perform faster transitions ([@BillyNate]) -- Fix for OSRAM lights connected to hue bridge ([@groth-its]) -- Add support for MAX!Cube thermostats and window shutter sensors ([@BastianPoe]) -- Analog modem callerid support ([@vroomfonde1]) -- [sensor.dnsip] New Sensor: DNS IP ([@danielperna84]) -- Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) ([@lindsaymarkwawrd]) -- Prevent duplicate names on Vera devices by appending the device id ([@arjenfvellinga]) -- Add temperature support for MH-Z19 CO2 sensor. ([@andrey-git]) -- improve history_stats accuracy ([@bokub]) -- Updated pyitachip2ir ([@alanfischer]) -- Influx fix ([@open-homeautomation]) -- Fix toggle and media_play_pause post async ([@armills]) -- Migrate calendar setup to async. ([@pvizeli]) -- Frontier silicon ([@zhelev]) -- Bootstrap / Component setup async ([@pvizeli]) -- Convert kpH and mpH to kph and mph ([@ericgingras]) -- Rollback netdisco to 0.8.2 to resolve #6165 ([@jumpkick]) -- Log errors when loading yaml ([@kellerza]) -- Bootstrap tweaks tests ([@balloob]) -- Telegram webhooks new text event ([@scipioni]) -- Cleanup component track_point_in_utc_time usage ([@pvizeli]) -- Discovery fix ([@balloob]) -- Test against 3.6-dev ([@balloob]) -- Bugfix ZigBee / Move from eventbus to dispatcher ([@pvizeli]) -- Bump netdisco to 0.9.1 ([@balloob]) -- sensor.dovado: compute state in update ([@molobrakos]) -- Fix mysensors callback race ([@MartinHjelmare]) -- Upgrade TwitterAPI to 2.4.5 ([@fabaff]) -- Upgrade py-cpuinfo to 0.2.6 ([@fabaff]) -- Template sensor change flow / add restore ([@pvizeli]) -- Zwave optimize value_added ([@andrey-git]) -- Update Vagrant provision.sh ([@shaftoe]) -- Update Adafruit_Python_DHT to support new raspberry kernel ([@masarliev]) -- Add fallback for name if userdevicename isn't set using old serialnumber logic ([@reedriley]) -- Improve Honeywell US climate component ([@titilambert]) -- Template binary_sensor change flow / add restore ([@pvizeli]) -- Additional support for ecobee hold mode ([@Duoxilian]) -- Update Formulas in Convert XY to RGB ([@dramamoose]) -- Use dynamic ports for test instances ([@armills]) -- Added support for multiple codes executed in a row ([@martinfrancois]) -- Use push updates in Apple TV ([@postlund]) -- Fix command sudo not found error in dev Dockerfile ([@jawilson]) -- Fix calendar authentication text, and handle calendar events without summaries. ([@alanfischer]) -- Move dispatcher out of init. ([@pvizeli]) -- Zwave: Add remove/replace failed node services. ([@andrey-git]) -- Template switch change flow / add restore ([@pvizeli]) -- Bump limitlessled dependency to 1.0.5. ([@janLo]) -- snmp: upgrade pysnmp to 4.3.4 ([@milaq]) -- Bugfix new async_add_devices function ([@pvizeli]) -- Restore for input_slider ([@pvizeli]) -- Added IPv4 data collector ([@open-homeautomation]) -- Return None instead of raising ValueException from as_timestamp template function. ([@jjmontestl]) -- [recorder] Catch more startup errors #6179 ([@kellerza]) -- twilio component ([@happyleavesaoc]) -- Add Z-Wave battery level as a sensor. ([@andrey-git]) -- OwnTrack Async ([@pvizeli]) -- Fix possibility that have multible topic subscribe mqtt ([@pvizeli]) -- Migrate mqtt tracker and arwn sensor to async / cleanup owntrack ([@pvizeli]) -- Z-Wave prevent I/O event loop ([@balloob]) -- Update pwaqi to 3.0 to use public API ([@valentinalexeev]) -- Update Hikvision Binary Sensors to latest library, remove pyDispatcher ([@mezz64]) -- Don't initialize components which have already been discovered ([@colinodell]) -- Comed Hourly Pricing sensor ([@joe248]) -- Add multi contracts support for Hydroquebec ([@titilambert]) -- Add Zwave refresh services ([@andrey-git]) -- Add keep-alive feature to the generic thermostat ([@aronsky]) -- Fix wake_on_lan for german version of Windows 10 (#6397) ([@siebert]) -- flux led lib ([@danielhiversen]) -- Cleanup async handling ([@pvizeli]) -- Restore for automation entities ([@kellerza]) -- Fix tests no internet ([@balloob]) -- Prevent more I/O in apns ([@balloob]) -- Restore flow on device_tracker platform ([@pvizeli]) -- switch.tplink: catch exceptions coming from pyHS100 to avoid flooding the logs when the plug is not available ([@rytilahti]) -- Added sensors to support Ring.com devices ([@tchellomello]) -- Split bootstrap into bs + setup ([@balloob]) -- Tweak recorder/restore_state ([@balloob]) -- Fix unnecessary warning for ip bans.yaml ([@balloob]) -- Better restore_state warnings ([@balloob]) -- Set new color before turning LIFX bulbs on ([@amelchio]) -- Don't log username and password in camera url ([@ishults]) -- Ignore deleted mails in IMAP unread count (#6394) ([@amelchio]) -- Delay zwave updates for 100ms to group them. ([@andrey-git]) -- Rename _scheduled_update to _update_scheduled ([@andrey-git]) -- Revert "Use dynamic port allocation for tests" ([@armills]) -- Tado device_tracker exception when mobile device has geofencing enabled but location is currently unknown. ([@jmvermeulen]) -- Add a Z-wave workaround to do full refresh on update ([@andrey-git]) -- Use bundled certificates if port matches mqtts ([@dennisdegreef]) -- Bugfix samsungtv discovery ([@pvizeli]) -- Added unittest for Ring sensor ([@tchellomello]) -- Shorten recorder connection init ([@balloob]) -- KWB Easyfire support ([@bimbar]) -- Bumped version number for supporting lib ([@bazwilliams]) -- Send a logo with webostv notifications ([@andersonshatch]) -- Upgrade netdisco to 0.9.2 ([@balloob]) -- Allow testing against uvloop ([@balloob]) -- fix issue ([@appzer]) -- Remove connection status state. ([@aequitas]) -- Support for Blink Camera System ([@fronzbot]) -- Add warning for slow platforms/components ([@balloob]) -- Fix wake_on_lan ping for Linux. ([@siebert]) -- Add support for remove services / Reload script support ([@pvizeli]) -- Expand MQTT lights ([@robbiet480]) -- Allow configurable conditions for Pi-Hole sensor ([@colinodell]) -- Improved iCloud 2FA support. ([@reedriley]) -- Update pymyq requirement ([@arraylabs]) -- Not always asume manufacturername is present ([@balloob]) -- Add first pass at Z-Wave light tests ([@balloob]) -- Bugfix mqtt socket memory error ([@pvizeli]) -- Increase upper limit on light transitions ([@amelchio]) -- Bugfix android camera autodiscovery settings ([@pvizeli]) -- Update to Pyunifi2.0 ([@finish06]) -- Insteon lib ([@wardcraigj]) -- Bugfix rpi_rf cleanup ([@pvizeli]) -- Android webcam better error handling / pump library 0.4 ([@pvizeli]) - -[@BastianPoe]: https://github.com/BastianPoe -[@BillyNate]: https://github.com/BillyNate -[@Duoxilian]: https://github.com/Duoxilian -[@MartinHjelmare]: https://github.com/MartinHjelmare -[@Zac-HD]: https://github.com/Zac-HD -[@aequitas]: https://github.com/aequitas -[@alanfischer]: https://github.com/alanfischer -[@amelchio]: https://github.com/amelchio -[@andersonshatch]: https://github.com/andersonshatch -[@andrey-git]: https://github.com/andrey-git -[@appzer]: https://github.com/appzer -[@arjenfvellinga]: https://github.com/arjenfvellinga -[@armills]: https://github.com/armills -[@aronsky]: https://github.com/aronsky -[@arraylabs]: https://github.com/arraylabs -[@balloob]: https://github.com/balloob -[@bazwilliams]: https://github.com/bazwilliams -[@bimbar]: https://github.com/bimbar -[@bokub]: https://github.com/bokub -[@colinodell]: https://github.com/colinodell -[@danielhiversen]: https://github.com/danielhiversen -[@danielperna84]: https://github.com/danielperna84 -[@dennisdegreef]: https://github.com/dennisdegreef -[@dramamoose]: https://github.com/dramamoose -[@ericgingras]: https://github.com/ericgingras -[@fabaff]: https://github.com/fabaff -[@finish06]: https://github.com/finish06 -[@fronzbot]: https://github.com/fronzbot -[@groth-its]: https://github.com/groth-its -[@happyleavesaoc]: https://github.com/happyleavesaoc -[@ishults]: https://github.com/ishults -[@janLo]: https://github.com/janLo -[@jawilson]: https://github.com/jawilson -[@jjmontestl]: https://github.com/jjmontestl -[@jmvermeulen]: https://github.com/jmvermeulen -[@joe248]: https://github.com/joe248 -[@jumpkick]: https://github.com/jumpkick -[@kellerza]: https://github.com/kellerza -[@lindsaymarkwawrd]: https://github.com/lindsaymarkwawrd -[@martinfrancois]: https://github.com/martinfrancois -[@masarliev]: https://github.com/masarliev -[@mezz64]: https://github.com/mezz64 -[@milaq]: https://github.com/milaq -[@molobrakos]: https://github.com/molobrakos -[@open-homeautomation]: https://github.com/open-homeautomation -[@postlund]: https://github.com/postlund -[@pschmitt]: https://github.com/pschmitt -[@pvizeli]: https://github.com/pvizeli -[@reedriley]: https://github.com/reedriley -[@robbiet480]: https://github.com/robbiet480 -[@rytilahti]: https://github.com/rytilahti -[@scipioni]: https://github.com/scipioni -[@shaftoe]: https://github.com/shaftoe -[@shenning00]: https://github.com/shenning00 -[@siebert]: https://github.com/siebert -[@tchellomello]: https://github.com/tchellomello -[@titilambert]: https://github.com/titilambert -[@valentinalexeev]: https://github.com/valentinalexeev -[@vroomfonde1]: https://github.com/vroomfonde1 -[@wardcraigj]: https://github.com/wardcraigj -[@zhelev]: https://github.com/zhelev -[main chat channel]: https://gitter.im/home-assistant/home-assistant -[@dale3h]: https://github.com/dale3h -[@CCOSTAN]: https://github.com/CCOSTAN -[@skalavala]: https://github.com/skalavala -[@rrubin0]: https://github.com/rrubin0 -[@brahmafear]: https://github.com/brahmafear -[@bassclarinetl2]: https://github.com/bassclarinetl2 -[@torn8o]: https://github.com/torn8o -[forum]: https://community.home-assistant.io/ -[gitter]: https://gitter.im/home-assistant/home-assistant -[issue]: https://github.com/home-assistant/home-assistant/issues -[EFF]: https://www.eff.org -[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/ -[#6532]: https://github.com/home-assistant/home-assistant/pull/6532 -[#6552]: https://github.com/home-assistant/home-assistant/pull/6552 -[#6574]: https://github.com/home-assistant/home-assistant/pull/6574 -[#6577]: https://github.com/home-assistant/home-assistant/pull/6577 -[#6580]: https://github.com/home-assistant/home-assistant/pull/6580 -[#6593]: https://github.com/home-assistant/home-assistant/pull/6593 -[#6598]: https://github.com/home-assistant/home-assistant/pull/6598 -[#6602]: https://github.com/home-assistant/home-assistant/pull/6602 -[#6626]: https://github.com/home-assistant/home-assistant/pull/6626 -[@deisi]: https://github.com/deisi -[@goofz]: https://github.com/goofz -[@iamtpage]: https://github.com/iamtpage -[@jnewland]: https://github.com/jnewland -[#6702]: https://github.com/home-assistant/home-assistant/pull/6702 -[#6738]: https://github.com/home-assistant/home-assistant/pull/6738 -]]>
    -
    - diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index ffcd360f56..12561e9ef9 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 59abc552ac..a27a43df4a 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index 6b9269fa7e..a43b778fe2 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 2a1a03834b..202da3ac10 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/index.html b/blog/categories/talks/index.html index ddac0b21ed..ddace5abf5 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 5de308211d..d7e65db44f 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/index.html b/blog/categories/technology/index.html index d2d4c7e2c2..a21f077fe4 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 e3830e5fef..e5462910a7 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-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index f5e799157c..d426e08fb5 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 4f3def9001..5d66c852e2 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/index.html b/blog/categories/video/index.html index 6b66b247d3..a4caf37878 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 08e4b6cd73..3e27f87e73 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-05-06T12:46:27+00:00 + 2017-05-06T20:27:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index 1e0a1046ba..30145c0c9a 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 a9a739ba21..90fd51ff63 100644 --- a/blog/index.html +++ b/blog/index.html @@ -59,6 +59,56 @@
    +
    +
    +

    + Home Assistant 0.44: ZigBee, OpenCV and DLib +

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

    +

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

    +

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

    +

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

    +

    Enjoy!

    +

    If you need help…

    +

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

    +

    Reporting Issues

    +

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

    +

    New integrations

    + + Read on → +
    +
    +

    @@ -477,44 +527,6 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi


    -
    -
    -

    - Thomas Krenn award 2017 -

    -
    - - - two minutes reading time - - -
      -
    • Community
    • -
    -
    - Comments -
    -
    -
    -

    You may already know from our social media channels and the release blog post for 0.41: We are now an award-winning Open source project. The jury of the Thomas-Krenn-Award put us on the 2nd place. This is an awesome achievment for an independent community project.

    -

    I would like to thanks all contributors. Your endless effort made this possible.

    -

    -

    The prize beside the very nice trophy contains hardware and we want to give that hardware partically away. We won four Low Energy Server v2 (LES) units with an Intel Celeron N2930, 8 GB of RAM, and a mSATA of 128 GB (one unit with 64 GB). We were thinking about to keep one of those units in Europe and one in North America for testing and to use during workshops and events. But the other two will go to interested parties.

    -

    As a raffle would be to easy, we make a contest out of it. This means that we are looking for your application. Of course, we would like to see those systems goes to active or future developers who can justify their need for one of the systems to run CI, UI tests, public accessible Home Assistant demo instances, etc. At the other hand we would like to keep it open, to see with what people are coming up. Please participate as well if you are planning to automate the public school of your kids with 1000 switches or light, need a server to run it, and want to provide regular feedback about the user experience.

    -

    Create an entry in our Forum. Be creative and use your imagination.

    -

    The details

    -
      -
    • Jury: The Home Assistant community
    • -
    • Dead line: April, 23 2017 - 23.59 UTC
    • -
    • Voting period: April, 24th till April, 30 2017 - 23.59 UTC
    • -
    -

    The decision of the jury will be final. If there will be a dispute then the Top-5 commiter of the Home Assistant organisation on Github will decide. Also, we reserve us the right to ban applications if we suspect cheating or unfair methods. Updates will be available in the Forum and on Twitter.

    -

    Keep in mind that you may have to pay the fee for customs handling and the import duty by yourself. The plan is to ship the hardware from Germany. If you are located in a country with import/export regulations, we may not be able to ship the hardware to you.

    -
    -
    -
    diff --git a/blog/posts/10/index.html b/blog/posts/10/index.html index 3650a040f8..7197541f52 100644 --- a/blog/posts/10/index.html +++ b/blog/posts/10/index.html @@ -59,6 +59,33 @@
    +
    +
    +

    + Survey November 2015 +

    +
    + + + two minutes reading time + + +
      +
    • Survey
    • +
    +
    + Comments +
    +
    +
    +

    Around a week ago we started with the first survey. Now 30 people have participated. Thank you very much if you did. We think that’s enough time to have some “only partially representative” data. It’s hard to tell how many Home Assistant users are out there. Currently there are 215 members in our Gitter chat room and last week PyPI counted 5063 downloads.

    +

    The idea was to anonymously collect some details about the usage of the different parts of Home Assistant and a little bit about the environment its running in.

    + Read on → +
    +
    +

    @@ -412,47 +439,6 @@ Inspried by a -
    -

    - 0.7: Better UI and improved distribution -

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

    As Home Assistant is gaining more and more users we started to feel the pain from not having a proper release mechanism. We had no version numbering and required users to checkout the source using Git to get started. On top of that, as the number of devices that we support keeps raising, so did the number of dependencies that are used. That’s why we decided to change the way we roll. From now on:

    -
      -
    • Each release will have a version number, starting with version 0.7. This was chosen because it shows that we have been around for some time but are not considering ourselves to be fully stable.
    • -
    • Each release will be pushed to PyPi. This will be the only supported method of distribution.
    • -
    • Home Assistant is available after installation as a command-line utility hass.
    • -
    • The default configuration location has been moved from config in the current working directory to ~/.homeassistant (%APPDATA%/.homeassistant on Windows).
    • -
    • Requirements for components and platforms are no longer installed into the current Python environment (being virtual or not) but will be installed in <config-dir>/lib.
    • -
    -

    A huge shout out to Ryan Kraus for making this all possible. Please make sure you read the full blog post for details on how to migrate your existing setup.

    -

    And while Ryan was fixing distribution, I have been hard at work in giving Home Assistant a face lift. We already looked pretty good but lacked proper form of organization for users with many devices. The new UI moves away from a card per entity and has cards per group and domain instead. The demo has been updated so give it a spin.

    -

    - - - - Screenshots of the new UI -

    - Read on → -
    -

    -

-This sensor was only tested on a Linux-based system. +When run on Windows systems, the round trip time attributes are rounded to the nearest millisecond and the mdev value is unavailable.

@@ -144,6 +144,9 @@ This sensor was only tested on a Linux-based system.
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -201,6 +204,9 @@ This sensor was only tested on a Linux-based system.
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -243,6 +249,9 @@ This sensor was only tested on a Linux-based system.
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.rest/index.html b/components/binary_sensor.rest/index.html index 086fb58fbd..e9eff3fb19 100644 --- a/components/binary_sensor.rest/index.html +++ b/components/binary_sensor.rest/index.html @@ -207,6 +207,9 @@ User-Agent: Home Assistant
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -264,6 +267,9 @@ User-Agent: Home Assistant
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -306,6 +312,9 @@ User-Agent: Home Assistant
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.ring/index.html b/components/binary_sensor.ring/index.html index 9e177c7324..9857844e61 100644 --- a/components/binary_sensor.ring/index.html +++ b/components/binary_sensor.ring/index.html @@ -143,6 +143,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -200,6 +203,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -242,6 +248,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.rpi_gpio/index.html b/components/binary_sensor.rpi_gpio/index.html index cc4380d434..1d89cdfa24 100644 --- a/components/binary_sensor.rpi_gpio/index.html +++ b/components/binary_sensor.rpi_gpio/index.html @@ -151,6 +151,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -208,6 +211,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -250,6 +256,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.sleepiq/index.html b/components/binary_sensor.sleepiq/index.html index 9eb429093f..80b6d05dce 100644 --- a/components/binary_sensor.sleepiq/index.html +++ b/components/binary_sensor.sleepiq/index.html @@ -127,6 +127,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -184,6 +187,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -226,6 +232,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.tcp/index.html b/components/binary_sensor.tcp/index.html index 692c2e4ade..fb513cfd3c 100644 --- a/components/binary_sensor.tcp/index.html +++ b/components/binary_sensor.tcp/index.html @@ -144,6 +144,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -201,6 +204,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -243,6 +249,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.template/index.html b/components/binary_sensor.template/index.html index b1ab3df57b..c75da359b8 100644 --- a/components/binary_sensor.template/index.html +++ b/components/binary_sensor.template/index.html @@ -190,6 +190,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -247,6 +250,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -289,6 +295,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.threshold/index.html b/components/binary_sensor.threshold/index.html index 95587e9cea..aca70313e1 100644 --- a/components/binary_sensor.threshold/index.html +++ b/components/binary_sensor.threshold/index.html @@ -136,6 +136,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -193,6 +196,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -235,6 +241,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.trend/index.html b/components/binary_sensor.trend/index.html index 81da14a239..24d23ff0e6 100644 --- a/components/binary_sensor.trend/index.html +++ b/components/binary_sensor.trend/index.html @@ -161,6 +161,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -218,6 +221,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -260,6 +266,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.vera/index.html b/components/binary_sensor.vera/index.html index 0c59a2b8fa..44e702832f 100644 --- a/components/binary_sensor.vera/index.html +++ b/components/binary_sensor.vera/index.html @@ -143,6 +143,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -200,6 +203,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -242,6 +248,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.wink/index.html b/components/binary_sensor.wink/index.html index 81c0267bf7..7a3079b0b5 100644 --- a/components/binary_sensor.wink/index.html +++ b/components/binary_sensor.wink/index.html @@ -169,6 +169,9 @@ The above devices are confimed to work, but others may work as well.
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -226,6 +229,9 @@ The above devices are confimed to work, but others may work as well.
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -268,6 +274,9 @@ The above devices are confimed to work, but others may work as well.
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.workday/index.html b/components/binary_sensor.workday/index.html index 90ed625574..e6f83871df 100644 --- a/components/binary_sensor.workday/index.html +++ b/components/binary_sensor.workday/index.html @@ -149,6 +149,9 @@ If you use the sensor for Canada (CA) wit
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -206,6 +209,9 @@ If you use the sensor for Canada (CA) wit
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -248,6 +254,9 @@ If you use the sensor for Canada (CA) wit
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.zha/index.html b/components/binary_sensor.zha/index.html new file mode 100644 index 0000000000..0324c25b47 --- /dev/null +++ b/components/binary_sensor.zha/index.html @@ -0,0 +1,277 @@ + + + + + + + + + ZigBee Home Automation Binary Sensor - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + ZigBee Home Automation Binary Sensor +

    +
    +
    +

    To get your ZigBee binary sensors working with Home Assistant, follow the +instructions for the general ZigBee Home Automation +component.

    +
    +
    + +
    +
    + + + + diff --git a/components/binary_sensor.zigbee/index.html b/components/binary_sensor.zigbee/index.html index 066ae14d70..4dbd79e0c2 100644 --- a/components/binary_sensor.zigbee/index.html +++ b/components/binary_sensor.zigbee/index.html @@ -148,6 +148,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -205,6 +208,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -247,6 +253,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor.zwave/index.html b/components/binary_sensor.zwave/index.html index 6244780d88..0aed29baec 100644 --- a/components/binary_sensor.zwave/index.html +++ b/components/binary_sensor.zwave/index.html @@ -142,6 +142,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -199,6 +202,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -241,6 +247,9 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • diff --git a/components/binary_sensor/index.html b/components/binary_sensor/index.html index 98fcf9ab84..61fa3781c3 100644 --- a/components/binary_sensor/index.html +++ b/components/binary_sensor/index.html @@ -131,6 +131,9 @@
  • Ecobee Binary Sensor
  • +
  • + Eight Sleep Binary Sensor +
  • EnOcean Binary Sensor
  • @@ -188,6 +191,9 @@
  • OctoPrint Binary Sensor
  • +
  • + Pilight Binary Sensor +
  • Ping (ICMP) Binary sensor
  • @@ -230,9 +236,15 @@
  • ZigBee Binary Sensor
  • +
  • + ZigBee Home Automation Binary Sensor +
  • aREST Binary Sensor
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/blink/index.html b/components/blink/index.html index 2d3d724bad..1f2d0e0db9 100644 --- a/components/blink/index.html +++ b/components/blink/index.html @@ -170,6 +170,9 @@ There are three services availiabe for the blink platform:

  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -239,6 +242,9 @@ There are three services availiabe for the blink platform:

  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -287,6 +293,9 @@ There are three services availiabe for the blink platform:

  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/bloomsky/index.html b/components/bloomsky/index.html index 4ce9daceb9..d913d9ac90 100644 --- a/components/bloomsky/index.html +++ b/components/bloomsky/index.html @@ -131,6 +131,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -200,6 +203,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -248,6 +254,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/browser/index.html b/components/browser/index.html index 46f17e923b..9987808e2b 100644 --- a/components/browser/index.html +++ b/components/browser/index.html @@ -149,6 +149,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/climate.ecobee/index.html b/components/climate.ecobee/index.html index ec71b620b2..53015540fa 100644 --- a/components/climate.ecobee/index.html +++ b/components/climate.ecobee/index.html @@ -104,7 +104,7 @@ auto, and off.

    target_temperature_low, target_temperature_high, desired_fan_mode, fan, current_hold_mode, current_operation, operation_list, operation_mode, mode, fan_min_on_time, device_state_attributes, -is_away_mode_on, vacation, climate_list. +is_away_mode_on, vacation, climate_list, aux_heat. The attributes min_temp and max_temp are meaningless constant values.

    Attribute name

    Returns the name of the Ecobee Thermostat.

    @@ -357,6 +357,22 @@ service for more detail).

    Attribute climate_list

    Returns the list of climates defined in the thermostat.

    +

    Attribute aux_heat

    +

    Returns the current auxiliary heat state.

    + + + + + + + + + + + + + +
    Attribute typeDescription
    String‘on’, ‘off’

    Services

    The following services are provided by the Ecobee Thermostat: set_away_mode, set_hold_mode, set_temperature, set_operation_mode, @@ -593,6 +609,9 @@ be provided.

  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -608,6 +627,12 @@ be provided.

  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.eq3btsmart/index.html b/components/climate.eq3btsmart/index.html index be8dbc626e..c1bc3e7891 100644 --- a/components/climate.eq3btsmart/index.html +++ b/components/climate.eq3btsmart/index.html @@ -160,6 +160,9 @@ Valve: 0
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -175,6 +178,12 @@ Valve: 0
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.generic_thermostat/index.html b/components/climate.generic_thermostat/index.html index 2894d6a807..a02bbec56c 100644 --- a/components/climate.generic_thermostat/index.html +++ b/components/climate.generic_thermostat/index.html @@ -160,6 +160,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -175,6 +178,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.heatmiser/index.html b/components/climate.heatmiser/index.html index 7e7de1a425..faf2864667 100644 --- a/components/climate.heatmiser/index.html +++ b/components/climate.heatmiser/index.html @@ -143,6 +143,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -158,6 +161,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.homematic/index.html b/components/climate.homematic/index.html index 053918940b..28afc79b57 100644 --- a/components/climate.homematic/index.html +++ b/components/climate.homematic/index.html @@ -149,6 +149,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -164,6 +167,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.honeywell/index.html b/components/climate.honeywell/index.html index 5c129a176c..230b124eaa 100644 --- a/components/climate.honeywell/index.html +++ b/components/climate.honeywell/index.html @@ -140,6 +140,9 @@ Scan interval is expressed in seconds. Omitting scan_interval may result in too-
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -155,6 +158,12 @@ Scan interval is expressed in seconds. Omitting scan_interval may result in too-
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.maxcube/index.html b/components/climate.maxcube/index.html new file mode 100644 index 0000000000..6e2e18022c --- /dev/null +++ b/components/climate.maxcube/index.html @@ -0,0 +1,197 @@ + + + + + + + + + eQ-3 MAX! Cube binary sensors - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + eQ-3 MAX! Cube Binary Sensors +

    +
    +
    +

    See instructions at the main component.

    +
    +
    + +
    +
    + + + + diff --git a/components/climate.mysensors/index.html b/components/climate.mysensors/index.html index 505cf50abf..a30ec4fd36 100644 --- a/components/climate.mysensors/index.html +++ b/components/climate.mysensors/index.html @@ -273,6 +273,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -288,6 +291,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.nest/index.html b/components/climate.nest/index.html index 5eab29cb15..6ed812ff56 100644 --- a/components/climate.nest/index.html +++ b/components/climate.nest/index.html @@ -142,6 +142,9 @@ You must have the Nest component configured to u
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -157,6 +160,12 @@ You must have the Nest component configured to u
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.netatmo/index.html b/components/climate.netatmo/index.html index 4ae2ee76d2..86149e1ac6 100644 --- a/components/climate.netatmo/index.html +++ b/components/climate.netatmo/index.html @@ -164,6 +164,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -179,6 +182,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.oem/index.html b/components/climate.oem/index.html index d6b0cbd851..f9d30739a9 100644 --- a/components/climate.oem/index.html +++ b/components/climate.oem/index.html @@ -139,6 +139,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -154,6 +157,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.proliphix/index.html b/components/climate.proliphix/index.html index d4394645e0..3170f03b69 100644 --- a/components/climate.proliphix/index.html +++ b/components/climate.proliphix/index.html @@ -142,6 +142,9 @@ of OID values. A complete collection of the API is available in this eQ-3 MAX! Cube +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.radiotherm/index.html b/components/climate.radiotherm/index.html index 472d1dad2c..d6477ab1d8 100644 --- a/components/climate.radiotherm/index.html +++ b/components/climate.radiotherm/index.html @@ -149,6 +149,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -164,6 +167,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.sensibo/index.html b/components/climate.sensibo/index.html new file mode 100644 index 0000000000..a849c6123f --- /dev/null +++ b/components/climate.sensibo/index.html @@ -0,0 +1,213 @@ + + + + + + + + + Sensibo A/C controller - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + Sensibo A/C Controller +

    +
    +
    +

    Integrates Sensibo Air Conditioning controller into Home Assistant.

    +

    To enable this platform, add the following lines to your configuration.yaml file:

    +
    # Example configuration.yaml entry
    +climate:
    +  - platform: sensibo
    +    api_key: <your_key_here>
    +
    +
    +

    Configuration variables:

    +
      +
    • api_key (Required): Your API key.
    • +
    • id (Optional): A unit ID or a list of IDs. If none specified then all units acessible by the api_key will be used.
    • +
    +

    To get your API key visit https://home.sensibo.com/me/api

    +

    +If you create the API key using a dedicated user (and not your main user), +then in the Sensibo app log you will be able to distinguish between actions +done in the app and actions done by Home Assistant. +

    +

    Full config example

    +
    climate:
    +  - platform: sensibo
    +    api_key: deadbeaf
    +    id:
    +      - id1
    +      - id2
    +
    +
    +
    +
    + +
    +
    + + + + diff --git a/components/climate.tado/index.html b/components/climate.tado/index.html index 3a3d3450b5..6e05dd4f6e 100644 --- a/components/climate.tado/index.html +++ b/components/climate.tado/index.html @@ -137,6 +137,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -152,6 +155,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.vera/index.html b/components/climate.vera/index.html index d07913baae..b215dfb299 100644 --- a/components/climate.vera/index.html +++ b/components/climate.vera/index.html @@ -153,6 +153,9 @@
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -168,6 +171,12 @@
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.wink/index.html b/components/climate.wink/index.html index fd0320a043..5193367a6c 100644 --- a/components/climate.wink/index.html +++ b/components/climate.wink/index.html @@ -174,6 +174,9 @@ The above devices are confimed to work, but others may work as well.
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -189,6 +192,12 @@ The above devices are confimed to work, but others may work as well.
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate.zwave/index.html b/components/climate.zwave/index.html index 1add5b6e9b..5c82044313 100644 --- a/components/climate.zwave/index.html +++ b/components/climate.zwave/index.html @@ -202,6 +202,9 @@ If the thermostat support different operating modes, you will get one thermostat
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -217,6 +220,12 @@ If the thermostat support different operating modes, you will get one thermostat
  • eQ-3 MAX! Cube
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/climate/index.html b/components/climate/index.html index 0ccd1b8623..1d1adab81f 100644 --- a/components/climate/index.html +++ b/components/climate/index.html @@ -429,6 +429,9 @@ temporary target temperature. The particular modes available depend on the clima
  • Radio Thermostat (3M Filtrete) Thermostat
  • +
  • + Sensibo A/C controller +
  • Tado Thermostat
  • @@ -441,6 +444,9 @@ temporary target temperature. The particular modes available depend on the clima
  • Z-Wave Climate
  • +
  • + eQ-3 MAX! Cube binary sensors +
  • diff --git a/components/config/index.html b/components/config/index.html index 19afb1a316..db1d216481 100644 --- a/components/config/index.html +++ b/components/config/index.html @@ -139,6 +139,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/configurator/index.html b/components/configurator/index.html index 4e574ed0a7..c23ec8fc10 100644 --- a/components/configurator/index.html +++ b/components/configurator/index.html @@ -131,6 +131,9 @@ This component is intended for developers.
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/cover.command_line/index.html b/components/cover.command_line/index.html index 1d65202d30..73a6cd2410 100644 --- a/components/cover.command_line/index.html +++ b/components/cover.command_line/index.html @@ -176,6 +176,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.garadget/index.html b/components/cover.garadget/index.html index ae739da226..4f15aa4db4 100644 --- a/components/cover.garadget/index.html +++ b/components/cover.garadget/index.html @@ -190,6 +190,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.homematic/index.html b/components/cover.homematic/index.html index b886ce65e1..0d489388c1 100644 --- a/components/cover.homematic/index.html +++ b/components/cover.homematic/index.html @@ -134,6 +134,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.isy994/index.html b/components/cover.isy994/index.html index 9f166b2358..63ba7f79a5 100644 --- a/components/cover.isy994/index.html +++ b/components/cover.isy994/index.html @@ -134,6 +134,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.mqtt/index.html b/components/cover.mqtt/index.html index c507126210..51fe1e06fa 100644 --- a/components/cover.mqtt/index.html +++ b/components/cover.mqtt/index.html @@ -94,9 +94,36 @@ state from state_topic. If these messages
  • qos (Optional): The maximum QoS level of the state topic. Default is 0. Will also be used when publishing messages.
  • retain (Optional): If the published message should have the retain flag on or not. Default is false.
  • value_template (Optional): Defines a template to extract a value from the payload.
  • +
  • tilt_command_topic (Optional): The MQTT topic to publish commands to control the cover tilt.
  • +
  • tilt_status_topic (Optional): The MQTT topic subscribed to receive tilt status update values.
  • +
  • tilt_min (Optional): The minimum tilt value. Default is 0
  • +
  • tilt_max (Optional): The maximum tilt value. Default is 100
  • +
  • tilt_closed_value (Optional): The value that will be sent on a close_cover_tilt command. Default is 0
  • +
  • tilt_opened_value (Optional): The value that will be sent on an open_cover_tilt command. Default is 100
  • +
  • tilt_status_optimistic (Optional): Flag that determines if tilt works in optimistic mode. Default is true if tilt_status_topic is not deinfed, else false
  • +
  • tilt_invert_state (Optional): Flag that determines if open/close are flipped; higher values toward closed and lower values toward open. Default is False
  • Examples

    In this section you find some real life examples of how to use this sensor.

    +

    Full configuration without tilt

    +

    The example below shows a full configuration for a cover without tilt.

    +
    # Example configuration.yml entry
    +cover:
    +  - platform: mqtt
    +    state_topic: "home-assistant/cover"
    +    command_topic: "home-assistant/cover/set"
    +    name: "MQTT Cover"
    +    qos: 0
    +    retain: true
    +    payload_open: "OPEN"
    +    payload_close: "CLOSE"
    +    payload_stop: "STOP"
    +    state_open: "OPEN"
    +    state_closed: "STATE"
    +    optimistic: false
    +    value_template: '{{ value.x }}'
    +
    +

    Full configuration

    The example below shows a full configuration for a cover.

    # Example configuration.yml entry
    @@ -114,6 +141,12 @@ state from state_topic. If these messages
         state_closed: "STATE"
         optimistic: false
         value_template: '{{ value.x }}'
    +    tilt_command_topic: 'home-assistant/cover/tilt'
    +    tilt_status_topic: 'home-assistant/cover/tilt-status'
    +    tilt_min: 0
    +    tilt_max: 180
    +    tilt_closed_value: 70
    +    tilt_opened_value: 180
     

    For a check you can use the command line tools mosquitto_pub shipped with mosquitto to send MQTT messages. This allows you to operate your cover manually:

    @@ -198,6 +231,9 @@ state from state_topic. If these messages
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.myq/index.html b/components/cover.myq/index.html index 1ade1dd8fa..32760e5649 100644 --- a/components/cover.myq/index.html +++ b/components/cover.myq/index.html @@ -122,6 +122,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.mysensors/index.html b/components/cover.mysensors/index.html index dddfebabd5..3fe3e89ee8 100644 --- a/components/cover.mysensors/index.html +++ b/components/cover.mysensors/index.html @@ -291,6 +291,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.opengarage/index.html b/components/cover.opengarage/index.html new file mode 100644 index 0000000000..ff2f37698e --- /dev/null +++ b/components/cover.opengarage/index.html @@ -0,0 +1,261 @@ + + + + + + + + + OpenGarage Cover - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + OpenGarage Cover +

    +
    +
    +

    The opengarage cover platform lets you control the open-source OpenGarage.io device through Home Assistant.

    +

    To enable OpenGarage Covers in your installation, add the following to your configuration.yaml file:

    +
    # Example configuration.yaml entry
    +cover:
    +  platform: opengarage
    +  covers:
    +      garage:
    +        host:  192.168.1.12
    +        device_key: opendoor
    +        name:  Left Garage Door
    +      garage2:
    +        host:  192.168.1.13
    +        device_key: opendoor
    +        name:  Right Garage Door
    +
    +
    +

    Configuration variables:

    +
      +
    • covers array (Required): List of your doors. +
        +
      • identifier (Required): Name of the cover as slug. Multiple entries are possible. +
          +
        • host (Required): IP address of device.
        • +
        • port (Optional): HTTP Port. Default is 80.
        • +
        • device_key (Required): Access key to control device. Default is opendoor.
        • +
        • name (Optional): Name to use in the Frontend. If not provided, it will use name configured in device.
        • +
        +
      • +
      +
    • +
    +

    Example with more detail:

    +

    + +

    +
    # Related configuration.yaml entry
    +cover:
    +  platform: opengarage
    +  covers:
    +      garage:        
    +        host: 192.168.1.12
    +        device_key: opendoor
    +        name: honda
    +
    +sensor:
    +  platform: template
    +  sensors:
    +    garage_status:
    +      friendly_name: 'Honda Door Status'
    +      value_template: '{% if states.cover.honda %}
    +          {% if states.cover.honda.attributes["door_state"] == "open" %}
    +            Open
    +          {% elif states.cover.honda.attributes["door_state"] == "closed" %}
    +            Closed
    +          {% elif states.cover.honda.attributes["door_state"] == "opening" %}
    +            Opening
    +          {% elif states.cover.honda.attributes["door_state"] == "closing" %}
    +            Closing
    +          {% else %}
    +            Unknown
    +          {% endif %}
    +          {% else %}
    +          n/a
    +          {% endif %}'
    +    garage_car_present:
    +      friendly_name: 'Honda in Garage'
    +      value_template: '{% if states.cover.honda %}
    +          {% if states.cover.honda.state == "open" %}
    +            n/a
    +          {% elif ((states.cover.honda.attributes["distance_sensor"] > 40) and (states.cover.honda.attributes["distance_sensor"] < 100)) %}
    +            Yes
    +          {% else %}
    +            No
    +          {% endif %}
    +          {% else %}
    +          n/a
    +          {% endif %}'
    +
    +group:
    +  garage:     
    +    name: Garage
    +    entities:
    +      - cover.honda
    +      - sensor.garage_status
    +      - sensor.garage_car_present     
    +
    +customize:
    +  cover.honda:
    +    friendly_name: Honda
    +    entity_picture: /local/honda.gif
    +  sensor.garage_car_present:
    +    icon: mdi:car
    +
    +
    +
    +
    + +
    +
    + + + + diff --git a/components/cover.rfxtrx/index.html b/components/cover.rfxtrx/index.html index dc7ff2d186..f774c4894c 100644 --- a/components/cover.rfxtrx/index.html +++ b/components/cover.rfxtrx/index.html @@ -165,6 +165,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.rpi_gpio/index.html b/components/cover.rpi_gpio/index.html index b1ba6c31fc..fc2e945dbf 100644 --- a/components/cover.rpi_gpio/index.html +++ b/components/cover.rpi_gpio/index.html @@ -164,6 +164,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.scsgate/index.html b/components/cover.scsgate/index.html index cba8e1ad35..1130fd5f92 100644 --- a/components/cover.scsgate/index.html +++ b/components/cover.scsgate/index.html @@ -144,6 +144,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.vera/index.html b/components/cover.vera/index.html index b5939a344d..ed86a93b86 100644 --- a/components/cover.vera/index.html +++ b/components/cover.vera/index.html @@ -138,6 +138,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.wink/index.html b/components/cover.wink/index.html index 4cf9c749e9..125348cb60 100644 --- a/components/cover.wink/index.html +++ b/components/cover.wink/index.html @@ -158,6 +158,9 @@ The above devices are confimed to work, but others may work as well.
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover.zwave/index.html b/components/cover.zwave/index.html index cc8bf9080f..d7df37fbbb 100644 --- a/components/cover.zwave/index.html +++ b/components/cover.zwave/index.html @@ -134,6 +134,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • PowerView Scenes
  • diff --git a/components/cover/index.html b/components/cover/index.html index 26d08f4270..2c6b1bc2b0 100644 --- a/components/cover/index.html +++ b/components/cover/index.html @@ -193,6 +193,9 @@
  • MySensors Cover
  • +
  • + OpenGarage Cover +
  • RFXtrx Cover
  • diff --git a/components/demo/index.html b/components/demo/index.html index 1ee889f733..e907d95f5f 100644 --- a/components/demo/index.html +++ b/components/demo/index.html @@ -149,6 +149,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/device_tracker.actiontec/index.html b/components/device_tracker.actiontec/index.html index 6be59a5665..8e8fc674bb 100644 --- a/components/device_tracker.actiontec/index.html +++ b/components/device_tracker.actiontec/index.html @@ -157,6 +157,9 @@ This device tracker needs telnet to be enabled on the router.
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.aruba/index.html b/components/device_tracker.aruba/index.html index b759c34187..38cfb586f2 100644 --- a/components/device_tracker.aruba/index.html +++ b/components/device_tracker.aruba/index.html @@ -160,6 +160,9 @@ This device tracker needs telnet to be enabled on the router.
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.asuswrt/index.html b/components/device_tracker.asuswrt/index.html index c4f43ec233..62dd93f758 100644 --- a/components/device_tracker.asuswrt/index.html +++ b/components/device_tracker.asuswrt/index.html @@ -162,6 +162,9 @@ You need to enable telnet MQTT Room Presence +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.automatic/index.html b/components/device_tracker.automatic/index.html index 5f768f12ca..a93a2698f9 100644 --- a/components/device_tracker.automatic/index.html +++ b/components/device_tracker.automatic/index.html @@ -67,7 +67,8 @@

    The automatic platform offers presence detection by retrieving your car’s information from the Automatic cloud service.

    -

    To use an Automatic ODB reader in your installation, add the following to your configuration.yaml file:

    +

    To use Automatic with Home Assistant, first you must create a free development account. Automatic will generate a Client ID and Secret for you to use in your Home Assistant configuration. You will also need to update your Event Delivery preferences to ensure Home Assistant can receive updates. On the developer page, under App Settings / Event Delivery, select “Websocket” for Event Delivery Preference.

    +

    Once your developer account is created, add the following to your configuration.yaml file:

    # Example configuration.yaml entry
     device_tracker:
       - platform: automatic
    @@ -88,6 +89,18 @@
       
  • password (Required): The password for your given ODB reader account.
  • devices (Optional): The list of vehicle display names you wish to track. If not provided, all vehicles will be tracked.
  • +

    Home Assistant will also fire events when an update is received from Automatic. These can be used to trigger automations, as shown in the example below. A list of available event types can be found in the Automatic Real-Time Events documentation.

    +
    # Example automatic event automation
    +automation:
    +  - trigger: 
    +      - platform: event
    +        event_type: automatic_update
    +        event_data:
    +          type: "ignition:on"
    +    action:
    +      - service: light.turn_off
    +
    +

    See the device tracker component page for instructions how to configure the cars to be tracked.

    @@ -98,6 +111,9 @@
    +
    + IoT class: Cloud Push +
    Introduced in release: 0.28
    @@ -159,6 +175,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.bbox/index.html b/components/device_tracker.bbox/index.html index 7259db5a15..32a3767efa 100644 --- a/components/device_tracker.bbox/index.html +++ b/components/device_tracker.bbox/index.html @@ -158,6 +158,9 @@ For now and due to third party limitation, the Bbox must be on the same local ne
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.bluetooth_le_tracker/index.html b/components/device_tracker.bluetooth_le_tracker/index.html index 0ef5cb1fb2..187d4a234c 100644 --- a/components/device_tracker.bluetooth_le_tracker/index.html +++ b/components/device_tracker.bluetooth_le_tracker/index.html @@ -176,6 +176,9 @@ Some BTLE devices (e.g. fitness trackers) are only visible to the devices that t
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.bluetooth_tracker/index.html b/components/device_tracker.bluetooth_tracker/index.html index dbd5d46a34..e4f8cdd418 100644 --- a/components/device_tracker.bluetooth_tracker/index.html +++ b/components/device_tracker.bluetooth_tracker/index.html @@ -148,6 +148,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.bt_home_hub_5/index.html b/components/device_tracker.bt_home_hub_5/index.html index 2c7cdf113e..2c7c891fc1 100644 --- a/components/device_tracker.bt_home_hub_5/index.html +++ b/components/device_tracker.bt_home_hub_5/index.html @@ -146,6 +146,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.cisco_ios/index.html b/components/device_tracker.cisco_ios/index.html index 8abf31896a..5e9863954e 100644 --- a/components/device_tracker.cisco_ios/index.html +++ b/components/device_tracker.cisco_ios/index.html @@ -180,6 +180,9 @@ If you have a very large number of devices on your VLan (+1000), then you may wa
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.ddwrt/index.html b/components/device_tracker.ddwrt/index.html index 6cec1ed2c3..0762d7d08c 100644 --- a/components/device_tracker.ddwrt/index.html +++ b/components/device_tracker.ddwrt/index.html @@ -154,6 +154,9 @@ See the device tracker component page
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.fritz/index.html b/components/device_tracker.fritz/index.html index 7819745cf8..d375fbcff5 100644 --- a/components/device_tracker.fritz/index.html +++ b/components/device_tracker.fritz/index.html @@ -156,6 +156,9 @@ It seems that it is not necessary to use it in current generation Fritz!Box rout
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.gpslogger/index.html b/components/device_tracker.gpslogger/index.html index 241da5d153..5ab22cca62 100644 --- a/components/device_tracker.gpslogger/index.html +++ b/components/device_tracker.gpslogger/index.html @@ -176,6 +176,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.icloud/index.html b/components/device_tracker.icloud/index.html index 8f827a574a..35ea28f32d 100644 --- a/components/device_tracker.icloud/index.html +++ b/components/device_tracker.icloud/index.html @@ -169,6 +169,9 @@ You may receive an email from Apple stating that someone has logged into your ac
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.linksys_ap/index.html b/components/device_tracker.linksys_ap/index.html index 9dfddf575b..cccd1e22a1 100644 --- a/components/device_tracker.linksys_ap/index.html +++ b/components/device_tracker.linksys_ap/index.html @@ -167,6 +167,9 @@ It was tested with a LAPAC1750 AC1750 Dual Band Access Point.

  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.locative/index.html b/components/device_tracker.locative/index.html index 640b7541b0..c09041b45f 100644 --- a/components/device_tracker.locative/index.html +++ b/components/device_tracker.locative/index.html @@ -151,6 +151,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.luci/index.html b/components/device_tracker.luci/index.html index 4ea01dcc66..53e00ca4e0 100644 --- a/components/device_tracker.luci/index.html +++ b/components/device_tracker.luci/index.html @@ -161,6 +161,9 @@ Some installations have a s
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.mikrotik/index.html b/components/device_tracker.mikrotik/index.html new file mode 100644 index 0000000000..ba64c9d7df --- /dev/null +++ b/components/device_tracker.mikrotik/index.html @@ -0,0 +1,255 @@ + + + + + + + + + Mikrotik - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + Mikrotik +

    +
    +
    +

    The Mikrotik platform offers presence detection by looking at connected devices to a Mikrotik Routerboard based router.

    +

    To use an Mikrotik router in your installation, add the following to your configuration.yaml file:

    +
    # Example configuration.yaml entry
    +device_tracker:
    +  - platform: mikrotik
    +    host: 192.168.81.1
    +    username: admin
    +    password: hellomoto
    +    port: 1603
    +
    +
    +

    Configuration variables:

    +
      +
    • host (Required): The IP address of your router.
    • +
    • username (Required: The username of an user with administrative privileges.
    • +
    • password (Required): The password for your given admin account.
    • +
    • port (Optional): Mikrotik api port (See IP -> Services -> api ), default 8728
    • +
    +

    See the device tracker component page for instructions how to configure the people to be tracked.

    +
    +
    + +
    +
    + + + + diff --git a/components/device_tracker.mqtt/index.html b/components/device_tracker.mqtt/index.html index cf6e6ac212..3ef7bd716c 100644 --- a/components/device_tracker.mqtt/index.html +++ b/components/device_tracker.mqtt/index.html @@ -193,6 +193,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.mqtt_json/index.html b/components/device_tracker.mqtt_json/index.html index 047f267a2c..aaa21b66b3 100644 --- a/components/device_tracker.mqtt_json/index.html +++ b/components/device_tracker.mqtt_json/index.html @@ -162,6 +162,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.mysensors/index.html b/components/device_tracker.mysensors/index.html index 47d4540695..e3e8639182 100644 --- a/components/device_tracker.mysensors/index.html +++ b/components/device_tracker.mysensors/index.html @@ -259,6 +259,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.netgear/index.html b/components/device_tracker.netgear/index.html index d8808266e8..8bf9268eb5 100644 --- a/components/device_tracker.netgear/index.html +++ b/components/device_tracker.netgear/index.html @@ -157,6 +157,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.nmap_tracker/index.html b/components/device_tracker.nmap_tracker/index.html index 5e837b9813..d966c8b210 100644 --- a/components/device_tracker.nmap_tracker/index.html +++ b/components/device_tracker.nmap_tracker/index.html @@ -185,6 +185,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.owntracks/index.html b/components/device_tracker.owntracks/index.html index c3a7d3d24a..7db2d0e70d 100644 --- a/components/device_tracker.owntracks/index.html +++ b/components/device_tracker.owntracks/index.html @@ -197,6 +197,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.ping/index.html b/components/device_tracker.ping/index.html index 233159ea29..d06b7f4bf9 100644 --- a/components/device_tracker.ping/index.html +++ b/components/device_tracker.ping/index.html @@ -159,6 +159,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.sky_hub/index.html b/components/device_tracker.sky_hub/index.html index 22e89d0aeb..5813873e99 100644 --- a/components/device_tracker.sky_hub/index.html +++ b/components/device_tracker.sky_hub/index.html @@ -148,6 +148,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.snmp/index.html b/components/device_tracker.snmp/index.html index 4963877f4a..38629ffde7 100644 --- a/components/device_tracker.snmp/index.html +++ b/components/device_tracker.snmp/index.html @@ -189,6 +189,9 @@ This device tracker needs SNMP to be enabled on the router.
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.swisscom/index.html b/components/device_tracker.swisscom/index.html index fc2e2fdba6..6f0558cf62 100644 --- a/components/device_tracker.swisscom/index.html +++ b/components/device_tracker.swisscom/index.html @@ -151,6 +151,9 @@ There are three models of Internet-Box (light, standard and plus). The platform
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.tado/index.html b/components/device_tracker.tado/index.html index ec70feca55..19f27db9d5 100644 --- a/components/device_tracker.tado/index.html +++ b/components/device_tracker.tado/index.html @@ -179,6 +179,9 @@ Polling Tado API for presence information will happen at most once every 30 seco
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.thomson/index.html b/components/device_tracker.thomson/index.html index 1c47671c5a..3902d24bed 100644 --- a/components/device_tracker.thomson/index.html +++ b/components/device_tracker.thomson/index.html @@ -151,6 +151,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.tomato/index.html b/components/device_tracker.tomato/index.html index ecefc057a4..abc828dc92 100644 --- a/components/device_tracker.tomato/index.html +++ b/components/device_tracker.tomato/index.html @@ -157,6 +157,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.tplink/index.html b/components/device_tracker.tplink/index.html index 60528fddc5..78dc86fc49 100644 --- a/components/device_tracker.tplink/index.html +++ b/components/device_tracker.tplink/index.html @@ -68,7 +68,7 @@

    The tplink platform allows you to detect presence by looking at connected devices to a TP-Link device. This includes the ArcherC9 line.

    -TP-Link devices typically only allow one login at a time to the admin console. This component will count towards your one allowed login. Depending on how aggressively you configure device_tracker you may not be able to access the admin console of your TP-Link device without first stopping Home Assistant (and waiting a few minutes for the session to timeout) before you’ll be able to login. +TP-Link devices typically only allow one login at a time to the admin console. This component will count towards your one allowed login. Depending on how aggressively you configure device_tracker you may not be able to access the admin console of your TP-Link device without first stopping Home Assistant. Home Assistant takes a few seconds to login, collect data, and log out. If you log into the admin console manually, remember to log out so that Home Assistant can log in again.

    # Example configuration.yaml entry
     device_tracker:
    @@ -172,6 +172,9 @@ TP-Link devices typically only allow one login at a time to the admin console.
             
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.trackr/index.html b/components/device_tracker.trackr/index.html index edbdc88c71..942b869b62 100644 --- a/components/device_tracker.trackr/index.html +++ b/components/device_tracker.trackr/index.html @@ -154,6 +154,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.ubus/index.html b/components/device_tracker.ubus/index.html index 51b6491caf..f8360255df 100644 --- a/components/device_tracker.ubus/index.html +++ b/components/device_tracker.ubus/index.html @@ -279,6 +279,9 @@ Connection: keep-alive

  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.unifi/index.html b/components/device_tracker.unifi/index.html index 974ff9bc00..bd556d139f 100644 --- a/components/device_tracker.unifi/index.html +++ b/components/device_tracker.unifi/index.html @@ -156,6 +156,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.upc_connect/index.html b/components/device_tracker.upc_connect/index.html index ece873a52b..926c40ca94 100644 --- a/components/device_tracker.upc_connect/index.html +++ b/components/device_tracker.upc_connect/index.html @@ -154,6 +154,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.volvooncall/index.html b/components/device_tracker.volvooncall/index.html index dd5d68b08a..b54a007bf8 100644 --- a/components/device_tracker.volvooncall/index.html +++ b/components/device_tracker.volvooncall/index.html @@ -145,6 +145,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker.xiaomi/index.html b/components/device_tracker.xiaomi/index.html index eb79682488..c4e88fc846 100644 --- a/components/device_tracker.xiaomi/index.html +++ b/components/device_tracker.xiaomi/index.html @@ -152,6 +152,9 @@
  • MQTT Room Presence
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/device_tracker/index.html b/components/device_tracker/index.html index fb0b502637..ac6bd43f9b 100644 --- a/components/device_tracker/index.html +++ b/components/device_tracker/index.html @@ -234,6 +234,9 @@
  • MQTT Device Tracker
  • +
  • + Mikrotik +
  • MySensors Device Tracker
  • diff --git a/components/digital_ocean/index.html b/components/digital_ocean/index.html index 5841c7a081..71125f5865 100644 --- a/components/digital_ocean/index.html +++ b/components/digital_ocean/index.html @@ -128,6 +128,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -197,6 +200,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -245,6 +251,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/discovery/index.html b/components/discovery/index.html index 8f91c00d14..c59560b14e 100644 --- a/components/discovery/index.html +++ b/components/discovery/index.html @@ -185,6 +185,9 @@ If you see Not initializing discovery because co
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/ecobee/index.html b/components/ecobee/index.html index ff4323519d..a446deec9a 100644 --- a/components/ecobee/index.html +++ b/components/ecobee/index.html @@ -159,6 +159,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -228,6 +231,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -276,6 +282,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/eight_sleep/index.html b/components/eight_sleep/index.html new file mode 100644 index 0000000000..149083393e --- /dev/null +++ b/components/eight_sleep/index.html @@ -0,0 +1,347 @@ + + + + + + + + + Eight Sleep - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + Eight Sleep +

    +
    +
    +

    The eight_sleep component allows Home Assistant to fetch data from your Eight Sleep smart cover or mattress.

    +

    It’s setup utilizing ‘Sensor’ components to convey the current state of your bed and results of your sleep sessions and a ‘Binary Sensor’ component to indicate your presence in the bed. A service is also provided to set the heating level and duration of the bed.

    +

    To get started add the following information to your configuration.yaml file:

    +
    # Example configuration.yaml entry
    +eight_sleep:
    +    username: "user@email.com"
    +    password: "password"
    +
    +
    +

    Configuration variables:

    +
      +
    • username (Required): The email address associated with your Eight Sleep account.
    • +
    • password (Required): The password associated with your Eight Sleep account.
    • +
    • partner (Optional): Default is False. Defines if you’d like to fetch data for both sides of the bed.
    • +
    +

    Supported features

    +

    Sensors:

    +
      +
    • eight_left/right_bed_state
    • +
    • eight_left/right_sleep_session
    • +
    • eight_left/right_previous_sleep_session
    • +
    +

    Binary Sensors:

    +
      +
    • eight_left/right_bed_presence
    • +
    +

    Service heat_set

    +

    You can use the service eight_sleep/heat_set to adjust the target heating level and heating duration of your bed.

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Service data attributeOptionalDescription
    entity_idnoEntity ID of bed state to adjust.
    targetnoTarget heating level from 0-100.
    durationnoDuration to heat at the target level in seconds.
    +

    Script Example:

    +
    script:
    +  bed_set_heat:
    +    sequence:
    +      - service: eight_sleep.heat_set
    +        data:
    +          entity_id: "sensor.eight_left_bed_state"
    +          target: 35
    +          duration: 3600
    +
    +
    +
    +
    + +
    +
    + + + + diff --git a/components/emulated_hue/index.html b/components/emulated_hue/index.html index ff82b39fa5..ef056bd9b8 100644 --- a/components/emulated_hue/index.html +++ b/components/emulated_hue/index.html @@ -204,6 +204,9 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -273,6 +276,9 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -321,6 +327,9 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/enocean/index.html b/components/enocean/index.html index 2fbddeb719..cb61e3235b 100644 --- a/components/enocean/index.html +++ b/components/enocean/index.html @@ -146,6 +146,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -215,6 +218,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -263,6 +269,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/feedreader/index.html b/components/feedreader/index.html index 333d476e8b..4c12fa4b6b 100644 --- a/components/feedreader/index.html +++ b/components/feedreader/index.html @@ -164,6 +164,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/ffmpeg/index.html b/components/ffmpeg/index.html index 1b10506b53..e3695f30f4 100644 --- a/components/ffmpeg/index.html +++ b/components/ffmpeg/index.html @@ -143,6 +143,9 @@ You need the ffmpeg binary in your system
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -212,6 +215,9 @@ You need the ffmpeg binary in your system
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -260,6 +266,9 @@ You need the ffmpeg binary in your system
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/frontend/index.html b/components/frontend/index.html index e353b74b96..8ca101b62d 100644 --- a/components/frontend/index.html +++ b/components/frontend/index.html @@ -125,6 +125,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/ha/index.html b/components/ha/index.html index ea4fdaf7f0..671358c2e9 100644 --- a/components/ha/index.html +++ b/components/ha/index.html @@ -129,6 +129,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/homematic/index.html b/components/homematic/index.html index a4a7073c73..480f1d9105 100644 --- a/components/homematic/index.html +++ b/components/homematic/index.html @@ -294,6 +294,9 @@ Using this service provides you direct access to the setValue-method of the prim
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -363,6 +366,9 @@ Using this service provides you direct access to the setValue-method of the prim
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -411,6 +417,9 @@ Using this service provides you direct access to the setValue-method of the prim
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/http/index.html b/components/http/index.html index 034fee8fb7..a688b17a12 100644 --- a/components/http/index.html +++ b/components/http/index.html @@ -190,6 +190,9 @@ Please note, that sources from trusted_networks<
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/image_processing.dlib_face_detect/index.html b/components/image_processing.dlib_face_detect/index.html new file mode 100644 index 0000000000..7ede1c5573 --- /dev/null +++ b/components/image_processing.dlib_face_detect/index.html @@ -0,0 +1,162 @@ + + + + + + + + + Dlib Face Detect - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + Dlib Face Detect +

    +
    +
    +

    The dlib_face_detect image processing platform allows you to use the Dlib through Home Assistant. This platform enables you do detect face on camera and fire a event with attributes.

    +

    For using the result inside an automation rule, take a look at the component page.

    +

    Configuration Home Assistant

    +
    # Example configuration.yaml entry
    +image_processing:
    +  - platform: dlib_face_detect
    +    source:
    +      - entity_id: camera.door
    +
    +
    +

    Configuration variables:

    +
      +
    • source array (Required): List of image sources. +
        +
      • entity_id (Required): A camera entity id to get picture from.
      • +
      • name (Optional): This parameter allows you to override the name of your image_processing entity.
      • +
      +
    • +
    +
    +
    + +
    +
    + + + + diff --git a/components/image_processing.dlib_face_identify/index.html b/components/image_processing.dlib_face_identify/index.html new file mode 100644 index 0000000000..63d11d3f86 --- /dev/null +++ b/components/image_processing.dlib_face_identify/index.html @@ -0,0 +1,166 @@ + + + + + + + + + Dlib Face Identify - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + Dlib Face Identify +

    +
    +
    +

    The dlib_face_identify image processing platform allows you to use the Dlib through Home Assistant. This platform allow you do identify persons on camera and fire a event with identify persons.

    +

    For using the result inside an automation rule, take a look at the component page.

    +

    Configuration Home Assistant

    +
    # Example configuration.yaml entry
    +image_processing:
    + - platform: dlib_face_identify
    +   source:
    +    - entity_id: camera.door
    +   faces:
    +     Jon: /home/hass/jon.jpg
    +     Bob: /home/hass/bob.jpg
    +
    +
    +

    Configuration variables:

    +
      +
    • source array (Required): List of image sources. +
        +
      • entity_id (Required): A camera entity id to get picture from.
      • +
      • name (Optional): This parameter allows you to override the name of your image_processing entity.
      • +
      +
    • +
    • faces array (Required): List of faces sources.
    • +
    +
    +
    + +
    +
    + + + + diff --git a/components/image_processing.microsoft_face_detect/index.html b/components/image_processing.microsoft_face_detect/index.html index ba629b925e..b90713c6ac 100644 --- a/components/image_processing.microsoft_face_detect/index.html +++ b/components/image_processing.microsoft_face_detect/index.html @@ -79,7 +79,6 @@

    Configuration variables:

      -
    • group (Required): Microsoft Face group used to detect the person.
    • confidence (Optional): The minimum of confidence in percent to process with Home Assistant. Defaults to 80.
    • source array (Required): List of image sources.
        @@ -108,6 +107,12 @@

        Category Image Processing

        diff --git a/components/image_processing.microsoft_face_identify/index.html b/components/image_processing.microsoft_face_identify/index.html index 3dea041623..39673ddb68 100644 --- a/components/image_processing.microsoft_face_identify/index.html +++ b/components/image_processing.microsoft_face_identify/index.html @@ -108,6 +108,12 @@

        Category Image Processing

        diff --git a/components/image_processing.openalpr_cloud/index.html b/components/image_processing.openalpr_cloud/index.html index f4e2a12cfc..69aedfdbe6 100644 --- a/components/image_processing.openalpr_cloud/index.html +++ b/components/image_processing.openalpr_cloud/index.html @@ -109,6 +109,12 @@

        Category Image Processing

        diff --git a/components/image_processing.openalpr_local/index.html b/components/image_processing.openalpr_local/index.html index 6cc62596d7..3dae0ee6b1 100644 --- a/components/image_processing.openalpr_local/index.html +++ b/components/image_processing.openalpr_local/index.html @@ -119,6 +119,12 @@

        Category Image Processing

        diff --git a/components/image_processing.opencv/index.html b/components/image_processing.opencv/index.html new file mode 100644 index 0000000000..f7ed680a1c --- /dev/null +++ b/components/image_processing.opencv/index.html @@ -0,0 +1,153 @@ + + + + + + + + + OpenCV - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
        + +
        +
        +
        +
        +
        +
        +

        + OpenCV +

        +
        +
        +

        The opencv image processing platform allows you to create a standalone image processor without the linked camera entity as mentioned in the OpenCV page.

        +

        Please refer to the component configuration on how to setup the image processor.

        +
        +
        + +
        +
        + + + + diff --git a/components/image_processing/index.html b/components/image_processing/index.html index 8a6feb6cac..7caa198047 100644 --- a/components/image_processing/index.html +++ b/components/image_processing/index.html @@ -116,6 +116,12 @@ If you are running Home Assistant over SSL or from within a container, you will

        Platforms

        diff --git a/components/index.html b/components/index.html index 8aec473dca..99616bbafb 100644 --- a/components/index.html +++ b/components/index.html @@ -72,40 +72,40 @@ Support for these components is provided by the Home Assistant community.
        - All (642) + All (667) Featured - Added in 0.43 (14) - Added in 0.42 (14) - Added in 0.41 (8) + Added in 0.44 (15) + Added in 0.43 (16) + Added in 0.42 (14) Alarm (12) Automation (15) - Binary Sensor (43) + Binary Sensor (46) Calendar (3) Camera (19) - Climate (17) - Cover (14) + Climate (20) + Cover (15) DIY (17) Downloading (5) Energy (11) Fan (3) Finance (6) - Front end (3) + Front end (4) Health (2) History (11) - Hub (48) - Image Processing (4) - Light (41) + Hub (51) + Image Processing (7) + Light (44) Lock (8) Media Player (43) Notifications (43) Organization (3) - Presence Detection (37) + Presence Detection (38) Remote (2) Scene (3) - Sensor (72) + Sensor (76) Social (5) - Switch (53) - System Monitor (22) + Switch (54) + System Monitor (23) Telegram chatbot (2) Text-to-speech (6) Transport (11) @@ -138,9 +138,9 @@ Support for these components is provided by the Home Assistant community. {{/components}} + + diff --git a/components/light.decora/index.html b/components/light.decora/index.html index 07f3300bfc..b996832252 100644 --- a/components/light.decora/index.html +++ b/components/light.decora/index.html @@ -121,6 +121,9 @@
      • Blinkstick
      • +
      • + Blinkt! +
      • Decora
      • @@ -202,6 +205,9 @@
      • SCSGate Light
      • +
      • + Sense HAT Light +
      • TellStick Light
      • @@ -229,6 +235,9 @@
      • Zengge
      • +
      • + ZigBee Home Automation Light +
      • ZigBee Light
      • diff --git a/components/light.enocean/index.html b/components/light.enocean/index.html index 951fe2357d..8113ea9616 100644 --- a/components/light.enocean/index.html +++ b/components/light.enocean/index.html @@ -126,6 +126,9 @@
      • Blinkstick
      • +
      • + Blinkt! +
      • Decora
      • @@ -207,6 +210,9 @@
      • SCSGate Light
      • +
      • + Sense HAT Light +
      • TellStick Light
      • @@ -234,6 +240,9 @@
      • Zengge
      • +
      • + ZigBee Home Automation Light +
      • ZigBee Light
      • diff --git a/components/light.flux_led/index.html b/components/light.flux_led/index.html index 4ceb5cc6fd..51ab021fe8 100644 --- a/components/light.flux_led/index.html +++ b/components/light.flux_led/index.html @@ -99,7 +99,7 @@

      Depending on your controller or bulb type, there are two ways to configure brightness. -The component defaults to rgbw. If your device has a separate white channel, you do not need to specify anything else; changing the brighness will set the device to white with your chosen brightness. However, if your device does not have a separate white channel, you will need to set the mode to rgb. In this mode, the device will keep the same color, and adjust the rgb values to dim or brighten the color. +The component defaults to rgbw. If your device has a separate white channel, you do not need to specify anything else; changing the white value will adjust the brightness of white channel keeping rgb color constant. However, if your device does not have a separate white channel, you will need to set the mode to rgb. In this mode, the device will keep the same color, and adjust the rgb values to dim or brighten the color.

      Example configuration

      Will automatically search and add all lights on start up:

      @@ -137,7 +137,7 @@ The component defaults to rgbw. If your device has a separate white channel, you mode: "rgb"
      -

      Will add a light with white mode (default). Changing the brightness will set the bulb in white mode:

      +

      Will add a light with rgb+white mode (default). White and RGB channels can be adjusted independently using a slider and color picker respectively.

          192.168.1.10:
             name: NAME
             mode: "rgbw"
      @@ -231,6 +231,9 @@ The component defaults to rgbw. If your device has a separate white channel, you
               
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -312,6 +315,9 @@ The component defaults to rgbw. If your device has a separate white channel, you
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -339,6 +345,9 @@ The component defaults to rgbw. If your device has a separate white channel, you
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.homematic/index.html b/components/light.homematic/index.html index 28e8857fc0..22c30bd4aa 100644 --- a/components/light.homematic/index.html +++ b/components/light.homematic/index.html @@ -122,6 +122,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -203,6 +206,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -230,6 +236,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.hue/index.html b/components/light.hue/index.html index 545150cdfd..532cd828a6 100644 --- a/components/light.hue/index.html +++ b/components/light.hue/index.html @@ -158,6 +158,9 @@ Name. Use the values of Room name and Scene name that you see in the app. You ca
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -239,6 +242,9 @@ Name. Use the values of Room name and Scene name that you see in the app. You ca
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -266,6 +272,9 @@ Name. Use the values of Room name and Scene name that you see in the app. You ca
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.hyperion/index.html b/components/light.hyperion/index.html index 67045b4b62..9ca6bce929 100644 --- a/components/light.hyperion/index.html +++ b/components/light.hyperion/index.html @@ -109,6 +109,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -190,6 +193,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -217,6 +223,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.insteon_hub/index.html b/components/light.insteon_hub/index.html index 7f3bbb7175..47dbd1c11e 100644 --- a/components/light.insteon_hub/index.html +++ b/components/light.insteon_hub/index.html @@ -104,6 +104,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -185,6 +188,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -212,6 +218,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.insteon_local/index.html b/components/light.insteon_local/index.html index 3376e60501..8dfe0882f5 100644 --- a/components/light.insteon_local/index.html +++ b/components/light.insteon_local/index.html @@ -118,6 +118,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -199,6 +202,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -226,6 +232,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.insteon_plm/index.html b/components/light.insteon_plm/index.html index 1893043015..6ae2c3f993 100644 --- a/components/light.insteon_plm/index.html +++ b/components/light.insteon_plm/index.html @@ -112,6 +112,9 @@ component.

    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -193,6 +196,9 @@ component.

    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -220,6 +226,9 @@ component.

    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.isy994/index.html b/components/light.isy994/index.html index cc5df3d3b8..7bf6aede03 100644 --- a/components/light.isy994/index.html +++ b/components/light.isy994/index.html @@ -122,6 +122,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -203,6 +206,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -230,6 +236,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.lifx/index.html b/components/light.lifx/index.html index 64f43bd772..7fea8a38ce 100644 --- a/components/light.lifx/index.html +++ b/components/light.lifx/index.html @@ -269,6 +269,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -350,6 +353,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -377,6 +383,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.limitlessled/index.html b/components/light.limitlessled/index.html index 9a6e107eb1..cb99946687 100644 --- a/components/light.limitlessled/index.html +++ b/components/light.limitlessled/index.html @@ -169,6 +169,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -250,6 +253,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -277,6 +283,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.litejet/index.html b/components/light.litejet/index.html index 7a655b3610..51a1998889 100644 --- a/components/light.litejet/index.html +++ b/components/light.litejet/index.html @@ -108,6 +108,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -189,6 +192,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -216,6 +222,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.lutron/index.html b/components/light.lutron/index.html index 7bff22b9ef..5c2e1505ba 100644 --- a/components/light.lutron/index.html +++ b/components/light.lutron/index.html @@ -100,6 +100,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -181,6 +184,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -208,6 +214,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.lutron_caseta/index.html b/components/light.lutron_caseta/index.html index 5ebd3e81d5..4fe8edfc12 100644 --- a/components/light.lutron_caseta/index.html +++ b/components/light.lutron_caseta/index.html @@ -103,6 +103,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -184,6 +187,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -211,6 +217,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.mqtt/index.html b/components/light.mqtt/index.html index ab8a678a4c..68fe8ee69c 100644 --- a/components/light.mqtt/index.html +++ b/components/light.mqtt/index.html @@ -282,6 +282,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -363,6 +366,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -390,6 +396,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.mqtt_json/index.html b/components/light.mqtt_json/index.html index 212200c642..5de74f69c6 100644 --- a/components/light.mqtt_json/index.html +++ b/components/light.mqtt_json/index.html @@ -254,6 +254,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -335,6 +338,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -362,6 +368,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.mqtt_template/index.html b/components/light.mqtt_template/index.html index c8990d44b8..35560d7117 100644 --- a/components/light.mqtt_template/index.html +++ b/components/light.mqtt_template/index.html @@ -245,6 +245,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -326,6 +329,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -353,6 +359,9 @@ It is format-agnostic so you can use any data format you want (i.e. string, JSON
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.mysensors/index.html b/components/light.mysensors/index.html index 62ed8f99b1..e7b43a047e 100644 --- a/components/light.mysensors/index.html +++ b/components/light.mysensors/index.html @@ -374,6 +374,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -455,6 +458,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -482,6 +488,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.mystrom/index.html b/components/light.mystrom/index.html index 06cdfcdab9..e461505c07 100644 --- a/components/light.mystrom/index.html +++ b/components/light.mystrom/index.html @@ -136,6 +136,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -217,6 +220,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -244,6 +250,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.osramlightify/index.html b/components/light.osramlightify/index.html index 3ada85a51a..5c21c306f2 100644 --- a/components/light.osramlightify/index.html +++ b/components/light.osramlightify/index.html @@ -105,6 +105,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -186,6 +189,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -213,6 +219,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.piglow/index.html b/components/light.piglow/index.html index bcd11ca329..6624c1e499 100644 --- a/components/light.piglow/index.html +++ b/components/light.piglow/index.html @@ -101,6 +101,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -182,6 +185,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -209,6 +215,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.qwikswitch/index.html b/components/light.qwikswitch/index.html index fc31ac4e54..6723e66c2d 100644 --- a/components/light.qwikswitch/index.html +++ b/components/light.qwikswitch/index.html @@ -110,6 +110,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -191,6 +194,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -218,6 +224,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.rflink/index.html b/components/light.rflink/index.html index 6a7eb09747..9ef4b90e48 100644 --- a/components/light.rflink/index.html +++ b/components/light.rflink/index.html @@ -183,6 +183,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -264,6 +267,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -291,6 +297,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.rfxtrx/index.html b/components/light.rfxtrx/index.html index 54efe85f30..64b3a9f719 100644 --- a/components/light.rfxtrx/index.html +++ b/components/light.rfxtrx/index.html @@ -149,6 +149,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -230,6 +233,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -257,6 +263,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.rpi_gpio_pwm/index.html b/components/light.rpi_gpio_pwm/index.html index 164ae0617d..e504c22dc6 100644 --- a/components/light.rpi_gpio_pwm/index.html +++ b/components/light.rpi_gpio_pwm/index.html @@ -148,6 +148,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -229,6 +232,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -256,6 +262,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.scsgate/index.html b/components/light.scsgate/index.html index 6c27c01bfc..f942810ef3 100644 --- a/components/light.scsgate/index.html +++ b/components/light.scsgate/index.html @@ -123,6 +123,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -204,6 +207,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -231,6 +237,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.sensehat/index.html b/components/light.sensehat/index.html new file mode 100644 index 0000000000..0aff3efe60 --- /dev/null +++ b/components/light.sensehat/index.html @@ -0,0 +1,271 @@ + + + + + + + + + Sense HAT Light - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
      + +
      +
      +
      +
      +
      +
      +

      + Sense HAT Light +

      +
      +
      +

      The sensehat light platform lets you control the Sense HAT board’s 8x8 RGB LED matrix on your Raspberry Pi from within Home Assistant.

      +

      To add sensehat to your installation, add the following to your configuration.yaml file:

      +
      # Example configuration.yaml entry
      +light:
      +  platform: sensehat
      +  name: SenseHAT
      +
      +
      +

      For setting up the Sense HAT sensors, please see the Sense HAT sensor component.

      +
      +
      + +
      +
      + + + + diff --git a/components/light.tellstick/index.html b/components/light.tellstick/index.html index 7309486866..07b48991ee 100644 --- a/components/light.tellstick/index.html +++ b/components/light.tellstick/index.html @@ -115,6 +115,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -196,6 +199,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -223,6 +229,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.tikteck/index.html b/components/light.tikteck/index.html index dcac0692cc..3628867143 100644 --- a/components/light.tikteck/index.html +++ b/components/light.tikteck/index.html @@ -117,6 +117,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -198,6 +201,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -225,6 +231,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.tradfri/index.html b/components/light.tradfri/index.html index 47999b51da..f5521ace87 100644 --- a/components/light.tradfri/index.html +++ b/components/light.tradfri/index.html @@ -106,6 +106,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -187,6 +190,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -214,6 +220,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.vera/index.html b/components/light.vera/index.html index bee596b925..1b415da474 100644 --- a/components/light.vera/index.html +++ b/components/light.vera/index.html @@ -126,6 +126,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -207,6 +210,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -234,6 +240,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.wemo/index.html b/components/light.wemo/index.html index ce87a9e969..5c973944bb 100644 --- a/components/light.wemo/index.html +++ b/components/light.wemo/index.html @@ -111,6 +111,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -192,6 +195,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -219,6 +225,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.wink/index.html b/components/light.wink/index.html index 20a357de69..34df9ce40d 100644 --- a/components/light.wink/index.html +++ b/components/light.wink/index.html @@ -138,6 +138,9 @@ The above devices are confimed to work, but others may work as well.
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -219,6 +222,9 @@ The above devices are confimed to work, but others may work as well.
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -246,6 +252,9 @@ The above devices are confimed to work, but others may work as well.
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.x10/index.html b/components/light.x10/index.html index f4ef0b1c21..9a3d7dab2c 100644 --- a/components/light.x10/index.html +++ b/components/light.x10/index.html @@ -114,6 +114,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -195,6 +198,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -222,6 +228,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.yeelight/index.html b/components/light.yeelight/index.html index 6e6210f2bc..704fbc3f33 100644 --- a/components/light.yeelight/index.html +++ b/components/light.yeelight/index.html @@ -129,6 +129,9 @@ This component is tested to work with models YLDP01YL, YLDP02YL and YLDP03YL. If
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -210,6 +213,9 @@ This component is tested to work with models YLDP01YL, YLDP02YL and YLDP03YL. If
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -237,6 +243,9 @@ This component is tested to work with models YLDP01YL, YLDP02YL and YLDP03YL. If
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.yeelightsunflower/index.html b/components/light.yeelightsunflower/index.html index 9e5696f759..5ab4ed9fa3 100644 --- a/components/light.yeelightsunflower/index.html +++ b/components/light.yeelightsunflower/index.html @@ -114,6 +114,9 @@ The Yeelight Sunflower hub supports SSDP discovery, but that has not been built
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -195,6 +198,9 @@ The Yeelight Sunflower hub supports SSDP discovery, but that has not been built
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -222,6 +228,9 @@ The Yeelight Sunflower hub supports SSDP discovery, but that has not been built
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.zengge/index.html b/components/light.zengge/index.html index 31e325d8a2..8fea255f89 100644 --- a/components/light.zengge/index.html +++ b/components/light.zengge/index.html @@ -118,6 +118,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -199,6 +202,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -226,6 +232,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.zha/index.html b/components/light.zha/index.html new file mode 100644 index 0000000000..5064ce913d --- /dev/null +++ b/components/light.zha/index.html @@ -0,0 +1,271 @@ + + + + + + + + + ZigBee Home Automation Light - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
      + +
      +
      +
      +
      +
      +
      +

      + ZigBee Home Automation Light +

      +
      +
      +

      To get your ZigBee lights working with Home Assistant, follow the +instructions for the general ZigBee Home Automation +component.

      +
      +
      + +
      +
      + + + + diff --git a/components/light.zigbee/index.html b/components/light.zigbee/index.html index 47ed72c807..f8078fe055 100644 --- a/components/light.zigbee/index.html +++ b/components/light.zigbee/index.html @@ -129,6 +129,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -210,6 +213,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -237,6 +243,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light.zwave/index.html b/components/light.zwave/index.html index d3afe13914..074a4e70a4 100644 --- a/components/light.zwave/index.html +++ b/components/light.zwave/index.html @@ -118,6 +118,9 @@
    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -199,6 +202,9 @@
    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -226,6 +232,9 @@
    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/light/index.html b/components/light/index.html index 7d2366b748..8327694e94 100644 --- a/components/light/index.html +++ b/components/light/index.html @@ -233,6 +233,9 @@ in Home Assistant.

    • Blinkstick
    • +
    • + Blinkt! +
    • Decora
    • @@ -317,6 +320,9 @@ in Home Assistant.

    • SCSGate Light
    • +
    • + Sense HAT Light +
    • TellStick Light
    • @@ -344,6 +350,9 @@ in Home Assistant.

    • Zengge
    • +
    • + ZigBee Home Automation Light +
    • ZigBee Light
    • diff --git a/components/litejet/index.html b/components/litejet/index.html index 0997891406..167d96f1f7 100644 --- a/components/litejet/index.html +++ b/components/litejet/index.html @@ -163,6 +163,9 @@
    • Digital Ocean
    • +
    • + Eight Sleep +
    • Emulated Hue Bridge
    • @@ -232,6 +235,9 @@
    • OctoPrint
    • +
    • + OpenCV +
    • Pilight
    • @@ -280,6 +286,9 @@
    • Z-Wave
    • +
    • + Zigbee Home Automation +
    • ZoneMinder
    • diff --git a/components/logger/index.html b/components/logger/index.html index fd39ba0484..6c46901b44 100644 --- a/components/logger/index.html +++ b/components/logger/index.html @@ -171,6 +171,9 @@
    • Persistent notification
    • +
    • + Plant Observer +
    • UPnP
    • diff --git a/components/lutron/index.html b/components/lutron/index.html index 3de14b3f5d..d90c1c8c01 100644 --- a/components/lutron/index.html +++ b/components/lutron/index.html @@ -130,6 +130,9 @@ It is recommended to assign a static IP address to your Main Repeater. This ensu
    • Digital Ocean
    • +
    • + Eight Sleep +
    • Emulated Hue Bridge
    • @@ -199,6 +202,9 @@ It is recommended to assign a static IP address to your Main Repeater. This ensu
    • OctoPrint
    • +
    • + OpenCV +
    • Pilight
    • @@ -247,6 +253,9 @@ It is recommended to assign a static IP address to your Main Repeater. This ensu
    • Z-Wave
    • +
    • + Zigbee Home Automation +
    • ZoneMinder
    • diff --git a/components/lutron_caseta/index.html b/components/lutron_caseta/index.html index 9ad1ad88df..0debd81564 100644 --- a/components/lutron_caseta/index.html +++ b/components/lutron_caseta/index.html @@ -129,6 +129,9 @@ It is recommended to assign a static IP address to your Lutron SmartBridge. This
    • Digital Ocean
    • +
    • + Eight Sleep +
    • Emulated Hue Bridge
    • @@ -198,6 +201,9 @@ It is recommended to assign a static IP address to your Lutron SmartBridge. This
    • OctoPrint
    • +
    • + OpenCV +
    • Pilight
    • @@ -246,6 +252,9 @@ It is recommended to assign a static IP address to your Lutron SmartBridge. This
    • Z-Wave
    • +
    • + Zigbee Home Automation +
    • ZoneMinder
    • diff --git a/components/maxcube/index.html b/components/maxcube/index.html index 8b8312b84e..66a743aaa5 100644 --- a/components/maxcube/index.html +++ b/components/maxcube/index.html @@ -104,6 +104,17 @@
      Introduced in release: 0.40 +
      +

      Category Climate

      @@ -144,6 +155,9 @@
    • Radio Thermostat (3M Filtrete) Thermostat
    • +
    • + Sensibo A/C controller +
    • Tado Thermostat
    • @@ -159,6 +173,12 @@
    • eQ-3 MAX! Cube
    • +
    • + eQ-3 MAX! Cube binary sensors +
    • +
    • + eQ-3 MAX! Cube binary sensors +
    diff --git a/components/media_player.denon/index.html b/components/media_player.denon/index.html index 558e0f8728..f46df8013b 100644 --- a/components/media_player.denon/index.html +++ b/components/media_player.denon/index.html @@ -75,9 +75,11 @@
  • Denon AVR receivers with Integrated Network support (partial support)
  • Denon AVR-X4100W (via denonavr platform)
  • Denon AVR receivers (via denonavr platform (untested))
  • +
  • Marantz M-RC610 (via denonavr platform)
  • +
  • Marantz receivers (experimental via denonavr platform)
  • To add a Denon Network Receiver to your installation, add the following to your configuration.yaml file:

    -

    Telnet interface

    +

    Telnet platform

    # Example configuration.yaml entry
     media_player:
       - platform: denon
    @@ -97,7 +99,7 @@
       
  • Play and pause are supported, toggling is not possible.
  • Seeking cannot be implemented as the UI sends absolute positions. Only seeking via simulated button presses is possible.
  • -

    denonavr interface

    +

    denonavr platform

    # Example configuration.yaml entry
     media_player:
       - platform: denonavr
    @@ -111,9 +113,9 @@
     
     

    A few notes for platform: denonavr

      -
    • Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform
    • -
    • denonavr platform supports some additional functionalities like album covers, custom input source names and auto discovery
    • -
    • Still be careful with the volume. 100% in an action movie will tear down your walls.
    • +
    • Additional option the control Denon AVR receivers with a builtin web server is using the HTTP interface with denonavr platform.
    • +
    • denonavr platform supports some additional functionalities like album covers, custom input source names and auto discovery.
    • +
    • Marantz receivers seem to a have quite simliar interface. Thus if you own one, give it a try.
    diff --git a/components/media_player.panasonic_viera/index.html b/components/media_player.panasonic_viera/index.html index 221167c16d..611b8a702d 100644 --- a/components/media_player.panasonic_viera/index.html +++ b/components/media_player.panasonic_viera/index.html @@ -73,6 +73,7 @@
  • TC-P65VT30
  • TX-55CX700E
  • TX-49DX650B
  • +
  • TX-50DX700B
  • If your model is not on the list then give it a test, if everything works correctly then add it to the list on GitHub.

    Some Panasonic Viera TVs allow Home Assistant to turn them on, if you specify the MAC address with mac:.

    diff --git a/components/microsoft_face/index.html b/components/microsoft_face/index.html index da8e0922de..9cc8902c22 100644 --- a/components/microsoft_face/index.html +++ b/components/microsoft_face/index.html @@ -163,6 +163,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -232,6 +235,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -280,6 +286,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/mochad/index.html b/components/mochad/index.html index cbb6aed4f6..65dd671d85 100644 --- a/components/mochad/index.html +++ b/components/mochad/index.html @@ -127,6 +127,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -196,6 +199,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -244,6 +250,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/modbus/index.html b/components/modbus/index.html index d8fea97957..ce9da9adf3 100644 --- a/components/modbus/index.html +++ b/components/modbus/index.html @@ -178,6 +178,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -247,6 +250,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -295,6 +301,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/mqtt/index.html b/components/mqtt/index.html index cc57ae37b9..1f0dd4a80d 100644 --- a/components/mqtt/index.html +++ b/components/mqtt/index.html @@ -166,6 +166,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -235,6 +238,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -283,6 +289,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/mqtt_eventstream/index.html b/components/mqtt_eventstream/index.html index f7078166f9..96e2f1d04f 100644 --- a/components/mqtt_eventstream/index.html +++ b/components/mqtt_eventstream/index.html @@ -157,6 +157,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/mysensors/index.html b/components/mysensors/index.html index b00e2b41e0..df59dbd3b4 100644 --- a/components/mysensors/index.html +++ b/components/mysensors/index.html @@ -282,6 +282,9 @@ The MQTT gateway requires MySensors version 2.0 and only the MQTT client gateway
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -351,6 +354,9 @@ The MQTT gateway requires MySensors version 2.0 and only the MQTT client gateway
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -399,6 +405,9 @@ The MQTT gateway requires MySensors version 2.0 and only the MQTT client gateway
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/neato/index.html b/components/neato/index.html index 126a107df0..f57f7e29a5 100644 --- a/components/neato/index.html +++ b/components/neato/index.html @@ -132,6 +132,9 @@ The Home Assistant Neato platform has only be tested with a Botvac Connected. Th
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -201,6 +204,9 @@ The Home Assistant Neato platform has only be tested with a Botvac Connected. Th
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -249,6 +255,9 @@ The Home Assistant Neato platform has only be tested with a Botvac Connected. Th
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/nest/index.html b/components/nest/index.html index 7cd3512cf7..9a6cb6bedb 100644 --- a/components/nest/index.html +++ b/components/nest/index.html @@ -167,6 +167,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -236,6 +239,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -284,6 +290,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/netatmo/index.html b/components/netatmo/index.html index ea3e33dd1c..61c64366b0 100644 --- a/components/netatmo/index.html +++ b/components/netatmo/index.html @@ -154,6 +154,9 @@ The Home Assistant Netatmo platform has only be tested with the classic indoor,
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -223,6 +226,9 @@ The Home Assistant Netatmo platform has only be tested with the classic indoor,
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -271,6 +277,9 @@ The Home Assistant Netatmo platform has only be tested with the classic indoor,
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/notify.pushbullet/index.html b/components/notify.pushbullet/index.html index dad09c1ddb..423024b5dc 100644 --- a/components/notify.pushbullet/index.html +++ b/components/notify.pushbullet/index.html @@ -152,6 +152,14 @@
    This is a platform for the Notifications component. +
    +
    +

    Related components

    +

    Category Notifications

    diff --git a/components/notify.smtp/index.html b/components/notify.smtp/index.html index d990019ddb..b51af4412c 100644 --- a/components/notify.smtp/index.html +++ b/components/notify.smtp/index.html @@ -85,7 +85,7 @@
  • sender (Optional): E-mail address of the sender.
  • username (Optional): Username for the SMTP account.
  • password (Optional): Password for the SMTP server that belongs to the given username. If the password contains a colon it need to be wrapped in apostrophes.
  • -
  • recipient (Required): Recipient of the notification.
  • +
  • recipient (Required): E-mail address of the recipient of the notification. This can be a recpient address or a list of addresses for multiple recipients.
  • starttls (Optional): Enables STARTTLS, eg. True or False. Defaults to False.
  • debug (Optional): Enables Debug, eg. True or False. Defaults to False.
  • @@ -101,7 +101,9 @@ starttls: true username: john@gmail.com password: thePassword - recipient: james@gmail.com + recipient: + - james@gmail.com + - bob@gmail.com

    Keep in mind that Google has some extra layers of protection which need special attention (Hint: ‘Less secure apps’).

    diff --git a/components/nuimo_controller/index.html b/components/nuimo_controller/index.html index 36de93fb75..3d2c56e9ba 100644 --- a/components/nuimo_controller/index.html +++ b/components/nuimo_controller/index.html @@ -156,6 +156,9 @@ Then invoke home-assistant with hass --skip-pip<
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -225,6 +228,9 @@ Then invoke home-assistant with hass --skip-pip<
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -273,6 +279,9 @@ Then invoke home-assistant with hass --skip-pip<
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/octoprint/index.html b/components/octoprint/index.html index 5ef4a932c0..1c69f33a7a 100644 --- a/components/octoprint/index.html +++ b/components/octoprint/index.html @@ -129,6 +129,9 @@
  • Digital Ocean
  • +
  • + Eight Sleep +
  • Emulated Hue Bridge
  • @@ -198,6 +201,9 @@
  • OctoPrint
  • +
  • + OpenCV +
  • Pilight
  • @@ -246,6 +252,9 @@
  • Z-Wave
  • +
  • + Zigbee Home Automation +
  • ZoneMinder
  • diff --git a/components/opencv/index.html b/components/opencv/index.html new file mode 100644 index 0000000000..304e1601df --- /dev/null +++ b/components/opencv/index.html @@ -0,0 +1,338 @@ + + + + + + + + + OpenCV - Home Assistant + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    +
    +
    +
    +

    + OpenCV +

    +
    +
    +

    OpenCV is an open source computer vision image and video processing library.

    +

    Some pre-defined classifiers can be found here: https://github.com/opencv/opencv/tree/master/data

    +

    Configuration

    +

    To setup OpenCV with Home Assistant, add the following section to your configuration.yaml file:

    +
    # Example configuration.yaml entry
    +
    +opencv:
    +  classifier_group:
    +    - name: Family
    +      add_camera: True
    +      entity_id:
    +        - camera.front_door
    +        - camera.living_room
    +      classifier:
    +        - file_path: /path/to/classifier/face.xml
    +          name: Bob
    +        - file_path: /path/to/classifier/face_profile.xml
    +          name: Jill
    +          min_size: (20, 20)
    +          color: (255, 0, 0)
    +          scale: 1.6
    +          neighbors: 5
    +        - file_path: /path/to/classifier/kid_face.xml
    +          name: Little Jimmy
    +
    +
    +

    Configuration variables:

    +
      +
    • name (Required): The name of the OpenCV image processor.
    • +
    • entity_id (Required): The camera entity or list of camera entities that this classification group will be applied to.
    • +
    • classifier (Required): The classification configuration for to be applied: +
        +
      • file_path (Required): The path to the HAARS or LBP classification file (xml).
      • +
      • name (Optional): The classification name, the default is Face.
      • +
      • min_size (Optional): The minimum size for detection as a tuple (width, height), the default is (30, 30).
      • +
      • color (Optional): The color, as a tuple (Blue, Green, Red) to draw the rectangle when linked to a dispatcher camera, the default is (255, 255, 0).
      • +
      • scale (Optional): The scale to perform when processing, this is a float value that must be greater than or equal to 1.0, default is 1.1.
      • +
      • neighbors (Optional): The minimum number of neighbors required for a match, default is 4. The higher this number, the more picky the matching will be; lower the number, the more false positives you may experience.
      • +
      +
    • +
    +

    Once OpenCV is configured, it will create an image_processing entity for each classification group/camera entity combination as well as a camera so you can see what Home Assistant sees.

    +

    The attributes on the image_processing entity will be:

    +
    'matches': {
    +  'Bob': [
    +    (x, y, w, h)
    +  ],
    +  'Jill': [
    +    (x, y, w, h)
    +  ],
    +  'Little Jimmy': [
    +    (x, y, w, h)
    +  ]
    +}
    +
    +
    +
    +
    + +
    +
    + + + + diff --git a/components/panel_custom/index.html b/components/panel_custom/index.html index ca420a5583..4bc5e4dac8 100644 --- a/components/panel_custom/index.html +++ b/components/panel_custom/index.html @@ -109,6 +109,9 @@
  • Panel iFrame
  • +
  • + RSS feed template +
  • Weblink
  • diff --git a/components/panel_iframe/index.html b/components/panel_iframe/index.html index 58c94a69eb..205bb38504 100644 --- a/components/panel_iframe/index.html +++ b/components/panel_iframe/index.html @@ -110,6 +110,9 @@
  • Panel iFrame
  • +
  • + RSS feed template +
  • Weblink
  • diff --git a/components/persistent_notification/index.html b/components/persistent_notification/index.html index 232b27ece9..07fce16368 100644 --- a/components/persistent_notification/index.html +++ b/components/persistent_notification/index.html @@ -175,6 +175,9 @@
  • Persistent notification
  • +
  • + Plant Observer +
  • UPnP
  • diff --git a/components/pilight/index.html b/components/pilight/index.html index 3cb74d6978..73dbebb828 100644 --- a/components/pilight/index.html +++ b/components/pilight/index.html @@ -126,6 +126,9 @@

    Related components