diff --git a/atom.xml b/atom.xml index 7aeb2e1870..7af8b8c31b 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
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.
+ +@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
+
+…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)
-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)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)
+(@balloob - #11499) (cloud docs) (google_assistant docs) (breaking change)
-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)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)
+