From 5f2866d7853de4fd81f4229e8c108d26db6f33d3 Mon Sep 17 00:00:00 2001
From: Franck Nijhof
-
+
Home Assistant Core and Container installations can now also back up their instance.
-The condition ensure this automation will only trigger if someone is home.
+The condition ensures this automation will only trigger if someone is home.
@@ -448,7 +448,7 @@ There is much more juice in this release; here are some of the other noteworthy changes this release: - [@balloob] took a deep dive into the world of media players and made sure - many more of them now work the media browser and play media action! + many more of them now work with the media browser and play media action! If you use: [Bluesound], [Denon HEOS], [forked-daapd], [Linn / OpenHome], [Logitech Squeezebox], [Music Player Daemon (MPD)], [Panasonic Viera], [UniFi Protect], or [Yamaha MusicCast], you can now use the media browser! @@ -457,8 +457,8 @@ noteworthy changes this release: need to customize `device_class` in YAML anymore. Thanks, [@zsarnett]! - The [Material Design Icons] have been updated! Check out all [these beautiful new icons] we can use now! Thanks, [@goyney]! -- Our analytics integration now sends if you are using SSL certificates - in Home Assistant (yes or no). Of course, +- Our analytics integration now include data on using SSL certificates + in Home Assistant (yes or no) in the analytics. Of course, {% my general title="only if you have enabled Analytics" %}. Thanks for enabling it 💙! - [Timers] can now restore/survive their state across restarts. Awesome work @@ -949,7 +949,7 @@ Additional attributes for the File Size sensors has been extracted into their own sensors which are disabled by default. If you were previously using any of these attributes your automations, -scripts etc. needs to be updated to use the new sensors. +scripts etc. need to be updated to use the new sensors. ([@gjohansson-ST] - [#67668]) ([documentation](/integrations/filesize)) @@ -1131,7 +1131,7 @@ removed from your YAML configuration files. {% details "Nest" %} -Legacy Works with Net API deprecation is put on hold until issues with +Legacy Works with Nest API deprecation is put on hold until issues with SDM API OAuth signups are resolved (so this is an un-breaking change). ([@allenporter] - [#68715]) ([documentation](/integrations/nest)) @@ -1232,7 +1232,7 @@ This applies to the following PVOutput attributes: - `temperature` - `voltage` -If you relied on these in your automation or scripts, you need to adopt those +If you relied on these in your automations or scripts, you need to adopt those to use the new separate sensors instead. ([@bdraco] - [#68481]) ([documentation](/integrations/pvoutput)) @@ -1279,8 +1279,8 @@ be derived from the `entity_id`. The attributes for the `sun.sun` entity are no longer recorded in the database. As historical data can be derived from the `astral` library without the -need to fetch it the database, it didn't seem like it needs to be copied -there as well since it frequently generates new attributes rows in the database. +need to fetch it from the database, it was decided to remove the sun attributes +from the database since it frequently generates new attribute rows in the database. ([@bdraco] - [#68404]) ([documentation](/integrations/recorder)) @@ -1335,8 +1335,8 @@ The following attributes are no longer recorded: {% details "RFXCOM RFXtrx" %} -Support for signal repetition for devices have been removed. RFXCOM internally -repeat packets as needed per protocol. +Support for signal repetition for devices has been removed. RFXCOM internally +repeats packets as needed per protocol. ([@elupus] - [#67675]) ([documentation](/integrations/rfxtrx)) @@ -1357,10 +1357,10 @@ will now retrieve the temperature and humidity from the room sensor. --- -The previously deprecated YAML configuration of the Version +The previously deprecated YAML configuration of the Sensibo integration has been removed. -Version is now configured via the UI, any existing YAML +Sensibo is now configured via the UI, any existing YAML configuration has been imported in previous releases and can now be safely removed from your YAML configuration files. @@ -1513,10 +1513,10 @@ after upgrading. --- -The `is_open` attribute is removed from all entities and now exposed as own +The `is_open` attribute is removed from all entities and now exposed as its own sensor. -If you have automations or script relying on this attribute, you will need +If you have automations or scripts relying on this attribute, you will need to adjust them for this change. ([@mib1185] - [#68925]) ([documentation](/integrations/tankerkoenig)) @@ -1590,8 +1590,8 @@ removed from your YAML configuration files. --- - The attribute for measure time is now a proper iso formatted string. -- The attribute for available has been removed and is now setting the entity - available or not. +- The attribute for available has been removed and the entity instead sets + its state to unavailable when not available. Any automation or script depending on these attributes has to be updated to reflect these changes. @@ -1717,7 +1717,7 @@ removed from your YAML configuration files. {% details "WLED" %} -The firm update `binary_sensor` and `button` entities are deprecated and +The firmware update `binary_sensor` and `button` entities are deprecated and will be removed in Home Assistant 2022.6. Instead, the WLED integration now provides a brand new `update` entity @@ -1769,7 +1769,7 @@ The Z-Wave JS siren entities will now return `unknown` as a state if the corresponding driver value is missing. Previously the state defaulted to `off` in these cases. You might need to -consider thi in automations and scripts that rely on a Z-Wave JS siren +consider this in automations and scripts that rely on a Z-Wave JS siren entity state. ([@MartinHjelmare] - [#67172]) ([documentation](/integrations/zwave_js))