diff --git a/atom.xml b/atom.xml index 7aeb2e1870..7af8b8c31b 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2018-01-16T08:41:35+00:00 + 2018-01-17T12:18:20+00:00 https://home-assistant.io/ @@ -30,7 +30,23 @@

Hass.io updates

-

Pascal has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.

+

@pvizeli has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.

+ +

Improved loading speed

+ +

@amelchio has made startup of Home Assistant even faster. All service descriptions are now loaded only when needed by the frontend instead of during startup. This did mean that we had to enforce our service convention. We found a few platforms that didn’t follow this and they have been updated:

+ +
todoist.new_task -> calendar.todoist_new_task
+
+snapcast.snapcast_snapshot -> media_player.snapcast_snapshot
+snapcast.snapcast_restore -> media_player.snapcast_restore
+
+mopar.remote_command -> sensor.mopar_remote_command
+
+broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107
+broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
+
+

New Platforms

@@ -48,6 +64,16 @@
  • Coinbase.com sensor platform (@nkgilley - #11036) (coinbase docs) (sensor.coinbase docs) (new-platform)
  • +

    Release 0.61.1 - January 16

    + + +

    If you need help…

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

    @@ -159,7 +185,23 @@ Note however, that this feature was replaced by a new ignore_string config optio

    (@balloob - #11499) (cloud docs) (google_assistant docs) (breaking change)

    -
  • The climate.set_aux_heat service is no longer available for the Sensibo cliamte platform. Now call climate.turn_on or climate.turn_off. (@andrey-git - #11579) (climate.sensibo docs) (breaking change)
  • +
  • The climate.set_aux_heat service is no longer available for the Sensibo climate platform. Now call climate.turn_on or climate.turn_off. (@andrey-git - #11579) (climate.sensibo docs) (breaking change)
  • +
  • +

    Release 0.61.0 introduced a lazy service loading strategy that relied on all components and platforms following our naming convention. After the release we realized that not all services did, which have been addressed by this fix. This results in certain services changing names:

    + +
     todoist.new_task -> calendar.todoist_new_task
    +
    + snapcast.snapcast_snapshot -> media_player.snapcast_snapshot
    + snapcast.snapcast_restore -> media_player.snapcast_restore
    +
    + mopar.remote_command -> sensor.mopar_remote_command
    +
    + broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107
    + broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
    +
    +
    +

    (@amelchio - #11677) (calendar.todoist docs) (media_player.snapcast docs) (media_player.soundtouch docs) (sensor.mopar docs) (switch.broadlink docs) (switch.scsgate docs) (breaking change)

    +
  • All changes

    diff --git a/blog/2018/01/14/release-61/index.html b/blog/2018/01/14/release-61/index.html index 0e371d7bfc..6638a644d2 100644 --- a/blog/2018/01/14/release-61/index.html +++ b/blog/2018/01/14/release-61/index.html @@ -74,7 +74,7 @@
    - 22 minutes reading time + 23 minutes reading time
      @@ -92,7 +92,20 @@

      Assistant configs

      We made a mistake in the foundation of both the Google Assistant and Alexa integrations: they were storing their config inside customize. This is not the right place and we moved them to be under the components itself. See the breaking changes section on how to migrate.

      Hass.io updates

      -

      Pascal has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.

      +

      @pvizeli has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.

      +

      Improved loading speed

      +

      @amelchio has made startup of Home Assistant even faster. All service descriptions are now loaded only when needed by the frontend instead of during startup. This did mean that we had to enforce our service convention. We found a few platforms that didn’t follow this and they have been updated:

      +
      todoist.new_task -> calendar.todoist_new_task
      +
      +snapcast.snapcast_snapshot -> media_player.snapcast_snapshot
      +snapcast.snapcast_restore -> media_player.snapcast_restore
      +
      +mopar.remote_command -> sensor.mopar_remote_command
      +
      +broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107
      +broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
      +
      +

      New Platforms

      +

      Release 0.61.1 - January 16

      +

      If you need help…

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

      Reporting Issues

      @@ -206,7 +227,22 @@ Note however, that this feature was replaced by a new ignore_string config optio

    (@balloob - #11499) (cloud docs) (google_assistant docs) (breaking change)

    -
  • The climate.set_aux_heat service is no longer available for the Sensibo cliamte platform. Now call climate.turn_on or climate.turn_off. (@andrey-git - #11579) (climate.sensibo docs) (breaking change)
  • +
  • The climate.set_aux_heat service is no longer available for the Sensibo climate platform. Now call climate.turn_on or climate.turn_off. (@andrey-git - #11579) (climate.sensibo docs) (breaking change)
  • +
  • +

    Release 0.61.0 introduced a lazy service loading strategy that relied on all components and platforms following our naming convention. After the release we realized that not all services did, which have been addressed by this fix. This results in certain services changing names:

    +
     todoist.new_task -> calendar.todoist_new_task
    +
    + snapcast.snapcast_snapshot -> media_player.snapcast_snapshot
    + snapcast.snapcast_restore -> media_player.snapcast_restore
    +
    + mopar.remote_command -> sensor.mopar_remote_command
    +
    + broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107
    + broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
    +
    +
    +

    (@amelchio - #11677) (calendar.todoist docs) (media_player.snapcast docs) (media_player.soundtouch docs) (sensor.mopar docs) (switch.broadlink docs) (switch.scsgate docs) (breaking change)

    +
  • All changes