diff --git a/source/changelogs/core-2022.3.markdown b/source/changelogs/core-2022.3.markdown index 26912955913..d15dfc2108e 100644 --- a/source/changelogs/core-2022.3.markdown +++ b/source/changelogs/core-2022.3.markdown @@ -756,6 +756,40 @@ For a summary in a more readable format: - Re-enable apcupsd ([@pailloM] - [#67264]) ([apcupsd docs]) (beta fix) - Fix dhcp None hostname ([@MartinHjelmare] - [#67289]) ([dhcp docs]) (beta fix) - Bump frontend to 20220226.0 ([@balloob] - [#67313]) ([frontend docs]) (beta fix) +- Remove redundant type cast ([@cdce8p] - [#67317]) ([frontend docs]) (beta fix) +- Bump pyoverkiz to 1.3.9 in Overkiz integration ([@iMicknl] - [#67339]) ([overkiz docs]) (beta fix) +- Guard for index error in picnic ([@balloob] - [#67345]) ([picnic docs]) (beta fix) +- Guard for non-string inputs in Alexa ([@balloob] - [#67348]) ([alexa docs]) (beta fix) +- Bump plexapi to 4.10.0 ([@jjlawren] - [#67364]) ([plex docs]) (beta fix) +- Fix race when unsubscribing from MQTT topics ([@emontnemery] - [#67376]) ([mqtt docs]) (beta fix) +- Reduce magic in Sonos error handling fixture ([@jjlawren] - [#67401]) ([sonos docs]) (beta fix) +- Bump zeroconf to 0.38.4 ([@bdraco] - [#67406]) ([zeroconf docs]) (beta fix) +- Partially revert powerwall abs change from #67245 ([@bdraco] - [#67300]) ([powerwall docs]) (beta fix) +- Support disconnected Powerwall configuration ([@jumbledbytes] - [#67325]) ([powerwall docs]) (beta fix) +- Add flipr API error detection and catch it correctly. ([@cnico] - [#67405]) ([flipr docs]) (beta fix) +- Add support for detecting hostname based addresses as internal ([@balloob] - [#67407]) (beta fix) +- Restore children media class ([@balloob] - [#67409]) ([media_player docs]) ([cast docs]) ([dlna_dmr docs]) ([motioneye docs]) ([dlna_dms docs]) (beta fix) +- Avoid creating wiring select for Magic Home if its not supported ([@bdraco] - [#67417]) ([flux_led docs]) (beta fix) +- CONF_SLAVE do not have default 0 in a validator ([@janiversen] - [#67418]) ([modbus docs]) (beta fix) +- Correct selector for remote integration line 50 ([@JeroenTuinstra] - [#67432]) ([remote docs]) (beta fix) +- Bump python-songpal to 0.14.1 ([@rytilahti] - [#67435]) ([songpal docs]) (beta fix) +- Fix CO2Signal having unknown data ([@frenck] - [#67453]) ([co2signal docs]) (beta fix) +- Bump frontend to 20220301.0 ([@balloob] - [#67457]) ([frontend docs]) (beta fix) +- Add missing temperature sensor for Shelly Motion2 ([@chemelli74] - [#67458]) ([shelly docs]) (beta fix) +- Improve mobile_app key handling ([@emontnemery] - [#67429]) ([mobile_app docs]) (beta fix) +- Rfxtrx correct overzealous type checking ([@elupus] - [#67437]) ([rfxtrx docs]) (beta fix) +- Improve binary sensor group when member is unknown or unavailable ([@emontnemery] - [#67468]) ([group docs]) (breaking-change) (beta fix) +- Bump to aiohomekit 0.7.15 ([@Jc2k] - [#67470]) ([homekit_controller docs]) (beta fix) +- Remove Ecobee homekit vendor extensions that just don't work ([@Jc2k] - [#67474]) ([homekit_controller docs]) (breaking-change) (beta fix) +- Sort DMS results using only criteria supported by the device ([@chishm] - [#67475]) ([dlna_dms docs]) (beta fix) +- Bump aioshelly to 1.0.11 ([@thecode] - [#67476]) ([shelly docs]) (beta fix) +- Address late review of flipr ([@cnico] - [#67477]) ([flipr docs]) (beta fix) +- Add guard radio browser media source ([@balloob] - [#67486]) ([radio_browser docs]) (beta fix) +- Don't trigger device removal for non rfxtrx devices ([@elupus] - [#67315]) ([rfxtrx docs]) (beta fix) +- Bump docker/login-action from 1.13.0 to 1.14.0 (@dependabot - [#67416]) (beta fix) +- Bump docker/login-action from 1.14.0 to 1.14.1 (@dependabot - [#67462]) (beta fix) +- Split meta image creation ([@ludeeus] - [#67480]) (beta fix) +- Set fail-fast to false for meta container ([@ludeeus] - [#67484]) (beta fix) [#42771]: https://github.com/home-assistant/core/pull/42771 @@ -1503,7 +1537,41 @@ For a summary in a more readable format: [#67262]: https://github.com/home-assistant/core/pull/67262 [#67264]: https://github.com/home-assistant/core/pull/67264 [#67289]: https://github.com/home-assistant/core/pull/67289 +[#67300]: https://github.com/home-assistant/core/pull/67300 [#67313]: https://github.com/home-assistant/core/pull/67313 +[#67315]: https://github.com/home-assistant/core/pull/67315 +[#67317]: https://github.com/home-assistant/core/pull/67317 +[#67325]: https://github.com/home-assistant/core/pull/67325 +[#67339]: https://github.com/home-assistant/core/pull/67339 +[#67345]: https://github.com/home-assistant/core/pull/67345 +[#67348]: https://github.com/home-assistant/core/pull/67348 +[#67364]: https://github.com/home-assistant/core/pull/67364 +[#67376]: https://github.com/home-assistant/core/pull/67376 +[#67401]: https://github.com/home-assistant/core/pull/67401 +[#67405]: https://github.com/home-assistant/core/pull/67405 +[#67406]: https://github.com/home-assistant/core/pull/67406 +[#67407]: https://github.com/home-assistant/core/pull/67407 +[#67409]: https://github.com/home-assistant/core/pull/67409 +[#67416]: https://github.com/home-assistant/core/pull/67416 +[#67417]: https://github.com/home-assistant/core/pull/67417 +[#67418]: https://github.com/home-assistant/core/pull/67418 +[#67429]: https://github.com/home-assistant/core/pull/67429 +[#67432]: https://github.com/home-assistant/core/pull/67432 +[#67435]: https://github.com/home-assistant/core/pull/67435 +[#67437]: https://github.com/home-assistant/core/pull/67437 +[#67453]: https://github.com/home-assistant/core/pull/67453 +[#67457]: https://github.com/home-assistant/core/pull/67457 +[#67458]: https://github.com/home-assistant/core/pull/67458 +[#67462]: https://github.com/home-assistant/core/pull/67462 +[#67468]: https://github.com/home-assistant/core/pull/67468 +[#67470]: https://github.com/home-assistant/core/pull/67470 +[#67474]: https://github.com/home-assistant/core/pull/67474 +[#67475]: https://github.com/home-assistant/core/pull/67475 +[#67476]: https://github.com/home-assistant/core/pull/67476 +[#67477]: https://github.com/home-assistant/core/pull/67477 +[#67480]: https://github.com/home-assistant/core/pull/67480 +[#67484]: https://github.com/home-assistant/core/pull/67484 +[#67486]: https://github.com/home-assistant/core/pull/67486 [@AnilDaoud]: https://github.com/AnilDaoud [@Bre77]: https://github.com/Bre77 [@Cereal2nd]: https://github.com/Cereal2nd @@ -1519,6 +1587,7 @@ For a summary in a more readable format: [@Flameeyes]: https://github.com/Flameeyes [@G-Two]: https://github.com/G-Two [@Jc2k]: https://github.com/Jc2k +[@JeroenTuinstra]: https://github.com/JeroenTuinstra [@Kane610]: https://github.com/Kane610 [@Kirmas]: https://github.com/Kirmas [@Kisty]: https://github.com/Kisty @@ -1555,6 +1624,7 @@ For a summary in a more readable format: [@cgtobi]: https://github.com/cgtobi [@chemelli74]: https://github.com/chemelli74 [@chishm]: https://github.com/chishm +[@cnico]: https://github.com/cnico [@corneyl]: https://github.com/corneyl [@ctalkington]: https://github.com/ctalkington [@davet2001]: https://github.com/davet2001 @@ -1594,6 +1664,7 @@ For a summary in a more readable format: [@jsoref]: https://github.com/jsoref [@jt-nti]: https://github.com/jt-nti [@julesxxl]: https://github.com/julesxxl +[@jumbledbytes]: https://github.com/jumbledbytes [@kbickar]: https://github.com/kbickar [@kevdliu]: https://github.com/kevdliu [@klaasnicolaas]: https://github.com/klaasnicolaas @@ -1674,6 +1745,7 @@ For a summary in a more readable format: [camera docs]: /integrations/camera/ [cast docs]: /integrations/cast/ [cloud docs]: /integrations/cloud/ +[co2signal docs]: /integrations/co2signal/ [coinbase docs]: /integrations/coinbase/ [command_line docs]: /integrations/command_line/ [config docs]: /integrations/config/ @@ -1707,6 +1779,7 @@ For a summary in a more readable format: [fireservicerota docs]: /integrations/fireservicerota/ [firmata docs]: /integrations/firmata/ [fivem docs]: /integrations/fivem/ +[flipr docs]: /integrations/flipr/ [flux_led docs]: /integrations/flux_led/ [freebox docs]: /integrations/freebox/ [fritz docs]: /integrations/fritz/ @@ -1724,6 +1797,7 @@ For a summary in a more readable format: [google_translate docs]: /integrations/google_translate/ [google_travel_time docs]: /integrations/google_travel_time/ [greeneye_monitor docs]: /integrations/greeneye_monitor/ +[group docs]: /integrations/group/ [guardian docs]: /integrations/guardian/ [hassio docs]: /integrations/hassio/ [homekit docs]: /integrations/homekit/ @@ -1796,6 +1870,7 @@ For a summary in a more readable format: [radarr docs]: /integrations/radarr/ [radio_browser docs]: /integrations/radio_browser/ [recorder docs]: /integrations/recorder/ +[remote docs]: /integrations/remote/ [renault docs]: /integrations/renault/ [rflink docs]: /integrations/rflink/ [rfxtrx docs]: /integrations/rfxtrx/