From 0649dddca773a55f6afabdbb127eccc86c8f1aa0 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 4 Dec 2016 19:23:54 +0000 Subject: [PATCH] Site updated at 2016-12-04 19:23:53 UTC --- atom.xml | 31 +- .../12/03/remote-websockets-sonarr/index.html | 31 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 29 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- blog/index.html | 31 +- components/emulated_hue/index.html | 13 +- components/index.html | 22 +- components/sensor.apcupsd/index.html | 3 + components/sensor.api_stream/index.html | 3 + components/sensor.arest/index.html | 3 + components/sensor.arwn/index.html | 3 + components/sensor.bbox/index.html | 3 + components/sensor.bloomsky/index.html | 3 + components/sensor.broadlink/index.html | 364 ++++++++++++++++++ components/sensor.command_line/index.html | 3 + components/sensor.dweet/index.html | 3 + components/sensor.emoncms/index.html | 3 + components/sensor.enocean/index.html | 3 + components/sensor.envisalink/index.html | 3 + components/sensor.gpsd/index.html | 3 + components/sensor.haveibeenpwned/index.html | 3 + components/sensor.homematic/index.html | 3 + components/sensor.http/index.html | 3 + components/sensor.imap/index.html | 3 + .../sensor.imap_email_content/index.html | 3 + components/sensor.influxdb/index.html | 3 + components/sensor.isy994/index.html | 3 + components/sensor.mfi/index.html | 3 + components/sensor.mhz19/index.html | 3 + components/sensor.min_max/index.html | 3 + components/sensor.modbus/index.html | 3 + components/sensor.moldindicator/index.html | 3 + components/sensor.mqtt/index.html | 3 + components/sensor.mysensors/index.html | 3 + components/sensor.neato/index.html | 3 + components/sensor.nest/index.html | 3 + components/sensor.nut/index.html | 3 + components/sensor.octoprint/index.html | 3 + components/sensor.onewire/index.html | 3 + components/sensor.pilight/index.html | 3 + components/sensor.random/index.html | 3 + components/sensor.rest/index.html | 3 + components/sensor.rfxtrx/index.html | 3 + components/sensor.scrape/index.html | 3 + components/sensor.sleepiq/index.html | 3 + components/sensor.sonarr/index.html | 3 + components/sensor.statistics/index.html | 3 + components/sensor.synologydsm/index.html | 3 + components/sensor.tcp/index.html | 3 + components/sensor.tellduslive/index.html | 3 + components/sensor.tellstick/index.html | 3 + components/sensor.temper/index.html | 3 + components/sensor.template/index.html | 3 + components/sensor.thinkingcleaner/index.html | 3 + components/sensor.vera/index.html | 3 + components/sensor.verisure/index.html | 3 + components/sensor.waqi/index.html | 3 + components/sensor.wink/index.html | 3 + components/sensor.zigbee/index.html | 3 + components/sensor.zoneminder/index.html | 3 + components/sensor.zwave/index.html | 3 + components/sensor/index.html | 3 + index.html | 4 +- sitemap.xml | 33 +- version.json | 8 +- 83 files changed, 709 insertions(+), 57 deletions(-) create mode 100644 components/sensor.broadlink/index.html diff --git a/atom.xml b/atom.xml index 5dc4e48849..ffc1267276 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-12-04T12:08:29+00:00 + 2016-12-04T19:21:39+00:00 https://home-assistant.io/ @@ -63,7 +63,7 @@
  • Camera: Integration for Nest cameras (@technicalpickles)
  • Light: Support for light effects (@Diaoul)
  • Sensor: New Threshold sensor (@fabaff)
  • -
  • Media player: New DuneHD integration(@valentinalexeev)
  • +
  • Media player: New DuneHD integration(@valentinalexeev)
  • Media player: Controlling support for Philips TVs (@aequitas)
  • Camera: Support for Amcrest cameras (@tchellomello)
  • @@ -91,7 +91,32 @@ @michaelarnauts, @tchellomello, @lwis, @bjarniivarsson, @danielperna84, @LinuxChristian, @MartinHjelmare, @dethpickle, @jnewland, @lichtteil, @brandonweeks, @partofthething, @mnoorenberghe, @bah2830, and @albertoarias.
  • -

    Breaking changes

    +

    Release 0.34.1 - December 4

    + +

    This release has a bunch of bug fixes including a big one: emulated_hue will now work with Google Home! We usually reserve patch releases for small bug fixes but we considered this more impactful bug fix so important that we’re including it now instead of having people wait two weeks.

    + +

    To make the fix backwards compatible (it is a patch release after all) you will have to add two new configuration option to emulated_hue to have it work with Google Home:

    + +
    emulated_hue:
    +  type: google_home
    +  # This is important. Sadly, Google Home will not work with other ports.
    +  listen_port: 80
    +
    +
    + +

    We are working on a better solution for 0.35.

    + + + +

    Breaking changes