diff --git a/atom.xml b/atom.xml index ca9ed01d14..33bff066bf 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ @@ -13,6 +13,57 @@ Octopress + + <![CDATA[0.18: Bluetooth, LG WebOS TVs and Roombas.]]> + + 2016-04-20T06:10:00+00:00 + https://home-assistant.io/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas + It’s time for 0.18. This release cycle is 2 days shorter than usual as I’ll be travelling to Europe. This also means that it can take some more time before you get feedback on PRs.

+ +

Since the last release we have moved all Home Assistant source code etc into it’s own organisation on GitHub. We’re growing up! This sadly did cause us to have to move all Docker images. Check the breaking changes section for more info.

+ +

+ +

+ + + +

Breaking changes

+
    +
  • We have migrated our datetime format to be iso8601. This will only impact you if you are consuming the date times from the API directly. You can ignore this if you are just using Home Assistant via configuration and the frontend.
  • +
  • The location of the Docker image has changed. There was no possibility for us to keep maintaining the old image (as it was bound to the GitHub repo under my name) or to make a redirect. So if you are using the Home Assistant Docker image, change it to run homeassistant/home-assistant:latest for the latest release and homeassistant/home-assistant:dev for the latest dev version.
  • +
  • MySensors received two big changes that will cause you to update your configs. See component page for new example config. +
      +
    1. All MySensors entity IDs are different! There was an error in the naming that caused MySensors to append node ID and child ID instead of separating them with an underscore. This has been fixed but will cause all your MySensors entity IDs to change. This is a one time breaking change.
    2. +
    3. The second change is that we now support the TCP ethernet gateway. This is causing a slight change to the config format: you have to change port: under gateways to device:.
    4. +
    +
  • +
+]]>
+
+ <![CDATA[To Infinity and Beyond πŸš€]]> @@ -1349,75 +1400,6 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.

I will no longer suggest people to buy into the Philips Hue ecosystem.

-]]> -
- - - <![CDATA[Activating Tasker tasks from Home Assistant using command line switches]]> - - 2015-12-10T10:39:41+00:00 - https://home-assistant.io/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches -
-In this tutorial I will explain how you can activate Tasker tasks from Home Assistant command line switches. We are going to set up a switch that when toggled will make your Android device say either β€œOn” or β€œOff”.

- -

You could also do this with the automation component instead so whenever you put your house to sleep mode for example your Android device will open up Google Play Books or the Kindle app ready for you to read as well as dimming your lights, but this tutorial is all about the switches.

- - - -

AutoRemote URL

- -

First things first you should install Tasker and AutoRemote onto your Android device and launch AutoRemote. You should see a URL above the QR code, visit it in your browser and it should bring up a page a bit like this.

- -

- -

- -

Now type in SayOn in the Message box and you should see a box appear on the right with a URL in it, this is what we will be using in the Python script later on so save that for later. Do the same thing again but this time replace SayOn with SayOff. Now just click the Send message now! button to test that your commands will get sent to your Android device, if they do you will see a toast message at the bottom of your screen like this one.

- -

- -

- -

Tasker Setup

- -

Open up Tasker and make sure you’re in the PROFILES tab, then select the plus icon to create a new profile. Select Event -> Plugin -> AutoRemote -> AutoRemote and then the pencil icon to configure the AutoRemote event. Select Message Filter and enter in SayOn then go back until it asks you for a task. Select New task then just leave the next field blank and select the tick icon.
-This is where we’ll configure our task, so select the plus icon to select an action. Select Alert -> Say to add a Say action. Enter On in the text field and go back to test your task, make sure your media volume is up then select the play icon, you should hear your device say β€œOn”.

- -

- -

- -

Now you can go back to the main Tasker screen and create another profile but this time replace SayOn with SayOff and On with Off. After you’ve done that go to the main screen again and select the menu button at the top then Exit and Save first to make sure everything is saved properly.

- -

Python Script

- -

Now it’s time to set it up the script, so create a new Python script and name it On.py then enter this code:

- -
-
import requests
-requests.get('[URL]')
-
-
-
- -

Enter in your β€œOn” URL then save it. Create another script but this time call it Off.py and enter your β€œoff” URL instead.

- -

Home Assistant Configuration

- -

Add a command line switch to your Home Assistant configuration:

- -
-
switch:
-  platform: command_switch
-  switches:
-    tasker_say:
-      oncmd: python "[LocationOfOnScript]"
-      offcmd: python "[LocationOfOffScript]"
-
-
-
- -

Now load up Home Assistant and whenever you toggle the switch you created your Android device will respond with either β€œOn” or β€œOff”. :-)

]]>
diff --git a/blog/2014/12/18/website-launched/index.html b/blog/2014/12/18/website-launched/index.html index db2f090ffb..9740d7fe7e 100644 --- a/blog/2014/12/18/website-launched/index.html +++ b/blog/2014/12/18/website-launched/index.html @@ -179,6 +179,12 @@ 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 c3d48252a9..1c41f69e38 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 @@ -234,6 +234,12 @@ This article will try to explain how they all relate.

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 d136984038..295cd4e1d7 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 @@ -218,6 +218,12 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ 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 5ddae0b1d8..bdb2800dff 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 @@ -193,6 +193,12 @@ 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 26eca1ea33..c7d47789a2 100644 --- a/blog/2015/01/13/nest-in-da-house/index.html +++ b/blog/2015/01/13/nest-in-da-house/index.html @@ -196,6 +196,12 @@ password=YOUR_PASSWORD diff --git a/blog/2015/01/24/release-notes/index.html b/blog/2015/01/24/release-notes/index.html index 61df3bd5f0..62a76c95e1 100644 --- a/blog/2015/01/24/release-notes/index.html +++ b/blog/2015/01/24/release-notes/index.html @@ -202,6 +202,12 @@ Home Assistant now supports --open-ui and --demo-mode 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 9bdba402e4..d032f9af6a 100644 --- a/blog/2015/02/08/looking-at-the-past/index.html +++ b/blog/2015/02/08/looking-at-the-past/index.html @@ -210,6 +210,12 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D diff --git a/blog/2015/02/24/streaming-updates/index.html b/blog/2015/02/24/streaming-updates/index.html index 4a337539cd..a9e45e5091 100644 --- a/blog/2015/02/24/streaming-updates/index.html +++ b/blog/2015/02/24/streaming-updates/index.html @@ -195,6 +195,12 @@ 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 230d866a50..60bf98a2c4 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 @@ -185,6 +185,12 @@ diff --git a/blog/2015/03/08/new-logo/index.html b/blog/2015/03/08/new-logo/index.html index 3d3a792de1..e361f4213a 100644 --- a/blog/2015/03/08/new-logo/index.html +++ b/blog/2015/03/08/new-logo/index.html @@ -186,6 +186,12 @@ The old logo, the new detailed logo and the new simple logo. diff --git a/blog/2015/03/11/release-notes/index.html b/blog/2015/03/11/release-notes/index.html index e229162c15..a59ce479df 100644 --- a/blog/2015/03/11/release-notes/index.html +++ b/blog/2015/03/11/release-notes/index.html @@ -225,6 +225,12 @@ An initial version of voice control for Home Assistant has landed. The current i diff --git a/blog/2015/03/22/release-notes/index.html b/blog/2015/03/22/release-notes/index.html index 1d98b328a3..7e7e4ece8f 100644 --- a/blog/2015/03/22/release-notes/index.html +++ b/blog/2015/03/22/release-notes/index.html @@ -262,6 +262,12 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap diff --git a/blog/2015/04/25/release-notes/index.html b/blog/2015/04/25/release-notes/index.html index 9164169882..e69c9a1bf7 100644 --- a/blog/2015/04/25/release-notes/index.html +++ b/blog/2015/04/25/release-notes/index.html @@ -273,6 +273,12 @@ 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 bf68f084b1..61383ba635 100644 --- a/blog/2015/05/09/utc-time-zone-awareness/index.html +++ b/blog/2015/05/09/utc-time-zone-awareness/index.html @@ -208,6 +208,12 @@ diff --git a/blog/2015/05/14/release-notes/index.html b/blog/2015/05/14/release-notes/index.html index 7e8ba798a5..fddc792102 100644 --- a/blog/2015/05/14/release-notes/index.html +++ b/blog/2015/05/14/release-notes/index.html @@ -300,6 +300,12 @@ Before diving into the newly supported devices and services, I want to highlight diff --git a/blog/2015/06/10/release-notes/index.html b/blog/2015/06/10/release-notes/index.html index d284126cfe..f346ffe50e 100644 --- a/blog/2015/06/10/release-notes/index.html +++ b/blog/2015/06/10/release-notes/index.html @@ -353,6 +353,12 @@ This switch platform allows you to control your motion detection setting on your 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 8c74a9e2f4..ff8faa529b 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 @@ -305,6 +305,12 @@ Fabian has added support for Forecast.io to g 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 ad852b2d48..e554b49ca6 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 @@ -294,6 +294,12 @@ Support for Temper temperature sensors has been contributed by +
  • + 0.18: Bluetooth, LG WebOS TVs and Roombas. +
  • + + +
  • To Infinity and Beyond πŸš€
  • @@ -317,12 +323,6 @@ Support for Temper temperature sensors has been contributed by - Your hub should be local and open - - - 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 9d2d9f677e..fda7183b59 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 @@ -204,6 +204,12 @@ 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 1ac920860d..018845fe3c 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 @@ -317,6 +317,12 @@ The automation and script syntax here is using a deprecated and no longer suppor 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 d28b0888f0..7b18803fcb 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 @@ -291,6 +291,12 @@ 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 f66ee2e593..39e827090d 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 @@ -494,6 +494,12 @@ PubSubClient client(ethClient); 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 6ecfbca7ce..9532fde716 100644 --- a/blog/2015/09/13/home-assistant-meets-ifttt/index.html +++ b/blog/2015/09/13/home-assistant-meets-ifttt/index.html @@ -353,6 +353,12 @@ 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 1f41fff2bf..70b6385084 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 @@ -254,6 +254,12 @@ Glances web server started on http://0.0.0.0:61208/ 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 d4ba2de161..3d7a6d05c1 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 @@ -233,6 +233,12 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge 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 e02298e56d..4551aa5334 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 @@ -209,6 +209,12 @@ Map in Home Assistant showing two people and three zones (home, school, work) 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 86fd8d79fb..47f0fa9fab 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 @@ -540,6 +540,12 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000(); 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 8ec4441286..35f8b1416f 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 @@ -198,6 +198,12 @@ 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 3d45c0b401..a2e261e840 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 @@ -220,6 +220,12 @@ This makes more sense as most people run Home Assistant as a daemon

    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 6e182c2e07..4f4b5665b7 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 @@ -216,6 +216,12 @@ diff --git a/blog/2015/11/22/survey-november-2015/index.html b/blog/2015/11/22/survey-november-2015/index.html index ba417ff80e..f8dec6ffd9 100644 --- a/blog/2015/11/22/survey-november-2015/index.html +++ b/blog/2015/11/22/survey-november-2015/index.html @@ -256,6 +256,12 @@ diff --git a/blog/2015/12/05/community-highlights/index.html b/blog/2015/12/05/community-highlights/index.html index 6b83f02029..ce28158f28 100644 --- a/blog/2015/12/05/community-highlights/index.html +++ b/blog/2015/12/05/community-highlights/index.html @@ -189,6 +189,12 @@ 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 b31c180800..91d3701f83 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 @@ -198,6 +198,12 @@ diff --git a/blog/2015/12/07/influxdb-and-grafana/index.html b/blog/2015/12/07/influxdb-and-grafana/index.html index 217b99ff94..847ec730d6 100644 --- a/blog/2015/12/07/influxdb-and-grafana/index.html +++ b/blog/2015/12/07/influxdb-and-grafana/index.html @@ -289,6 +289,12 @@ $ sudo systemctl status grafana-server 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 b0b700ed03..b39bb2d396 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 @@ -239,6 +239,12 @@ requests.get(' +
  • + 0.18: Bluetooth, LG WebOS TVs and Roombas. +
  • + + +
  • To Infinity and Beyond πŸš€
  • @@ -262,12 +268,6 @@ requests.get(' - Your hub should be local and open - - - 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 091846644b..2ded56adad 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 @@ -211,6 +211,12 @@ Philips Hue FAQ entries regarding 3rd party light bulbs. 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 5c79db4c04..5c31f25f7e 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 @@ -276,6 +276,12 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \ 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 1b190a5675..b90442dc59 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 @@ -232,6 +232,12 @@ 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 a4eb9dfc17..55d1ef8ee4 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 @@ -212,6 +212,12 @@ diff --git a/blog/2016/01/19/perfect-home-automation/index.html b/blog/2016/01/19/perfect-home-automation/index.html index 8edf531437..53d9191382 100644 --- a/blog/2016/01/19/perfect-home-automation/index.html +++ b/blog/2016/01/19/perfect-home-automation/index.html @@ -216,6 +216,12 @@ 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 2e09eb492f..087612ea2a 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 @@ -218,6 +218,12 @@ Example of the new views in the frontend. Learn mor 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 789ce9c004..451b4c937b 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 @@ -405,6 +405,12 @@ Z-Wave light bulb | 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 f35e7bae7b..c2a959a9cb 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 @@ -355,6 +355,12 @@ 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 7a8080aa23..e936b78f71 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 @@ -221,6 +221,12 @@ 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 9a67e6b3b4..fc471f3927 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 @@ -323,6 +323,12 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc diff --git a/blog/2016/02/20/community-highlights/index.html b/blog/2016/02/20/community-highlights/index.html index 5d88500f6c..3ec3f7bf2d 100644 --- a/blog/2016/02/20/community-highlights/index.html +++ b/blog/2016/02/20/community-highlights/index.html @@ -229,6 +229,12 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm. 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 656e422f45..9fe54872f0 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 @@ -220,6 +220,12 @@ 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 ae153a11ad..11092b808b 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 @@ -226,6 +226,12 @@ player state attributes. This change affects automations, scripts and scenes. +
  • + 0.18: Bluetooth, LG WebOS TVs and Roombas. +
  • + + +
  • To Infinity and Beyond πŸš€
  • @@ -249,12 +255,6 @@ player state attributes. This change affects automations, scripts and scenes. - -
  • - Your hub should be local and open -
  • - - 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 63c4553fb4..35d83f9658 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 @@ -237,6 +237,12 @@ 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 8216ef57ec..ac5cce2a92 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 @@ -189,6 +189,12 @@ diff --git a/blog/2016/04/07/static-website/index.html b/blog/2016/04/07/static-website/index.html index e91224f50a..65043e1b0a 100644 --- a/blog/2016/04/07/static-website/index.html +++ b/blog/2016/04/07/static-website/index.html @@ -195,6 +195,12 @@ 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 716dd411bd..f5788a9d56 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 @@ -203,6 +203,12 @@ diff --git a/blog/2016/04/17/updated-documentation/index.html b/blog/2016/04/17/updated-documentation/index.html index 96f6a13e4a..79629ff634 100644 --- a/blog/2016/04/17/updated-documentation/index.html +++ b/blog/2016/04/17/updated-documentation/index.html @@ -187,6 +187,12 @@ 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 b0c19eb470..1c906c02ab 100644 --- a/blog/2016/04/19/to-infinity-and-beyond/index.html +++ b/blog/2016/04/19/to-infinity-and-beyond/index.html @@ -204,6 +204,12 @@ 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 new file mode 100644 index 0000000000..925fdc36a2 --- /dev/null +++ b/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas/index.html @@ -0,0 +1,299 @@ + + + + + + + + + + 0.18: Bluetooth, LG WebOS TVs and Roombas. - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + +
    + +

    0.18: Bluetooth, LG WebOS TVs and Roombas.

    + + + +
    + + + three minutes reading time + + + + + + Comments + +
    + +
    + + +

    It’s time for 0.18. This release cycle is 2 days shorter than usual as I’ll be travelling to Europe. This also means that it can take some more time before you get feedback on PRs.

    + +

    Since the last release we have moved all Home Assistant source code etc into it’s own organisation on GitHub. We’re growing up! This sadly did cause us to have to move all Docker images. Check the breaking changes section for more info.

    + +

    + +

    + + + +

    Breaking changes

    +
      +
    • We have migrated our datetime format to be iso8601. This will only impact you if you are consuming the date times from the API directly. You can ignore this if you are just using Home Assistant via configuration and the frontend.
    • +
    • The location of the Docker image has changed. There was no possibility for us to keep maintaining the old image (as it was bound to the GitHub repo under my name) or to make a redirect. So if you are using the Home Assistant Docker image, change it to run homeassistant/home-assistant:latest for the latest release and homeassistant/home-assistant:dev for the latest dev version.
    • +
    • MySensors received two big changes that will cause you to update your configs. See component page for new example config. +
        +
      1. All MySensors entity IDs are different! There was an error in the naming that caused MySensors to append node ID and child ID instead of separating them with an underscore. This has been fixed but will cause all your MySensors entity IDs to change. This is a one time breaking change.
      2. +
      3. The second change is that we now support the TCP ethernet gateway. This is causing a slight change to the config format: you have to change port: under gateways to device:.
      4. +
      +
    • +
    +
    + + +
    +

    Comments

    +
    +
    + + +
    + + + + +
    +
    + + + + + + + \ No newline at end of file diff --git a/blog/archives/index.html b/blog/archives/index.html index 9d33fde2bb..236f45086a 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -98,6 +98,38 @@

    2016

    + + + +
    @@ -1907,6 +1939,12 @@ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index d84326db7b..20fbe66e85 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/index.html b/blog/categories/community/index.html index 4da5041fea..a0e27c2fee 100644 --- a/blog/categories/community/index.html +++ b/blog/categories/community/index.html @@ -230,6 +230,12 @@ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 2efa40f487..e0b8ec7fdc 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/index.html b/blog/categories/esp8266/index.html index b943f89148..a75a9de261 100644 --- a/blog/categories/esp8266/index.html +++ b/blog/categories/esp8266/index.html @@ -199,6 +199,12 @@ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 8ff4694c48..3385348c84 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/index.html b/blog/categories/how-to/index.html index 6434b7f374..59b736db95 100644 --- a/blog/categories/how-to/index.html +++ b/blog/categories/how-to/index.html @@ -496,6 +496,12 @@ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index c87f9c287a..6828ebc2ea 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+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 9247b0a725..cbff63b89a 100644 --- a/blog/categories/internet-of-things/index.html +++ b/blog/categories/internet-of-things/index.html @@ -294,6 +294,12 @@ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 6936c41979..a9601a9c0e 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/index.html b/blog/categories/mqtt/index.html index 4704ac193d..1275c0c75c 100644 --- a/blog/categories/mqtt/index.html +++ b/blog/categories/mqtt/index.html @@ -270,6 +270,12 @@ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index cb28fceaf5..22abeab224 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/index.html b/blog/categories/organisation/index.html index fee64f5973..c9c290a115 100644 --- a/blog/categories/organisation/index.html +++ b/blog/categories/organisation/index.html @@ -230,6 +230,12 @@ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 10755678a0..2399cf5592 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+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 31d7b09530..6f83ae53f5 100644 --- a/blog/categories/public-service-announcement/index.html +++ b/blog/categories/public-service-announcement/index.html @@ -195,6 +195,12 @@ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 77a4f24f0b..248e9398d8 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ @@ -13,6 +13,57 @@ Octopress + + <![CDATA[0.18: Bluetooth, LG WebOS TVs and Roombas.]]> + + 2016-04-20T06:10:00+00:00 + https://home-assistant.io/blog/2016/04/20/bluetooth-lg-webos-tvs-and-roombas + It’s time for 0.18. This release cycle is 2 days shorter than usual as I’ll be travelling to Europe. This also means that it can take some more time before you get feedback on PRs.

    + +

    Since the last release we have moved all Home Assistant source code etc into it’s own organisation on GitHub. We’re growing up! This sadly did cause us to have to move all Docker images. Check the breaking changes section for more info.

    + +

    + +

    + + + +

    Breaking changes

    +
      +
    • We have migrated our datetime format to be iso8601. This will only impact you if you are consuming the date times from the API directly. You can ignore this if you are just using Home Assistant via configuration and the frontend.
    • +
    • The location of the Docker image has changed. There was no possibility for us to keep maintaining the old image (as it was bound to the GitHub repo under my name) or to make a redirect. So if you are using the Home Assistant Docker image, change it to run homeassistant/home-assistant:latest for the latest release and homeassistant/home-assistant:dev for the latest dev version.
    • +
    • MySensors received two big changes that will cause you to update your configs. See component page for new example config. +
        +
      1. All MySensors entity IDs are different! There was an error in the naming that caused MySensors to append node ID and child ID instead of separating them with an underscore. This has been fixed but will cause all your MySensors entity IDs to change. This is a one time breaking change.
      2. +
      3. The second change is that we now support the TCP ethernet gateway. This is causing a slight change to the config format: you have to change port: under gateways to device:.
      4. +
      +
    • +
    +]]>
    +
    + <![CDATA[0.17: Onkyo, Panasonic, GTFS and config validation]]> @@ -218,58 +269,6 @@ player state attributes. This change affects automations, scripts and scenes.The rfxtrx sensors entity ids will incur a one time change to move to a stable format. See the docs for more details. -]]> - - - - <![CDATA[0.13: Speedtest.net, Bloomsky, Splunk and Garage Doors]]> - - 2016-02-13T06:15:00+00:00 - https://home-assistant.io/blog/2016/02/13/speedtest-bloomsky-splunk-and-garage-doors - The focus of 0.13 was on test coverage, big cheers to @rmkraus for his hard work on this. I’m proud to announce that we’ve hit the 90% test coverage of the core + important components. A big milestone for the project.

    - -

    - - Examples of the new input_select and weblink components. -

    - -

    Not only did we gain a lot of test coverage, we also attracted a lot of new developers that contributed a variety of components and platforms:

    - -

    - - - ]]>
    diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index d7c4fc328b..5e17a7b840 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -98,6 +98,38 @@

    2016

    + + + +
    @@ -1192,6 +1224,12 @@ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index ede562996a..0f714521f0 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/index.html b/blog/categories/survey/index.html index 01f33a8b0a..62f1901e37 100644 --- a/blog/categories/survey/index.html +++ b/blog/categories/survey/index.html @@ -195,6 +195,12 @@ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 57deca05f9..33faa95b12 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index 8b5ff470c1..10163ba357 100644 --- a/blog/categories/user-stories/index.html +++ b/blog/categories/user-stories/index.html @@ -195,6 +195,12 @@ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index e7ecb6833a..758754778b 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2016-04-20T11:27:04+00:00 + 2016-04-21T01:52:29+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/index.html b/blog/categories/website/index.html index 143f534dd9..b249a332d5 100644 --- a/blog/categories/website/index.html +++ b/blog/categories/website/index.html @@ -230,6 +230,12 @@ diff --git a/blog/index.html b/blog/index.html index e3b5e13602..8f5435cc39 100644 --- a/blog/index.html +++ b/blog/index.html @@ -78,6 +78,89 @@ +
    +
    + +

    + 0.18: Bluetooth, LG WebOS TVs and Roombas. +

    + + + +
    + + + three minutes reading time + + + + + + Comments + +
    + +
    + + +
    +

    It’s time for 0.18. This release cycle is 2 days shorter than usual as I’ll be travelling to Europe. This also means that it can take some more time before you get feedback on PRs.

    + +

    Since the last release we have moved all Home Assistant source code etc into it’s own organisation on GitHub. We’re growing up! This sadly did cause us to have to move all Docker images. Check the breaking changes section for more info.

    + +

    + +

    + + + +

    Breaking changes

    +
      +
    • We have migrated our datetime format to be iso8601. This will only impact you if you are consuming the date times from the API directly. You can ignore this if you are just using Home Assistant via configuration and the frontend.
    • +
    • The location of the Docker image has changed. There was no possibility for us to keep maintaining the old image (as it was bound to the GitHub repo under my name) or to make a redirect. So if you are using the Home Assistant Docker image, change it to run homeassistant/home-assistant:latest for the latest release and homeassistant/home-assistant:dev for the latest dev version.
    • +
    • MySensors received two big changes that will cause you to update your configs. See component page for new example config. +
        +
      1. All MySensors entity IDs are different! There was an error in the naming that caused MySensors to append node ID and child ID instead of separating them with an underscore. This has been fixed but will cause all your MySensors entity IDs to change. This is a one time breaking change.
      2. +
      3. The second change is that we now support the TCP ethernet gateway. This is causing a slight change to the config format: you have to change port: under gateways to device:.
      4. +
      +
    • +
    + + +
    +
    +
    +
    @@ -723,62 +806,6 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.

    -
    -
    - -

    - Multi-room audio with Snapcast, Mopidy, and Home Assistant -

    - - - -
    - - - four minutes reading time - - - - - - Comments - -
    - -
    - - -
    -

    Would you like to listen to music in every room in your home, controlled from one source? Then multi-room audio is for you.

    - -

    Multi-room audio can be achieved by having a computer attached to speakers in every room. On each computer, services run to play and/or control the audio. With this DIY approach, the kind of computer and speakers is very much up to you. It could be your desktop computer with attached powered speakers, your HTPC hooked up to your TV and receiver, a Raspberry Pi with Amp or DAC, or even an Android device.

    - -

    You’ll need two key software packages, besides Home Assistant. The first is Mopidy, a music server that can play local files, or connect to streaming music services like Spotify. The second is Snapcast, which enables synchronized audio streaming across your network. Both can be integrated into Home Assistant. Each room audio device will run an instance of the Snapcast client, and optionally a Mopidy instance. Your server will run a special instance of Mopidy and the Snapcast server.

    - -

    Finally, you also need a player to control Mopidy. Any MPD-compatible player will work, and there are several Mopidy-only web-based options available. On Android, Remotedy is particularly nice since you can access multiple Mopidy instances in one place.

    - -

    Home Assistant will provide device status, and volume control for each room. If you want to play music in all your rooms (on all your clients), access the server instance of Mopidy. If you want to play music only in a specific room, access that specific Mopidy instance. If you’re using a web UI for Mopidy, you can add links to each instance in Home Assistant with the weblink component.

    - -

    - -

    - - - - Read on → - -
    -
    -
    -
    -
    - -
    -
    - -

    - Nest in the house! -

    - - - -
    - - - less than one minute reading time - - - - - - Comments - -
    - -
    - - -
    -

    For thet majority of its existence, Home Assistant primary focus was on presence detection, lights and switches. But not anymore as we’re expanding the supported devices. Today, we’re proud to introduce Nest Thermostat integration for Home Assistant contributed by Stefano Fiorini!

    - -

    - -

    - -

    The new integration exists out of two parts: a generic thermostat component and a Nest platform implementation. The initial version implements provides a read-only card and services to control it. The plan is in the future to add temperature and away mode controls from the thermostat card and more info dialog. Internally, we are using the Python package python-nest by jkoelker to talk to the Nest.

    - -

    If you own a Nest thermostat, add the following lines to your home-assistant.conf:

    - -
    -
    [thermostat]
    -platform=nest
    -username=YOUR_USERNAME
    -password=YOUR_PASSWORD
    -
    -
    -
    - -

    diff --git a/blog/posts/6/index.html b/blog/posts/6/index.html index 780f1706e7..d070838ec6 100644 --- a/blog/posts/6/index.html +++ b/blog/posts/6/index.html @@ -78,6 +78,64 @@ +
    +
    + +

    + Nest in the house! +

    + + + +
    + + + less than one minute reading time + + + + + + Comments + +
    + +
    + + +
    +

    For thet majority of its existence, Home Assistant primary focus was on presence detection, lights and switches. But not anymore as we’re expanding the supported devices. Today, we’re proud to introduce Nest Thermostat integration for Home Assistant contributed by Stefano Fiorini!

    + +

    + +

    + +

    The new integration exists out of two parts: a generic thermostat component and a Nest platform implementation. The initial version implements provides a read-only card and services to control it. The plan is in the future to add temperature and away mode controls from the thermostat card and more info dialog. Internally, we are using the Python package python-nest by jkoelker to talk to the Nest.

    + +

    If you own a Nest thermostat, add the following lines to your home-assistant.conf:

    + +
    +
    [thermostat]
    +platform=nest
    +username=YOUR_USERNAME
    +password=YOUR_PASSWORD
    +
    +
    +
    + + +
    +
    +
    +
    diff --git a/components/alarm_control_panel.mqtt/index.html b/components/alarm_control_panel.mqtt/index.html index 82205698b6..29d0398adc 100644 --- a/components/alarm_control_panel.mqtt/index.html +++ b/components/alarm_control_panel.mqtt/index.html @@ -167,6 +167,9 @@
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • diff --git a/components/binary_sensor.mqtt/index.html b/components/binary_sensor.mqtt/index.html index c7424ad013..bf34f5ac6e 100644 --- a/components/binary_sensor.mqtt/index.html +++ b/components/binary_sensor.mqtt/index.html @@ -157,6 +157,9 @@
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • diff --git a/components/binary_sensor.rpi_gpio/index.html b/components/binary_sensor.rpi_gpio/index.html index 7d70c99a71..5acfc89de5 100644 --- a/components/binary_sensor.rpi_gpio/index.html +++ b/components/binary_sensor.rpi_gpio/index.html @@ -262,6 +262,9 @@ To avoid having to run Home Assistant as root when using this component, run a R
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/browser/index.html b/components/browser/index.html index 48b8e54a84..b0baab4a75 100644 --- a/components/browser/index.html +++ b/components/browser/index.html @@ -177,12 +177,18 @@
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/configurator/index.html b/components/configurator/index.html index 08c65a19c7..a1b82dce16 100644 --- a/components/configurator/index.html +++ b/components/configurator/index.html @@ -151,12 +151,18 @@ This component is intended for developers.
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/demo/index.html b/components/demo/index.html index 77dad3a910..60770b3363 100644 --- a/components/demo/index.html +++ b/components/demo/index.html @@ -169,12 +169,18 @@
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/device_tracker.actiontec/index.html b/components/device_tracker.actiontec/index.html index 5a75f6d54e..f37f4e8851 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.
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.aruba/index.html b/components/device_tracker.aruba/index.html index 0b52d92493..ef594d0339 100644 --- a/components/device_tracker.aruba/index.html +++ b/components/device_tracker.aruba/index.html @@ -157,6 +157,9 @@ This device tracker needs telnet to be enabled on the router.
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.asuswrt/index.html b/components/device_tracker.asuswrt/index.html index fbf7fd08bd..24003843dd 100644 --- a/components/device_tracker.asuswrt/index.html +++ b/components/device_tracker.asuswrt/index.html @@ -150,6 +150,9 @@ This device tracker needs telnet to be enabled on the router.
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.bluetooth_tracker/index.html b/components/device_tracker.bluetooth_tracker/index.html new file mode 100644 index 0000000000..a506fba969 --- /dev/null +++ b/components/device_tracker.bluetooth_tracker/index.html @@ -0,0 +1,227 @@ + + + + + + + + + + Bluetooth Tracker - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + Bluetooth Tracker +

    +
    +
    + + +

    This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. Devices discovered are stored with β€˜bt_’ as the prefix for device mac in known_devices.yaml.

    + +

    +Requires PyBluez +

    + +

    To use the Bluetooth tracker in your installation, add the following to your configuration.yaml file:

    + +
    +
    device_tracker:
    +  platform: bluetooth_tracker
    +
    +
    +
    + +

    For additional configuration variables check the Device tracker page.

    + + +
    + + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/components/device_tracker.ddwrt/index.html b/components/device_tracker.ddwrt/index.html index 529ec3d635..084723340a 100644 --- a/components/device_tracker.ddwrt/index.html +++ b/components/device_tracker.ddwrt/index.html @@ -146,6 +146,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.fritz/index.html b/components/device_tracker.fritz/index.html index 70f587af66..69ad88ea3c 100644 --- a/components/device_tracker.fritz/index.html +++ b/components/device_tracker.fritz/index.html @@ -155,6 +155,9 @@ It seems that it is not necessary to use it in current generation Fritz!Box rout
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.icloud/index.html b/components/device_tracker.icloud/index.html index 80e33b1402..17094785b9 100644 --- a/components/device_tracker.icloud/index.html +++ b/components/device_tracker.icloud/index.html @@ -153,6 +153,9 @@ You may receive an email from Apple stating that someone has logged into your ac
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.locative/index.html b/components/device_tracker.locative/index.html index 3e2e95bc85..0c04834295 100644 --- a/components/device_tracker.locative/index.html +++ b/components/device_tracker.locative/index.html @@ -143,6 +143,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.luci/index.html b/components/device_tracker.luci/index.html index 6811390ff8..f14636d5a9 100644 --- a/components/device_tracker.luci/index.html +++ b/components/device_tracker.luci/index.html @@ -161,6 +161,9 @@ Some installations have a s
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.mqtt/index.html b/components/device_tracker.mqtt/index.html index c58f18df15..e33fc3a4b2 100644 --- a/components/device_tracker.mqtt/index.html +++ b/components/device_tracker.mqtt/index.html @@ -145,6 +145,9 @@
  • MQTT Binary Sensor
  • +
  • + MQTT Garage door +
  • MQTT Light
  • @@ -177,6 +180,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.netgear/index.html b/components/device_tracker.netgear/index.html index f6d19015ed..27db195bba 100644 --- a/components/device_tracker.netgear/index.html +++ b/components/device_tracker.netgear/index.html @@ -149,6 +149,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.nmap_scanner/index.html b/components/device_tracker.nmap_scanner/index.html index 3bd33cf4f5..3d9984321e 100644 --- a/components/device_tracker.nmap_scanner/index.html +++ b/components/device_tracker.nmap_scanner/index.html @@ -146,6 +146,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.owntracks/index.html b/components/device_tracker.owntracks/index.html index 99fb0adf93..462008b580 100644 --- a/components/device_tracker.owntracks/index.html +++ b/components/device_tracker.owntracks/index.html @@ -176,6 +176,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.snmp/index.html b/components/device_tracker.snmp/index.html index 58ae04cdb2..fd23acb2cc 100644 --- a/components/device_tracker.snmp/index.html +++ b/components/device_tracker.snmp/index.html @@ -159,6 +159,9 @@ This device tracker needs SNMP to be enabled on the router.
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.thomson/index.html b/components/device_tracker.thomson/index.html index fc268620d5..c7732d9952 100644 --- a/components/device_tracker.thomson/index.html +++ b/components/device_tracker.thomson/index.html @@ -148,6 +148,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.tomato/index.html b/components/device_tracker.tomato/index.html index 82615d18af..42ce3be3ee 100644 --- a/components/device_tracker.tomato/index.html +++ b/components/device_tracker.tomato/index.html @@ -150,6 +150,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.tplink/index.html b/components/device_tracker.tplink/index.html index 2b1fe393bb..a32a595118 100644 --- a/components/device_tracker.tplink/index.html +++ b/components/device_tracker.tplink/index.html @@ -155,6 +155,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.ubus/index.html b/components/device_tracker.ubus/index.html index e38bee225f..8a94b371ee 100644 --- a/components/device_tracker.ubus/index.html +++ b/components/device_tracker.ubus/index.html @@ -192,6 +192,9 @@ file
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker.unifi/index.html b/components/device_tracker.unifi/index.html index 1df0bc8221..714e7cdabf 100644 --- a/components/device_tracker.unifi/index.html +++ b/components/device_tracker.unifi/index.html @@ -148,6 +148,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/device_tracker/index.html b/components/device_tracker/index.html index 12c499147d..a1d7fff904 100644 --- a/components/device_tracker/index.html +++ b/components/device_tracker/index.html @@ -146,6 +146,9 @@
  • Aruba
  • +
  • + Bluetooth Tracker +
  • DD-WRT
  • diff --git a/components/discovery/index.html b/components/discovery/index.html index 6821746179..bcf3032dd8 100644 --- a/components/discovery/index.html +++ b/components/discovery/index.html @@ -175,12 +175,18 @@ If you see Not initializing discovery because could not install dependency
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/downloader/index.html b/components/downloader/index.html index ea32a981a5..0099621975 100644 --- a/components/downloader/index.html +++ b/components/downloader/index.html @@ -183,12 +183,18 @@
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/feedreader/index.html b/components/feedreader/index.html new file mode 100644 index 0000000000..07f19721be --- /dev/null +++ b/components/feedreader/index.html @@ -0,0 +1,199 @@ + + + + + + + + + + Feedreader - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + Feedreader +

    +
    +
    + + +

    Add an RSS/Atom feed reader that polls feeds every hour and sends new entries into the event bus.

    + +

    To use RSS feeds in your installation, add the following to your configuration.yaml file:

    + +
    +
    # Example configuration.yaml entry
    +feedreader:
    +  urls:
    +   - https://home-assistant.io/atom.xml
    +   - https://github.com/blog.atom
    +
    +
    +
    + +

    Configuration variables:

    + +
      +
    • urls (Required): List of URLS for your feeds.
    • +
    + + +
    + + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/components/garage_door.mqtt/index.html b/components/garage_door.mqtt/index.html new file mode 100644 index 0000000000..9db43a07e7 --- /dev/null +++ b/components/garage_door.mqtt/index.html @@ -0,0 +1,244 @@ + + + + + + + + + + MQTT Garage door - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + MQTT Garage Door +

    +
    +
    + + +

    The mqtt garage door platform let you control your MQTT enabled garage door.

    + +

    In an ideal scenario, the MQTT device will have a state topic to publish state changes. If these messages are published with RETAIN flag, the MQTT switch will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state of the switch will be false/off.

    + +

    When a state topic is not available, the switch will work in optimistic mode. In this mode, the switch will immediately change state after every command. Otherwise, the switch will wait for state confirmation from device (message from state_topic).

    + +

    Optimistic mode can be forced, even if state topic is available. Try to enable it, if experiencing incorrect switch operation.

    + +

    To use your MQTT binary sensor in your installation, add the following to your configuration.yaml file:

    + +
    +
    # Example configuration.yml entry
    +binary_sensor:
    +  platform: mqtt
    +  state_topic: "home-assistant/garage-door"
    +  command_topic: "home-assistant/garage-door/set"
    +  name: "MQTT Sensor"
    +  optimistic: false
    +  qos: 0
    +  retain: true
    +  state_open: "STATE_OPEN"
    +  state_closed: "STATE_CLOSED"
    +  service_open: "SERVICE_OPEN"
    +  service_close: "SERVICE_CLOSE"
    +  value_template: '{{ value.x }}'
    +
    +
    +
    + +

    Configuration variables:

    + +
      +
    • state_topic (Required): The MQTT topic subscribed to receive sensor values.
    • +
    • name (Optional): The name of the sensor. Default is β€˜MQTT Sensor’.
    • +
    • state_open (Optional): The payload that represents open state. Default is”STATE_OPEN”
    • +
    • state_closed (Optional): The payload that represents closed state. Default is β€œSTATE_CLOSED”
    • +
    • service_open (Optional): The payload that represents open state in service mode. Default is”SERVICE_OPEN”
    • +
    • service_close (Optional): The payload that represents closed state in service mode. Default is β€œSERVICE_CLOSE”
    • +
    • optimistic (Optional): Flag that defines if switch works in optimistic mode. Default is true if no state topic defined, else false.
    • +
    • qos (Optional): The maximum QoS level of the state topic. Default is 0 and will also be used to publishing messages.
    • +
    • retain (Optional): If the published message should have the retain flag on or not.
    • +
    • value_template (Optional): Defines a template to extract a value from the payload.
    • +
    + +

    For a quick check you can use the commandline tools shipped with mosquitto to send MQTT messages. Set the state of your sensor manually:

    + +
    +
    $  mosquitto_pub -h 127.0.0.1 -t home-assistant/garage-door/set -m "OFF"
    +
    +
    +
    + + + +
    + + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/components/garage_door.wink/index.html b/components/garage_door.wink/index.html index e7a1d8e076..29341b42b2 100644 --- a/components/garage_door.wink/index.html +++ b/components/garage_door.wink/index.html @@ -148,6 +148,9 @@

    Category Garage Door

      +
    • + MQTT Garage door +
    • Wink Garage door
    • diff --git a/components/garage_door/index.html b/components/garage_door/index.html index 612b38f2b7..f30de22618 100644 --- a/components/garage_door/index.html +++ b/components/garage_door/index.html @@ -108,6 +108,9 @@

    Platforms

    diff --git a/components/index.html b/components/index.html index 9bce251847..d4aac8d06c 100644 --- a/components/index.html +++ b/components/index.html @@ -490,6 +490,20 @@ Support for these components is provided by the Home Assistant community. + + + + + + + @@ -840,6 +868,20 @@ Support for these components is provided by the Home Assistant community. + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/light.mqtt/index.html b/components/light.mqtt/index.html index 482d4aede1..05618e912a 100644 --- a/components/light.mqtt/index.html +++ b/components/light.mqtt/index.html @@ -198,6 +198,9 @@
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Lock
  • diff --git a/components/lock.mqtt/index.html b/components/lock.mqtt/index.html index 16f996e2db..540bb2f3f9 100644 --- a/components/lock.mqtt/index.html +++ b/components/lock.mqtt/index.html @@ -169,6 +169,9 @@ Make sure that your topic match exact. some-topic/ and some-t
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • diff --git a/components/logger/index.html b/components/logger/index.html index 93619dfe89..40577e0593 100644 --- a/components/logger/index.html +++ b/components/logger/index.html @@ -181,12 +181,18 @@
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/media_player.cast/index.html b/components/media_player.cast/index.html index 14f2f1ca49..5c94bcbe1a 100644 --- a/components/media_player.cast/index.html +++ b/components/media_player.cast/index.html @@ -143,6 +143,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.denon/index.html b/components/media_player.denon/index.html index d7eb67955a..c2647a81e6 100644 --- a/components/media_player.denon/index.html +++ b/components/media_player.denon/index.html @@ -162,6 +162,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.firetv/index.html b/components/media_player.firetv/index.html index 85eba90b32..d9c99f50d9 100644 --- a/components/media_player.firetv/index.html +++ b/components/media_player.firetv/index.html @@ -179,6 +179,9 @@ Note that python-firetv has support for multiple Amazon Fire TV devices. If you
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.itunes/index.html b/components/media_player.itunes/index.html index 260a8df348..2aab0880b6 100644 --- a/components/media_player.itunes/index.html +++ b/components/media_player.itunes/index.html @@ -148,6 +148,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.kodi/index.html b/components/media_player.kodi/index.html index 7ffdb85d5a..7cc1ac9302 100644 --- a/components/media_player.kodi/index.html +++ b/components/media_player.kodi/index.html @@ -151,6 +151,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.mpd/index.html b/components/media_player.mpd/index.html index 4bc2b63ba9..3d77b3d02c 100644 --- a/components/media_player.mpd/index.html +++ b/components/media_player.mpd/index.html @@ -152,6 +152,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.onkyo/index.html b/components/media_player.onkyo/index.html index 167b4390a9..cab536e5ef 100644 --- a/components/media_player.onkyo/index.html +++ b/components/media_player.onkyo/index.html @@ -209,6 +209,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.panasonic_viera/index.html b/components/media_player.panasonic_viera/index.html index 8cea5e77ef..e05b04602d 100644 --- a/components/media_player.panasonic_viera/index.html +++ b/components/media_player.panasonic_viera/index.html @@ -156,6 +156,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.plex/index.html b/components/media_player.plex/index.html index 7abc997386..e8630ccb7e 100644 --- a/components/media_player.plex/index.html +++ b/components/media_player.plex/index.html @@ -154,6 +154,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.samsungtv/index.html b/components/media_player.samsungtv/index.html index 3d8e53a0a1..d0c8b40354 100644 --- a/components/media_player.samsungtv/index.html +++ b/components/media_player.samsungtv/index.html @@ -160,6 +160,9 @@ The two letters at the beginning of the model number represent the region, UE is
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.snapcast/index.html b/components/media_player.snapcast/index.html index 939c945a84..53131ae1d0 100644 --- a/components/media_player.snapcast/index.html +++ b/components/media_player.snapcast/index.html @@ -135,6 +135,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.sonos/index.html b/components/media_player.sonos/index.html index 6aec671f64..f94b4c6773 100644 --- a/components/media_player.sonos/index.html +++ b/components/media_player.sonos/index.html @@ -148,6 +148,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.squeezebox/index.html b/components/media_player.squeezebox/index.html index d109651893..ce0c50ed59 100644 --- a/components/media_player.squeezebox/index.html +++ b/components/media_player.squeezebox/index.html @@ -150,6 +150,9 @@ This lets you control Squeezebox hardware like the Classic, Transporter, Duet, B
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.universal/index.html b/components/media_player.universal/index.html index 598b3b79c2..d99f192de3 100644 --- a/components/media_player.universal/index.html +++ b/components/media_player.universal/index.html @@ -216,6 +216,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player.webostv/index.html b/components/media_player.webostv/index.html new file mode 100644 index 0000000000..9f02a67c84 --- /dev/null +++ b/components/media_player.webostv/index.html @@ -0,0 +1,234 @@ + + + + + + + + + + LG WebOS TV - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + LG WebOS TV +

    +
    +
    + + +

    The webostv platform allows you to control a LG WebOS Smart TV.

    + +

    When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.

    + +

    To add a TV to your installation, add the following to your configuration.yaml file and follow the configurator instructions:

    + +
    +
    # Example configuration.yaml entry
    +media_player:
    +  platform: webostv
    +  host: 192.168.0.10
    +  name: Living Room TV
    +
    +
    +
    + +

    Configuration variables:

    + +
      +
    • host Optional: The IP of the LG WebOS Smart TV, e.g. 192.168.0.10
    • +
    • name Optional: The name you would like to give to the LG WebOS Smart TV.
    • +
    + +

    If you do not provide a host name, all LG WebOS Smart TV’s within your network will be auto-discovered if your TV network name is set to [LG] webOS TV

    + + +
    + + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/components/media_player.yamaha/index.html b/components/media_player.yamaha/index.html index 5467ac44b7..9690cbe8fe 100644 --- a/components/media_player.yamaha/index.html +++ b/components/media_player.yamaha/index.html @@ -161,6 +161,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/media_player/index.html b/components/media_player/index.html index 9d510a56d7..494874586e 100644 --- a/components/media_player/index.html +++ b/components/media_player/index.html @@ -243,6 +243,9 @@
  • Kodi
  • +
  • + LG WebOS TV +
  • Logitech Squeezebox
  • diff --git a/components/mqtt/index.html b/components/mqtt/index.html index 972d19f954..4082140a07 100644 --- a/components/mqtt/index.html +++ b/components/mqtt/index.html @@ -423,6 +423,9 @@ Home Assistant will automatically load the correct certificate if you connect to
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • diff --git a/components/mqtt_eventstream/index.html b/components/mqtt_eventstream/index.html index 48fd76ebd6..3f698720d9 100644 --- a/components/mqtt_eventstream/index.html +++ b/components/mqtt_eventstream/index.html @@ -156,12 +156,18 @@
  • MQTT Eventstream
  • +
  • + UPnP +
  • Updater
  • Weblink
  • +
  • + Zeroconf/Avahi/Bonjour +
  • diff --git a/components/mysensors/index.html b/components/mysensors/index.html index aefbb9c9e1..40cbff08d0 100644 --- a/components/mysensors/index.html +++ b/components/mysensors/index.html @@ -99,12 +99,15 @@
    # Example configuration.yaml entry
     mysensors:
       gateways:
    -    - port: '/dev/ttyUSB0'
    +    - device: '/dev/ttyUSB0'
           persistence_file: 'path/mysensors.json'
           baud_rate: 38400
    -    - port: '/dev/ttyACM1'
    +    - device: '/dev/ttyACM0'
           persistence_file: 'path/mysensors2.json'
           baud_rate: 115200
    +    - device: '192.168.1.18'
    +      persistence_file: 'path/mysensors3.json'
    +      tcp_port: 5003
       debug: true
       persistence: true
       version: '1.5'
    diff --git a/components/notify.command_line/index.html b/components/notify.command_line/index.html
    index a90feed5e9..ec1f951512 100644
    --- a/components/notify.command_line/index.html
    +++ b/components/notify.command_line/index.html
    @@ -173,6 +173,9 @@
             
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.file/index.html b/components/notify.file/index.html index 3271a8a330..41369c737b 100644 --- a/components/notify.file/index.html +++ b/components/notify.file/index.html @@ -157,6 +157,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.free_mobile/index.html b/components/notify.free_mobile/index.html index 957bd12264..bcde94357c 100644 --- a/components/notify.free_mobile/index.html +++ b/components/notify.free_mobile/index.html @@ -166,6 +166,9 @@ If you disable and re-enable the SMS API option, please be sure to update your t
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.gntp/index.html b/components/notify.gntp/index.html index b1fb6e6841..3d370e593b 100644 --- a/components/notify.gntp/index.html +++ b/components/notify.gntp/index.html @@ -159,6 +159,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.google_voice/index.html b/components/notify.google_voice/index.html index ca8bf5a373..285317958a 100644 --- a/components/notify.google_voice/index.html +++ b/components/notify.google_voice/index.html @@ -179,6 +179,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.instapush/index.html b/components/notify.instapush/index.html index 3e87920c2b..7ba0abc44f 100644 --- a/components/notify.instapush/index.html +++ b/components/notify.instapush/index.html @@ -178,6 +178,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.message_bird/index.html b/components/notify.message_bird/index.html index 2bf823627e..5819f86d10 100644 --- a/components/notify.message_bird/index.html +++ b/components/notify.message_bird/index.html @@ -171,6 +171,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.mqtt/index.html b/components/notify.mqtt/index.html index ed11cef93c..2556564b35 100644 --- a/components/notify.mqtt/index.html +++ b/components/notify.mqtt/index.html @@ -149,6 +149,9 @@
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • @@ -190,6 +193,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.nma/index.html b/components/notify.nma/index.html index d999edc20b..1ad82a5684 100644 --- a/components/notify.nma/index.html +++ b/components/notify.nma/index.html @@ -158,6 +158,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.pushbullet/index.html b/components/notify.pushbullet/index.html index 762c1b8d5f..527fd14563 100644 --- a/components/notify.pushbullet/index.html +++ b/components/notify.pushbullet/index.html @@ -206,6 +206,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.pushetta/index.html b/components/notify.pushetta/index.html index d99b8416c0..96344a7e0e 100644 --- a/components/notify.pushetta/index.html +++ b/components/notify.pushetta/index.html @@ -174,6 +174,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.pushover/index.html b/components/notify.pushover/index.html index 235440f297..818163cc79 100644 --- a/components/notify.pushover/index.html +++ b/components/notify.pushover/index.html @@ -164,6 +164,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.rest/index.html b/components/notify.rest/index.html index f62b597a60..850cc6f18c 100644 --- a/components/notify.rest/index.html +++ b/components/notify.rest/index.html @@ -178,6 +178,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.sendgrid/index.html b/components/notify.sendgrid/index.html index 6537ffeae6..8abe5e5319 100644 --- a/components/notify.sendgrid/index.html +++ b/components/notify.sendgrid/index.html @@ -160,6 +160,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.slack/index.html b/components/notify.slack/index.html index 91f7a46be2..8845fe75f8 100644 --- a/components/notify.slack/index.html +++ b/components/notify.slack/index.html @@ -161,6 +161,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.smtp/index.html b/components/notify.smtp/index.html index 833d898ecd..944aaa6eca 100644 --- a/components/notify.smtp/index.html +++ b/components/notify.smtp/index.html @@ -177,6 +177,9 @@ which need special attention. By default, the usage by external applications, es
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.syslog/index.html b/components/notify.syslog/index.html index 88bf3a47d1..9a0af64f06 100644 --- a/components/notify.syslog/index.html +++ b/components/notify.syslog/index.html @@ -265,6 +265,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.telegram/index.html b/components/notify.telegram/index.html index fd0b186b5d..2eb2a959af 100644 --- a/components/notify.telegram/index.html +++ b/components/notify.telegram/index.html @@ -197,6 +197,9 @@ print(chat_id)
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.twitter/index.html b/components/notify.twitter/index.html index a150e5da17..779746aa41 100644 --- a/components/notify.twitter/index.html +++ b/components/notify.twitter/index.html @@ -162,6 +162,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify.webostv/index.html b/components/notify.webostv/index.html new file mode 100644 index 0000000000..4a4d48c8c4 --- /dev/null +++ b/components/notify.webostv/index.html @@ -0,0 +1,265 @@ + + + + + + + + + + LG WebOS TV notifications - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + LG WebOS TV Notifications +

    +
    +
    + + +

    The webostv platform allows you to send notifications to a LG WebOS Smart TV.

    + +

    When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.

    + +

    To add a TV to your installation, add the following to your configuration.yaml file and follow the configurator instructions:

    + +
    +
    # Example configuration.yaml entry
    +notify:
    +  platform: webostv
    +  host: 192.168.0.112
    +  name: livingroom_tv
    +
    +
    +
    + +

    Configuration variables:

    + +
      +
    • host Required: The IP of the LG WebOS Smart TV, e.g. 192.168.0.10
    • +
    • name Required: The name you would like to give to the LG WebOS Smart TV.
    • +
    + +

    A possible automation could be:

    + +
    +
    # Example configuration.yaml entry
    +automation:
    +  - alias: Open a window
    +    trigger:
    +      platform: numeric_state
    +      entity_id: sensor.netatmo_livingroom_co2
    +      above: 999
    +    action:
    +      service: notify.livingroom_tv
    +      data:
    +        message: "You should open a window! (Livingroom Co2: ppm)"
    +
    +
    +
    + + +
    + + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/components/notify.xmpp/index.html b/components/notify.xmpp/index.html index a9db55f2cb..a1b4008a21 100644 --- a/components/notify.xmpp/index.html +++ b/components/notify.xmpp/index.html @@ -162,6 +162,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/notify/index.html b/components/notify/index.html index accbf6f9bd..1695864e2d 100644 --- a/components/notify/index.html +++ b/components/notify/index.html @@ -202,6 +202,9 @@
  • Jabber (XMPP)
  • +
  • + LG WebOS TV notifications +
  • MQTT Notifications
  • diff --git a/components/rollershutter.mqtt/index.html b/components/rollershutter.mqtt/index.html index 9d07ab63e5..5362d2e528 100644 --- a/components/rollershutter.mqtt/index.html +++ b/components/rollershutter.mqtt/index.html @@ -161,6 +161,9 @@
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • diff --git a/components/sensor.apcupsd/index.html b/components/sensor.apcupsd/index.html index 0022dbc3ee..c59db093f1 100644 --- a/components/sensor.apcupsd/index.html +++ b/components/sensor.apcupsd/index.html @@ -312,6 +312,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.arest/index.html b/components/sensor.arest/index.html index 404e5494d4..30ceaedb43 100644 --- a/components/sensor.arest/index.html +++ b/components/sensor.arest/index.html @@ -310,6 +310,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.bitcoin/index.html b/components/sensor.bitcoin/index.html index a4d3ebd490..d4832c2409 100644 --- a/components/sensor.bitcoin/index.html +++ b/components/sensor.bitcoin/index.html @@ -280,6 +280,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.bloomsky/index.html b/components/sensor.bloomsky/index.html index c5a7a5f616..ee63f0cebf 100644 --- a/components/sensor.bloomsky/index.html +++ b/components/sensor.bloomsky/index.html @@ -263,6 +263,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.command_line/index.html b/components/sensor.command_line/index.html index 527bc801dc..7df6c78e86 100644 --- a/components/sensor.command_line/index.html +++ b/components/sensor.command_line/index.html @@ -347,6 +347,9 @@ print(response.json()[' Template Sensor +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.cpuspeed/index.html b/components/sensor.cpuspeed/index.html index 5c1bea26c8..c13aa423f2 100644 --- a/components/sensor.cpuspeed/index.html +++ b/components/sensor.cpuspeed/index.html @@ -234,6 +234,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.deutsche_bahn/index.html b/components/sensor.deutsche_bahn/index.html index cfee61f9b6..a0d034fc33 100644 --- a/components/sensor.deutsche_bahn/index.html +++ b/components/sensor.deutsche_bahn/index.html @@ -237,6 +237,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.dweet/index.html b/components/sensor.dweet/index.html index 6b919d65d8..94d9f93fba 100644 --- a/components/sensor.dweet/index.html +++ b/components/sensor.dweet/index.html @@ -278,6 +278,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.ecobee/index.html b/components/sensor.ecobee/index.html index 8e4be6aa1d..9eb45cf349 100644 --- a/components/sensor.ecobee/index.html +++ b/components/sensor.ecobee/index.html @@ -226,6 +226,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.efergy/index.html b/components/sensor.efergy/index.html index d163372a3a..248e70c95a 100644 --- a/components/sensor.efergy/index.html +++ b/components/sensor.efergy/index.html @@ -247,6 +247,9 @@ negative number of minutes your timezone is ahead/behind UTC time.
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.eliqonline/index.html b/components/sensor.eliqonline/index.html index 8152ac4494..305d3cad75 100644 --- a/components/sensor.eliqonline/index.html +++ b/components/sensor.eliqonline/index.html @@ -239,6 +239,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.glances/index.html b/components/sensor.glances/index.html index dc879a508d..dd7176558f 100644 --- a/components/sensor.glances/index.html +++ b/components/sensor.glances/index.html @@ -291,6 +291,9 @@ Glances web server started on http://0.0.0.0:61208/
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.gtfs/index.html b/components/sensor.gtfs/index.html index 14569a4cda..13a6747438 100644 --- a/components/sensor.gtfs/index.html +++ b/components/sensor.gtfs/index.html @@ -261,6 +261,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.http/index.html b/components/sensor.http/index.html index ae4150778c..9983e3bda5 100644 --- a/components/sensor.http/index.html +++ b/components/sensor.http/index.html @@ -275,6 +275,9 @@ You should choose a unique device name (DEVICE_NAME) to avoid clashes with other
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.loop_energy/index.html b/components/sensor.loop_energy/index.html index 75221830dd..fb4fe44707 100644 --- a/components/sensor.loop_energy/index.html +++ b/components/sensor.loop_energy/index.html @@ -101,16 +101,19 @@

    Drupal.settings.navetas_realtime.

    -

    This should show something like
    - -client_ip: "127.0.0.1" -gas_secret: "GAS_SECRET" -gas_serial: "GAS_SERIAL" -host: "www.your-loop.com" -... -secret: "ELECTRICAL_SECRET" -serial: "ELECTRICAL_SERIAL" -

    +

    This should show something like

    + +
    +
    client_ip: "127.0.0.1"
    +gas_secret: "GAS_SECRET"
    +gas_serial: "GAS_SERIAL"
    +host: "www.your-loop.com"
    +...
    +secret: "ELECTRICAL_SECRET"
    +serial: "ELECTRICAL_SERIAL"
    +
    +
    +

    The serial and secret tokens are the ones you need. If you just have an electricity monitor - then you won’t see the gas keys.

    @@ -124,6 +127,8 @@ serial: "ELECTRICAL_SERIAL" electricity_secret: ELECTRICAL_SECRET gas_serial: GAS_SERIAL gas_secret: GAS_SECRET + gas_type: metric + gas_calorific: 39.11
    @@ -133,8 +138,10 @@ serial: "ELECTRICAL_SERIAL"
    • electricity_serial (Required): Serial number of your electricity sensor
    • electricity_secret (Required): Secret key for your electricity sensor
    • -
    • gas_serial (Required): Serial number for your gas sensor.
    • -
    • gas_secret (Required): Secret key for your gas sensor.
    • +
    • gas_serial (Optional): Serial number for your gas sensor.
    • +
    • gas_secret (Optional): Secret key for your gas sensor.
    • +
    • gas_type (Optional): Type of meter imperial or metric, defaults to metric.
    • +
    • gas_calorific (Optional): Calorific value of your gas supply (usually on your gas bill) - defaults to 39.11.

    The electricity readings are updated every 10 seconds and the gas readings every 15 minutes.

    @@ -265,6 +272,9 @@ serial: "ELECTRICAL_SERIAL"
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.mfi/index.html b/components/sensor.mfi/index.html index 1ea41548d4..3d7a501eae 100644 --- a/components/sensor.mfi/index.html +++ b/components/sensor.mfi/index.html @@ -251,6 +251,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.modbus/index.html b/components/sensor.modbus/index.html index 322dc2c4ce..63e60a3e55 100644 --- a/components/sensor.modbus/index.html +++ b/components/sensor.modbus/index.html @@ -284,6 +284,9 @@ Each named register will create an integer sensor and each named bit will create
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.mqtt/index.html b/components/sensor.mqtt/index.html index fee53f5156..47a85b16fe 100644 --- a/components/sensor.mqtt/index.html +++ b/components/sensor.mqtt/index.html @@ -176,6 +176,9 @@
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • @@ -301,6 +304,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.mysensors/index.html b/components/sensor.mysensors/index.html index b47ff8ae87..38ccf4be2b 100644 --- a/components/sensor.mysensors/index.html +++ b/components/sensor.mysensors/index.html @@ -415,6 +415,9 @@ uint16_t lastlux = 0;
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.nest/index.html b/components/sensor.nest/index.html index 6c3cfde4a7..672d9e94ff 100644 --- a/components/sensor.nest/index.html +++ b/components/sensor.nest/index.html @@ -280,6 +280,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.netatmo/index.html b/components/sensor.netatmo/index.html index 38fe9c37c6..a3691eb362 100644 --- a/components/sensor.netatmo/index.html +++ b/components/sensor.netatmo/index.html @@ -303,6 +303,9 @@ The Home Assistant NetAtmo platform has only be tested with the classic indoor,
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.neurio_energy/index.html b/components/sensor.neurio_energy/index.html index 96a9e0cabf..cc4c76f053 100644 --- a/components/sensor.neurio_energy/index.html +++ b/components/sensor.neurio_energy/index.html @@ -240,6 +240,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.nzbget/index.html b/components/sensor.nzbget/index.html index 5aa67be961..f820355fc3 100644 --- a/components/sensor.nzbget/index.html +++ b/components/sensor.nzbget/index.html @@ -237,6 +237,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.onewire/index.html b/components/sensor.onewire/index.html index 604acfe0d8..6c2764c0e6 100644 --- a/components/sensor.onewire/index.html +++ b/components/sensor.onewire/index.html @@ -239,6 +239,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.rest/index.html b/components/sensor.rest/index.html index 2d9f2ae20b..75cf1fcffb 100644 --- a/components/sensor.rest/index.html +++ b/components/sensor.rest/index.html @@ -333,6 +333,9 @@ Make sure that the URL matches exactly your endpoint or resource.
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.rfxtrx/index.html b/components/sensor.rfxtrx/index.html index c28085a14e..39e60ecd83 100644 --- a/components/sensor.rfxtrx/index.html +++ b/components/sensor.rfxtrx/index.html @@ -259,6 +259,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.sabnzbd/index.html b/components/sensor.sabnzbd/index.html index dfcc51469f..8706ada805 100644 --- a/components/sensor.sabnzbd/index.html +++ b/components/sensor.sabnzbd/index.html @@ -249,6 +249,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.speedtest/index.html b/components/sensor.speedtest/index.html index cfcb507bb5..fa80182f7f 100644 --- a/components/sensor.speedtest/index.html +++ b/components/sensor.speedtest/index.html @@ -286,6 +286,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.steam_online/index.html b/components/sensor.steam_online/index.html index 2d1b1bb155..706f41ac81 100644 --- a/components/sensor.steam_online/index.html +++ b/components/sensor.steam_online/index.html @@ -258,6 +258,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.swiss_public_transport/index.html b/components/sensor.swiss_public_transport/index.html index 7332aa8d0a..d1fe8e6371 100644 --- a/components/sensor.swiss_public_transport/index.html +++ b/components/sensor.swiss_public_transport/index.html @@ -242,6 +242,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.systemmonitor/index.html b/components/sensor.systemmonitor/index.html index a9e6243303..073eba5bbb 100644 --- a/components/sensor.systemmonitor/index.html +++ b/components/sensor.systemmonitor/index.html @@ -330,6 +330,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.tcp/index.html b/components/sensor.tcp/index.html index 33d82b3237..d4663d3113 100644 --- a/components/sensor.tcp/index.html +++ b/components/sensor.tcp/index.html @@ -324,6 +324,9 @@ Escape character is '^]'.
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.tellduslive/index.html b/components/sensor.tellduslive/index.html index aa11d3cbf3..738cdfb5ad 100644 --- a/components/sensor.tellduslive/index.html +++ b/components/sensor.tellduslive/index.html @@ -227,6 +227,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.tellstick/index.html b/components/sensor.tellstick/index.html index 94799f20ac..74975d7da1 100644 --- a/components/sensor.tellstick/index.html +++ b/components/sensor.tellstick/index.html @@ -254,6 +254,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.temper/index.html b/components/sensor.temper/index.html index 7c70676a71..fa6d3dd056 100644 --- a/components/sensor.temper/index.html +++ b/components/sensor.temper/index.html @@ -224,6 +224,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.template/index.html b/components/sensor.template/index.html index 9b3530ddb8..205401480d 100644 --- a/components/sensor.template/index.html +++ b/components/sensor.template/index.html @@ -320,6 +320,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.thinkingcleaner/index.html b/components/sensor.thinkingcleaner/index.html new file mode 100644 index 0000000000..235e296700 --- /dev/null +++ b/components/sensor.thinkingcleaner/index.html @@ -0,0 +1,318 @@ + + + + + + + + + + Thinking Cleaner sensors - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + Thinking Cleaner Sensors +

    +
    +
    + + +

    The ThinkingCleaner sensor platform simple displays information about your ThinkingCleaner addon.

    + +

    To enable this sensor in your installation, add the following to your configuration.yaml file:

    + +
    +
    # Example configuration.yaml entry
    +sensor:
    +  - platform: thinkingcleaner
    +
    +
    +
    + +

    This will automatically add sensors for each Thinking Cleaner in your network.

    + + +
    + + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/components/sensor.time_date/index.html b/components/sensor.time_date/index.html index 4f8450b7ae..52f0b6ca6c 100644 --- a/components/sensor.time_date/index.html +++ b/components/sensor.time_date/index.html @@ -242,6 +242,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.torque/index.html b/components/sensor.torque/index.html index 7bef5c513e..2478ffdb51 100644 --- a/components/sensor.torque/index.html +++ b/components/sensor.torque/index.html @@ -259,6 +259,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.transmission/index.html b/components/sensor.transmission/index.html index d187bff6c9..a91ab9ead5 100644 --- a/components/sensor.transmission/index.html +++ b/components/sensor.transmission/index.html @@ -270,6 +270,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.twitch/index.html b/components/sensor.twitch/index.html index a22e41e46c..8d4de03ad2 100644 --- a/components/sensor.twitch/index.html +++ b/components/sensor.twitch/index.html @@ -239,6 +239,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.uber/index.html b/components/sensor.uber/index.html index 1c24aefa69..0e79099b61 100644 --- a/components/sensor.uber/index.html +++ b/components/sensor.uber/index.html @@ -248,6 +248,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.vera/index.html b/components/sensor.vera/index.html index bd90346c60..2c7dbcecdb 100644 --- a/components/sensor.vera/index.html +++ b/components/sensor.vera/index.html @@ -238,6 +238,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.verisure/index.html b/components/sensor.verisure/index.html index 2ec1756ae6..359e3026bc 100644 --- a/components/sensor.verisure/index.html +++ b/components/sensor.verisure/index.html @@ -241,6 +241,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.wink/index.html b/components/sensor.wink/index.html index 1d5b521d4f..cb0f754590 100644 --- a/components/sensor.wink/index.html +++ b/components/sensor.wink/index.html @@ -241,6 +241,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.worldclock/index.html b/components/sensor.worldclock/index.html index 2b57bde10d..5aa5cfbcc8 100644 --- a/components/sensor.worldclock/index.html +++ b/components/sensor.worldclock/index.html @@ -245,6 +245,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.zigbee/index.html b/components/sensor.zigbee/index.html index dc091e6a5c..b97c900973 100644 --- a/components/sensor.zigbee/index.html +++ b/components/sensor.zigbee/index.html @@ -290,6 +290,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor.zwave/index.html b/components/sensor.zwave/index.html index 876652375e..0fc273ebd0 100644 --- a/components/sensor.zwave/index.html +++ b/components/sensor.zwave/index.html @@ -235,6 +235,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/sensor/index.html b/components/sensor/index.html index a638b88304..b012b16419 100644 --- a/components/sensor/index.html +++ b/components/sensor/index.html @@ -228,6 +228,9 @@
  • Template Sensor
  • +
  • + Thinking Cleaner sensors +
  • Time & Date
  • diff --git a/components/switch.arest/index.html b/components/switch.arest/index.html index 4c7882071b..824902d94a 100644 --- a/components/switch.arest/index.html +++ b/components/switch.arest/index.html @@ -244,6 +244,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.command_line/index.html b/components/switch.command_line/index.html index 3058348884..dc1ec526b5 100644 --- a/components/switch.command_line/index.html +++ b/components/switch.command_line/index.html @@ -287,6 +287,9 @@ switch:
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.dlink/index.html b/components/switch.dlink/index.html index 51eeb6ed70..d0c7608f10 100644 --- a/components/switch.dlink/index.html +++ b/components/switch.dlink/index.html @@ -198,6 +198,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.edimax/index.html b/components/switch.edimax/index.html index 82e59242c4..192690da26 100644 --- a/components/switch.edimax/index.html +++ b/components/switch.edimax/index.html @@ -189,6 +189,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.hikvision/index.html b/components/switch.hikvision/index.html index 0a2d2d3932..0131a0348a 100644 --- a/components/switch.hikvision/index.html +++ b/components/switch.hikvision/index.html @@ -192,6 +192,9 @@ Currently works using default https port only.
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.mfi/index.html b/components/switch.mfi/index.html index ebda8adf9a..5ca6ba5b12 100644 --- a/components/switch.mfi/index.html +++ b/components/switch.mfi/index.html @@ -200,6 +200,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.modbus/index.html b/components/switch.modbus/index.html index 576749682b..ee70d2e51d 100644 --- a/components/switch.modbus/index.html +++ b/components/switch.modbus/index.html @@ -230,6 +230,9 @@ Each named bit will create a switch.
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.mqtt/index.html b/components/switch.mqtt/index.html index 3841d73ad2..187398da01 100644 --- a/components/switch.mqtt/index.html +++ b/components/switch.mqtt/index.html @@ -169,6 +169,9 @@ Make sure that your topic match exact. some-topic/ and some-t
  • MQTT Device Tracker
  • +
  • + MQTT Garage door +
  • MQTT Light
  • @@ -240,6 +243,9 @@ Make sure that your topic match exact. some-topic/ and some-t
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.mysensors/index.html b/components/switch.mysensors/index.html index 251a71eeac..05e97fb5e3 100644 --- a/components/switch.mysensors/index.html +++ b/components/switch.mysensors/index.html @@ -308,6 +308,9 @@ MyMessage msgRelay(CHILD_ID, V_STATUS);
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.mystrom/index.html b/components/switch.mystrom/index.html index d3f4f83652..26c59a096e 100644 --- a/components/switch.mystrom/index.html +++ b/components/switch.mystrom/index.html @@ -205,6 +205,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.orvibo/index.html b/components/switch.orvibo/index.html index 11b59eb3df..e4591527fb 100644 --- a/components/switch.orvibo/index.html +++ b/components/switch.orvibo/index.html @@ -185,6 +185,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.pulseaudio_loopback/index.html b/components/switch.pulseaudio_loopback/index.html index a27c1acf63..1e1954eaeb 100644 --- a/components/switch.pulseaudio_loopback/index.html +++ b/components/switch.pulseaudio_loopback/index.html @@ -204,6 +204,9 @@ this component, module-cli-protocol must be loaded on the PulseAudio server.
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.rest/index.html b/components/switch.rest/index.html index 99fa46194e..6e3c464b79 100644 --- a/components/switch.rest/index.html +++ b/components/switch.rest/index.html @@ -206,6 +206,9 @@ Make sure that the URL matches exactly your endpoint or resource.
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.rfxtrx/index.html b/components/switch.rfxtrx/index.html index 01d5752201..6f79fb7bab 100644 --- a/components/switch.rfxtrx/index.html +++ b/components/switch.rfxtrx/index.html @@ -204,6 +204,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.rpi_gpio/index.html b/components/switch.rpi_gpio/index.html index eb5a4ea2fa..006d27295b 100644 --- a/components/switch.rpi_gpio/index.html +++ b/components/switch.rpi_gpio/index.html @@ -204,6 +204,9 @@ If you are not running Raspbian Jessie, you will need to run Home Assistant as r
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.scsgate/index.html b/components/switch.scsgate/index.html index 37eb9380dd..b70d15d264 100644 --- a/components/switch.scsgate/index.html +++ b/components/switch.scsgate/index.html @@ -199,6 +199,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.tellduslive/index.html b/components/switch.tellduslive/index.html index 9a3cfe1fbd..36ee065286 100644 --- a/components/switch.tellduslive/index.html +++ b/components/switch.tellduslive/index.html @@ -177,6 +177,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.tellstick/index.html b/components/switch.tellstick/index.html index e6fe27defc..c6fa96f838 100644 --- a/components/switch.tellstick/index.html +++ b/components/switch.tellstick/index.html @@ -192,6 +192,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.template/index.html b/components/switch.template/index.html index 1dcfa3866a..bf127ad839 100644 --- a/components/switch.template/index.html +++ b/components/switch.template/index.html @@ -278,6 +278,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.thinkingcleaner/index.html b/components/switch.thinkingcleaner/index.html new file mode 100644 index 0000000000..9b0970e5ef --- /dev/null +++ b/components/switch.thinkingcleaner/index.html @@ -0,0 +1,259 @@ + + + + + + + + + + Thinking Cleaner switches - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    +
    + + + +
    +
    + +
    + + +
    + + + + +
    +

    + Thinking Cleaner Switches +

    +
    +
    + + +

    The ThinkingCleaner switch platform allows you to control your ThinkingCleaner addon.

    + +

    To enable this switch in your installation, add the following to your configuration.yaml file:

    + +
    +
    # Example configuration.yaml entry
    +switch:
    +  - platform: thinkingcleaner
    +
    +
    +
    + +

    This will automatically add switches for each Thinking Cleaner in your network.

    + + +
    + + +
    + + + + +
    +
    + + + + + + \ No newline at end of file diff --git a/components/switch.transmission/index.html b/components/switch.transmission/index.html index 85e94e8c0f..2f0a6e1bfb 100644 --- a/components/switch.transmission/index.html +++ b/components/switch.transmission/index.html @@ -199,6 +199,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.vera/index.html b/components/switch.vera/index.html index 79043b9b8f..15d48d8b97 100644 --- a/components/switch.vera/index.html +++ b/components/switch.vera/index.html @@ -189,6 +189,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.verisure/index.html b/components/switch.verisure/index.html index 5e17dcec07..94429a1048 100644 --- a/components/switch.verisure/index.html +++ b/components/switch.verisure/index.html @@ -185,6 +185,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.wake_on_lan/index.html b/components/switch.wake_on_lan/index.html index 145bd06b3f..da5089e4cb 100644 --- a/components/switch.wake_on_lan/index.html +++ b/components/switch.wake_on_lan/index.html @@ -191,6 +191,9 @@ The WOL switch can only turn on your computer and monitor the state. There is no
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.wemo/index.html b/components/switch.wemo/index.html index e6bfbc3bf6..8feee10e71 100644 --- a/components/switch.wemo/index.html +++ b/components/switch.wemo/index.html @@ -183,6 +183,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.wink/index.html b/components/switch.wink/index.html index 6c9e7a2bda..781e56e0e2 100644 --- a/components/switch.wink/index.html +++ b/components/switch.wink/index.html @@ -191,6 +191,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.zigbee/index.html b/components/switch.zigbee/index.html index 4ca74146c7..a68ef9b56d 100644 --- a/components/switch.zigbee/index.html +++ b/components/switch.zigbee/index.html @@ -205,6 +205,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch.zwave/index.html b/components/switch.zwave/index.html index 4640a81f8d..ab7acc6cdb 100644 --- a/components/switch.zwave/index.html +++ b/components/switch.zwave/index.html @@ -185,6 +185,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/switch/index.html b/components/switch/index.html index 15eee5bf36..cc2f957436 100644 --- a/components/switch/index.html +++ b/components/switch/index.html @@ -194,6 +194,9 @@
  • Template switch
  • +
  • + Thinking Cleaner switches +
  • Transmission Switch
  • diff --git a/components/thermostat.ecobee/index.html b/components/thermostat.ecobee/index.html index 5faf8ecbd7..361ef1c747 100644 --- a/components/thermostat.ecobee/index.html +++ b/components/thermostat.ecobee/index.html @@ -125,9 +125,15 @@

    Category Thermostat

      +
    • + EQ3 Bluetooth Smart Thermostats +
    • Ecobee Thermostat
    • +
    • + Feedreader +
    • Heat control
    • diff --git a/components/thermostat.eq3btsmart/index.html b/components/thermostat.eq3btsmart/index.html new file mode 100644 index 0000000000..685f10833a --- /dev/null +++ b/components/thermostat.eq3btsmart/index.html @@ -0,0 +1,243 @@ + + + + + + + + + + EQ3 Bluetooth Smart Thermostats - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      + +
      +
      + + + +
      +
      + +
      + + +
      + + + + +
      +

      + EQ3 Bluetooth Smart Thermostats +

      +
      +
      + + +

      This platform allows you to integrate EQ3 Bluetooth Smart Thermostats.

      + +

      The only functionality is to set the temperature, there doesn’t seem to be any way to query the temperature sensor or battery level (read more).

      + +

      Setup is a bit more cumbersome than for most other thermostats. It has to be paired first:

      + +
      +
      bluetoothctl
      +scan on
      +<Wait for the thermostat to be found, which looks like this: [NEW] Device 00:11:22:33:44:55 CC-RT-BLE>
      +scan off
      +<Set the thermostat to pairing mode.>
      +pair <MAC>
      +trust <MAC>
      +disconnect <MAC>
      +exit
      +
      +
      +
      + +

      Then check with gatttool if the connection works as expected:

      + +
      +
      gatttool -b 00:11:22:33:44:55 -I
      +[00:11:22:33:44:55][LE]> connect
      +Attempting to connect to 00:11:22:33:44:55
      +Connection successful
      +[00:11:22:33:44:55][LE]> char-write-req 0x0411 03
      +Characteristic value was written successfully
      +Notification handle = 0x0421 value: 02 01 09 14 04 2d
      +[00:11:22:33:44:55][LE]> disconnect
      +[00:11:22:33:44:55][LE]> exit
      +
      +
      +
      + +

      Important: For gatttool or homeassistant to work, the thermostat needs to be disconnected from bluetoothd, so I found it best to modify the hass-daemon startscript by adding:

      + +
      +
      /usr/bin/bt-device -d CC-RT-BLE
      +
      +
      +
      + +

      to the start function of /etc/init.d/hass-daemon.

      + +
      +
      # Example configuration.yaml entry
      +thermostat:
      +  platform: eq3btsmart
      +    devices:
      +      room1:
      +        mac: '00:11:22:33:44:55'
      +
      +
      +
      + + +
      + + +
      + + + + +
      +
      + + + + + + \ No newline at end of file diff --git a/components/thermostat.heat_control/index.html b/components/thermostat.heat_control/index.html index 0c31fa2801..344efe5d7e 100644 --- a/components/thermostat.heat_control/index.html +++ b/components/thermostat.heat_control/index.html @@ -139,9 +139,15 @@

      Category Thermostat

        +
      • + EQ3 Bluetooth Smart Thermostats +
      • Ecobee Thermostat
      • +
      • + Feedreader +
      • Heat control
      • diff --git a/components/thermostat.heatmiser/index.html b/components/thermostat.heatmiser/index.html index d4f22fb503..ef6a9b5820 100644 --- a/components/thermostat.heatmiser/index.html +++ b/components/thermostat.heatmiser/index.html @@ -143,9 +143,15 @@

        Category Thermostat

          +
        • + EQ3 Bluetooth Smart Thermostats +
        • Ecobee Thermostat
        • +
        • + Feedreader +
        • Heat control
        • diff --git a/components/thermostat.homematic/index.html b/components/thermostat.homematic/index.html index 1be70ec749..952500ef33 100644 --- a/components/thermostat.homematic/index.html +++ b/components/thermostat.homematic/index.html @@ -145,9 +145,15 @@

          Category Thermostat

            +
          • + EQ3 Bluetooth Smart Thermostats +
          • Ecobee Thermostat
          • +
          • + Feedreader +
          • Heat control
          • diff --git a/components/thermostat.honeywell/index.html b/components/thermostat.honeywell/index.html index d0f5cea6f3..1fa36301d5 100644 --- a/components/thermostat.honeywell/index.html +++ b/components/thermostat.honeywell/index.html @@ -135,9 +135,15 @@

            Category Thermostat

              +
            • + EQ3 Bluetooth Smart Thermostats +
            • Ecobee Thermostat
            • +
            • + Feedreader +
            • Heat control
            • diff --git a/components/thermostat.nest/index.html b/components/thermostat.nest/index.html index e3e29cd659..dd7703bb43 100644 --- a/components/thermostat.nest/index.html +++ b/components/thermostat.nest/index.html @@ -143,9 +143,15 @@

              Category Thermostat

                +
              • + EQ3 Bluetooth Smart Thermostats +
              • Ecobee Thermostat
              • +
              • + Feedreader +
              • Heat control
              • diff --git a/components/thermostat.proliphix/index.html b/components/thermostat.proliphix/index.html index a7dd0005f6..db21348599 100644 --- a/components/thermostat.proliphix/index.html +++ b/components/thermostat.proliphix/index.html @@ -145,9 +145,15 @@ of OID values. A complete collection of the API is available in this

                Category Thermostat

                  +
                • + EQ3 Bluetooth Smart Thermostats +
                • Ecobee Thermostat
                • +
                • + Feedreader +
                • Heat control
                • diff --git a/components/thermostat.radiotherm/index.html b/components/thermostat.radiotherm/index.html index 13a1815774..4eeab11c57 100644 --- a/components/thermostat.radiotherm/index.html +++ b/components/thermostat.radiotherm/index.html @@ -143,9 +143,15 @@

                  Category Thermostat

                  diff --git a/components/upnp/index.html b/components/upnp/index.html new file mode 100644 index 0000000000..9c536189c5 --- /dev/null +++ b/components/upnp/index.html @@ -0,0 +1,210 @@ + + + + + + + + + + UPnP - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  + +
                  +
                  + + + +
                  +
                  + +
                  + + +
                  + + + + +
                  +

                  + UPnP +

                  +
                  +
                  + + +

                  The upnp component automatically creates port forwarding mappings on your router for Home Assistant. UPnP or NAT-PMP needs to be enabled on your router for this component to work.

                  + +

                  Installation

                  +

                  You need to install miniupnpc before using the UPnP component:

                  + +
                  +
                  $ git clone https://github.com/miniupnp/miniupnp.git
                  +$ cd miniupnp/miniupnpc
                  +$ make
                  +$ make pythonmodule3
                  +$ sudo make installpythonmodule3
                  +
                  +
                  +
                  + +

                  Configuration

                  + +
                  +
                  # Example configuration.yaml entry
                  +upnp:
                  +
                  +
                  +
                  + +

                  A port mapping will be created using the IP address and port that Home Assistant is running on. The mapping will never automatically expire. Upon stopping Home Assistant, the mapping will be removed from your router.

                  + + +
                  + + +
                  + + + + +
                  +
                  + + + + + + \ No newline at end of file diff --git a/components/weblink/index.html b/components/weblink/index.html index f97e16034a..aebaf51681 100644 --- a/components/weblink/index.html +++ b/components/weblink/index.html @@ -160,12 +160,18 @@
                • MQTT Eventstream
                • +
                • + UPnP +
                • Updater
                • Weblink
                • +
                • + Zeroconf/Avahi/Bonjour +
                diff --git a/components/zeroconf/index.html b/components/zeroconf/index.html new file mode 100644 index 0000000000..443c3d14f2 --- /dev/null +++ b/components/zeroconf/index.html @@ -0,0 +1,195 @@ + + + + + + + + + + Zeroconf/Avahi/Bonjour - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                +
                + +
                +
                + + + +
                +
                + +
                + + +
                + + + + +
                +

                + Zeroconf/Avahi/Bonjour +

                +
                +
                + + +

                The zeroconf component exposes your Home Assistant to the local network using Zeroconf. Zeroconf is also sometimes known as Bonjour, Rendezvous and Avahi.

                + +
                +
                # Example configuration.yaml entry
                +zeroconf:
                +
                +
                +
                + +

                The registration will include metadata about the Home Assistant instance, including a base URL that can be used to access Home Assistant, the currently running Home Assistant version, and whether an API password is needed to access the instance.

                + + +
                + + +
                + + + + +
                +
                + + + + + + \ No newline at end of file diff --git a/components/zwave/index.html b/components/zwave/index.html index 6b09662fef..f0d71c64b3 100644 --- a/components/zwave/index.html +++ b/components/zwave/index.html @@ -198,7 +198,7 @@ Depending on what’s plugged into your USB ports, the name found above may chan trigger: platform: event event_type: zwave.scene_activated - event_data: + event_data: entity_id: zwaveme_zme_wallcs_secure_wall_controller_8 scene_id: 11
              diff --git a/demo/frontend.html b/demo/frontend.html index 918f027e71..55cf2ff772 100644 --- a/demo/frontend.html +++ b/demo/frontend.html @@ -2966,7 +2966,10 @@ font-style: italic; padding-left: var(--paper-toggle-button-label-spacing, 8px); pointer-events: none; color: var(--paper-toggle-button-label-color, --primary-text-color); - }