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