From 38773a825af799bd474f5e8e1652752298822c24 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 31 May 2022 16:36:10 +0200 Subject: [PATCH] 2022.6: Update changelog up to 2022.6.0b5 --- source/changelogs/core-2022.6.markdown | 128 ++++++++++++++++++++++++- 1 file changed, 127 insertions(+), 1 deletion(-) diff --git a/source/changelogs/core-2022.6.markdown b/source/changelogs/core-2022.6.markdown index 2b5a0853480..9ef3b972f27 100644 --- a/source/changelogs/core-2022.6.markdown +++ b/source/changelogs/core-2022.6.markdown @@ -480,7 +480,7 @@ For a summary in a more readable format: - Add marciogranzotto as a Bond codeowner ([@marciogranzotto] - [#72238]) ([bond docs]) - Address late feedback on Deluge config flow ([@tkdrob] - [#71497]) ([deluge docs]) - Remove combined translations / optional markers from Konnected ([@frenck] - [#72252]) ([konnected docs]) -- Move manual configuration of MQTT binary_sensor to the integration key ([@jbouwh] - [#72183]) ([mqtt docs]) (breaking-change) +- Move manual configuration of MQTT binary_sensor to the integration key ([@jbouwh] - [#72183]) ([mqtt docs]) - Update async-upnp-client to 0.30.0 ([@chishm] - [#72269]) ([upnp docs]) ([yeelight docs]) ([dlna_dmr docs]) ([samsungtv docs]) ([ssdp docs]) ([dlna_dms docs]) (dependency) - Add ConfigFlow for here_travel_time ([@eifinger] - [#69212]) ([here_travel_time docs]) (breaking-change) (config-flow) - Remove google found_calendar service ([@allenporter] - [#72260]) ([google docs]) (breaking-change) @@ -647,6 +647,62 @@ For a summary in a more readable format: - Hardware integration MVP ([@emontnemery] - [#71677]) ([hassio docs]) ([hardware docs]) ([raspberrypi docs]) (new-integration) - Update mypy to 0.960 ([@cdce8p] - [#72481]) ([recorder docs]) ([sonos docs]) (dependency) - Bump Frontend to 20220525.0 ([@zsarnett] - [#72496]) ([frontend docs]) +- Throw nest climate API errors as HomeAssistantErrors ([@allenporter] - [#72474]) ([nest docs]) (beta fix) +- Add hardkernel hardware integration ([@emontnemery] - [#72489]) ([hardkernel docs]) (beta fix) (new-integration) +- Move manual configuration of MQTT device_tracker to the integration key ([@jbouwh] - [#72493]) ([mqtt docs]) (beta fix) +- Fixes for logbook filtering and add it to the live stream ([@bdraco] - [#72501]) ([recorder docs]) ([logbook docs]) (beta fix) +- Fix flux_led taking a long time to recover after offline ([@bdraco] - [#72507]) ([flux_led docs]) (beta fix) (dependency) +- Update node statistics for zwave_js device diagnostics dump ([@raman325] - [#72509]) ([zwave_js docs]) (beta fix) +- Fix Google Assistant brightness calculation ([@jack5mikemotown] - [#72514]) ([google_assistant docs]) (beta fix) +- Fix bond device state with v3 firmwares ([@marciogranzotto] - [#72516]) ([bond docs]) (beta fix) (dependency) +- Fix jitter in nzbget uptime sensor ([@raman325] - [#72518]) ([nzbget docs]) (beta fix) +- Fix Moehlenhoff Alpha2 set_target_temperature and set_heat_area_mode ([@j-a-n] - [#72533]) ([moehlenhoff_alpha2 docs]) (beta fix) +- Add logbook entries for zwave_js events ([@raman325] - [#72508]) ([zwave_js docs]) (beta fix) +- Include provider type in auth token response ([@balloob] - [#72560]) ([auth docs]) (beta fix) +- Update frontend to 20220526.0 ([@bramkragten] - [#72567]) ([frontend docs]) (beta fix) +- Attach SSL context to SMTP notify and IMAP sensor ([@balloob] - [#72568]) ([imap_email_content docs]) ([smtp docs]) (breaking-change) (beta fix) +- fjaraskupan: Don't set hardware filters for service id ([@elupus] - [#72569]) ([fjaraskupan docs]) (beta fix) +- Fix memory leak when firing state_changed events ([@bdraco] - [#72571]) (beta fix) +- Bump httpx to 0.23.0 ([@uvjustin] - [#72573]) (beta fix) +- Reduce the scope of the google calendar track deprecation ([@allenporter] - [#72575]) ([google docs]) (beta fix) +- Revert "Remove sqlite 3.34.1 downgrade workaround by reverting "Downgrade sqlite-libs on docker image (#55591)" (#72342)" ([@bdraco] - [#72578]) (beta fix) +- Simplify MQTT PLATFORM_CONFIG_SCHEMA_BASE ([@emontnemery] - [#72589]) ([mqtt docs]) (beta fix) +- Require passing target player when resolving media ([@emontnemery] - [#72593]) ([media_source docs]) (beta fix) +- Update integrations to pass target player when resolving media ([@emontnemery] - [#72597]) (beta fix) +- Bump laundrify_aio to v1.1.2 ([@xLarry] - [#72605]) ([laundrify docs]) (beta fix) (dependency) +- Revert "Add service entity context (#71558)" ([@balloob] - [#72610]) (beta fix) +- Fix recorder system health when the db_url is lacking a hostname ([@bdraco] - [#72612]) ([recorder docs]) (beta fix) +- Bump regenmaschine to 2022.05.0 ([@bachya] - [#72613]) ([rainmachine docs]) (beta fix) (dependency) +- Add explict type casts for postgresql filters ([@bdraco] - [#72615]) ([recorder docs]) (beta fix) +- Handle OAuth2 rejection ([@balloob] - [#72040]) (beta fix) +- Don't import google calendar user pref for disabling new entities ([@allenporter] - [#72652]) ([google docs]) (breaking-change) (beta fix) +- Defer google calendar integration reload to a task to avoid races of reload during setup ([@allenporter] - [#72608]) ([google docs]) (beta fix) +- Escape % and _ in history/logbook entity_globs, and use ? as _ ([@bdraco] - [#72623]) ([recorder docs]) ([history docs]) (beta fix) +- Bump awesomeversion from 22.5.1 to 22.5.2 ([@ludeeus] - [#72624]) (beta fix) (dependency) +- Prevent config entries from being reloaded concurrently ([@bdraco] - [#72636]) (beta fix) +- Bump bimmer_connected to 0.9.2 ([@rikroe] - [#72653]) ([bmw_connected_drive docs]) (beta fix) (dependency) +- Manage stations via integrations configuration in Tankerkoenig ([@mib1185] - [#72654]) ([tankerkoenig docs]) (beta fix) +- Incorporate various improvements for the ws66i integration ([@ssaenger] - [#71717]) ([ws66i docs]) (beta fix) +- Convert media player enqueue to an enum ([@balloob] - [#72406]) ([media_player docs]) ([tts docs]) ([sonos docs]) ([squeezebox docs]) ([bluesound docs]) ([heos docs]) (breaking-change) (beta fix) +- Fix yolink device unavailable on startup ([@matrixd2] - [#72579]) ([yolink docs]) (beta fix) +- Fix homewizard diagnostics and add tests ([@DCSBL] - [#72611]) ([homewizard docs]) (beta fix) +- iAlarm XR integration refinements ([@bigmoby] - [#72616]) ([ialarm_xr docs]) (beta fix) (dependency) +- Guard against missing data in 1st generation RainMachine controllers ([@bachya] - [#72632]) ([rainmachine docs]) (beta fix) +- Fix zwave_js custom trigger validation bug ([@raman325] - [#72656]) ([zwave_js docs]) (beta fix) +- Allow removing a ring device ([@balloob] - [#72665]) ([ring docs]) (beta fix) +- Switch severity for gesture logging ([@ludeeus] - [#72668]) ([nanoleaf docs]) (beta fix) +- Check ISY994 climate for unknown humidity on Z-Wave Thermostat ([@shbatm] - [#72670]) ([isy994 docs]) (beta fix) +- Address late review comments for Tankerkoenig ([@mib1185] - [#72672]) ([tankerkoenig docs]) (beta fix) +- Bump bimmer_connected to 0.9.3 ([@rikroe] - [#72677]) ([bmw_connected_drive docs]) (beta fix) (dependency) +- Bump hatasmota to 0.5.1 ([@emontnemery] - [#72696]) ([tasmota docs]) (beta fix) +- Improve handling of MQTT overridden settings ([@emontnemery] - [#72698]) ([mqtt docs]) (beta fix) +- Add support for announce to play_media ([@balloob] - [#72566]) ([media_player docs]) ([tts docs]) (beta fix) +- Make logbook inherit the recorder filter ([@bdraco] - [#72728]) ([recorder docs]) ([logbook docs]) (breaking-change) (beta fix) +- Bump plexapi to 4.11.2 ([@jjlawren] - [#72729]) ([plex docs]) (beta fix) (dependency) +- Bump zwave-js-server-python to 0.37.1 ([@raman325] - [#72731]) ([zwave_js docs]) (beta fix) (dependency) +- Fix invalid RainMachine syntax ([@bachya] - [#72732]) ([rainmachine docs]) (beta fix) +- Bump regenmaschine to 2022.05.1 ([@bachya] - [#72735]) ([rainmachine docs]) (beta fix) (dependency) +- Bump simplisafe-python to 2022.05.2 ([@bachya] - [#72740]) ([simplisafe docs]) (beta fix) (dependency) [#50284]: https://github.com/home-assistant/core/pull/50284 [#54266]: https://github.com/home-assistant/core/pull/54266 @@ -907,6 +963,7 @@ For a summary in a more readable format: [#71710]: https://github.com/home-assistant/core/pull/71710 [#71713]: https://github.com/home-assistant/core/pull/71713 [#71716]: https://github.com/home-assistant/core/pull/71716 +[#71717]: https://github.com/home-assistant/core/pull/71717 [#71719]: https://github.com/home-assistant/core/pull/71719 [#71720]: https://github.com/home-assistant/core/pull/71720 [#71721]: https://github.com/home-assistant/core/pull/71721 @@ -1060,6 +1117,7 @@ For a summary in a more readable format: [#72031]: https://github.com/home-assistant/core/pull/72031 [#72032]: https://github.com/home-assistant/core/pull/72032 [#72039]: https://github.com/home-assistant/core/pull/72039 +[#72040]: https://github.com/home-assistant/core/pull/72040 [#72043]: https://github.com/home-assistant/core/pull/72043 [#72047]: https://github.com/home-assistant/core/pull/72047 [#72049]: https://github.com/home-assistant/core/pull/72049 @@ -1247,6 +1305,7 @@ For a summary in a more readable format: [#72400]: https://github.com/home-assistant/core/pull/72400 [#72403]: https://github.com/home-assistant/core/pull/72403 [#72404]: https://github.com/home-assistant/core/pull/72404 +[#72406]: https://github.com/home-assistant/core/pull/72406 [#72407]: https://github.com/home-assistant/core/pull/72407 [#72408]: https://github.com/home-assistant/core/pull/72408 [#72411]: https://github.com/home-assistant/core/pull/72411 @@ -1274,6 +1333,7 @@ For a summary in a more readable format: [#72467]: https://github.com/home-assistant/core/pull/72467 [#72471]: https://github.com/home-assistant/core/pull/72471 [#72472]: https://github.com/home-assistant/core/pull/72472 +[#72474]: https://github.com/home-assistant/core/pull/72474 [#72475]: https://github.com/home-assistant/core/pull/72475 [#72476]: https://github.com/home-assistant/core/pull/72476 [#72478]: https://github.com/home-assistant/core/pull/72478 @@ -1282,9 +1342,61 @@ For a summary in a more readable format: [#72484]: https://github.com/home-assistant/core/pull/72484 [#72485]: https://github.com/home-assistant/core/pull/72485 [#72488]: https://github.com/home-assistant/core/pull/72488 +[#72489]: https://github.com/home-assistant/core/pull/72489 [#72490]: https://github.com/home-assistant/core/pull/72490 +[#72493]: https://github.com/home-assistant/core/pull/72493 [#72496]: https://github.com/home-assistant/core/pull/72496 [#72497]: https://github.com/home-assistant/core/pull/72497 +[#72501]: https://github.com/home-assistant/core/pull/72501 +[#72507]: https://github.com/home-assistant/core/pull/72507 +[#72508]: https://github.com/home-assistant/core/pull/72508 +[#72509]: https://github.com/home-assistant/core/pull/72509 +[#72514]: https://github.com/home-assistant/core/pull/72514 +[#72516]: https://github.com/home-assistant/core/pull/72516 +[#72518]: https://github.com/home-assistant/core/pull/72518 +[#72533]: https://github.com/home-assistant/core/pull/72533 +[#72560]: https://github.com/home-assistant/core/pull/72560 +[#72566]: https://github.com/home-assistant/core/pull/72566 +[#72567]: https://github.com/home-assistant/core/pull/72567 +[#72568]: https://github.com/home-assistant/core/pull/72568 +[#72569]: https://github.com/home-assistant/core/pull/72569 +[#72571]: https://github.com/home-assistant/core/pull/72571 +[#72573]: https://github.com/home-assistant/core/pull/72573 +[#72575]: https://github.com/home-assistant/core/pull/72575 +[#72578]: https://github.com/home-assistant/core/pull/72578 +[#72579]: https://github.com/home-assistant/core/pull/72579 +[#72589]: https://github.com/home-assistant/core/pull/72589 +[#72593]: https://github.com/home-assistant/core/pull/72593 +[#72597]: https://github.com/home-assistant/core/pull/72597 +[#72605]: https://github.com/home-assistant/core/pull/72605 +[#72608]: https://github.com/home-assistant/core/pull/72608 +[#72610]: https://github.com/home-assistant/core/pull/72610 +[#72611]: https://github.com/home-assistant/core/pull/72611 +[#72612]: https://github.com/home-assistant/core/pull/72612 +[#72613]: https://github.com/home-assistant/core/pull/72613 +[#72615]: https://github.com/home-assistant/core/pull/72615 +[#72616]: https://github.com/home-assistant/core/pull/72616 +[#72623]: https://github.com/home-assistant/core/pull/72623 +[#72624]: https://github.com/home-assistant/core/pull/72624 +[#72632]: https://github.com/home-assistant/core/pull/72632 +[#72636]: https://github.com/home-assistant/core/pull/72636 +[#72652]: https://github.com/home-assistant/core/pull/72652 +[#72653]: https://github.com/home-assistant/core/pull/72653 +[#72654]: https://github.com/home-assistant/core/pull/72654 +[#72656]: https://github.com/home-assistant/core/pull/72656 +[#72665]: https://github.com/home-assistant/core/pull/72665 +[#72668]: https://github.com/home-assistant/core/pull/72668 +[#72670]: https://github.com/home-assistant/core/pull/72670 +[#72672]: https://github.com/home-assistant/core/pull/72672 +[#72677]: https://github.com/home-assistant/core/pull/72677 +[#72696]: https://github.com/home-assistant/core/pull/72696 +[#72698]: https://github.com/home-assistant/core/pull/72698 +[#72728]: https://github.com/home-assistant/core/pull/72728 +[#72729]: https://github.com/home-assistant/core/pull/72729 +[#72731]: https://github.com/home-assistant/core/pull/72731 +[#72732]: https://github.com/home-assistant/core/pull/72732 +[#72735]: https://github.com/home-assistant/core/pull/72735 +[#72740]: https://github.com/home-assistant/core/pull/72740 [@Abadede]: https://github.com/Abadede [@Adminiuga]: https://github.com/Adminiuga [@AlainH]: https://github.com/AlainH @@ -1313,6 +1425,7 @@ For a summary in a more readable format: [@andre-richter]: https://github.com/andre-richter [@atj]: https://github.com/atj [@austinmroczek]: https://github.com/austinmroczek +[@bachya]: https://github.com/bachya [@balloob]: https://github.com/balloob [@bdr99]: https://github.com/bdr99 [@bdraco]: https://github.com/bdraco @@ -1346,6 +1459,7 @@ For a summary in a more readable format: [@hastarin]: https://github.com/hastarin [@iMicknl]: https://github.com/iMicknl [@j-a-n]: https://github.com/j-a-n +[@jack5mikemotown]: https://github.com/jack5mikemotown [@jbouwh]: https://github.com/jbouwh [@jeeftor]: https://github.com/jeeftor [@jesserockz]: https://github.com/jesserockz @@ -1376,6 +1490,7 @@ For a summary in a more readable format: [@rikroe]: https://github.com/rikroe [@scop]: https://github.com/scop [@screenagerbe]: https://github.com/screenagerbe +[@shbatm]: https://github.com/shbatm [@spacegaier]: https://github.com/spacegaier [@ssaenger]: https://github.com/ssaenger [@starkillerOG]: https://github.com/starkillerOG @@ -1406,11 +1521,13 @@ For a summary in a more readable format: [asuswrt docs]: /integrations/asuswrt/ [august docs]: /integrations/august/ [aurora_abb_powerone docs]: /integrations/aurora_abb_powerone/ +[auth docs]: /integrations/auth/ [automation docs]: /integrations/automation/ [axis docs]: /integrations/axis/ [baf docs]: /integrations/baf/ [balboa docs]: /integrations/balboa/ [binary_sensor docs]: /integrations/binary_sensor/ +[bluesound docs]: /integrations/bluesound/ [bmw_connected_drive docs]: /integrations/bmw_connected_drive/ [bond docs]: /integrations/bond/ [broadlink docs]: /integrations/broadlink/ @@ -1471,6 +1588,7 @@ For a summary in a more readable format: [group docs]: /integrations/group/ [gstreamer docs]: /integrations/gstreamer/ [hangouts docs]: /integrations/hangouts/ +[hardkernel docs]: /integrations/hardkernel/ [hardware docs]: /integrations/hardware/ [hassio docs]: /integrations/hassio/ [hdmi_cec docs]: /integrations/hdmi_cec/ @@ -1489,8 +1607,10 @@ For a summary in a more readable format: [hue docs]: /integrations/hue/ [humidifier docs]: /integrations/humidifier/ [hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/ +[ialarm_xr docs]: /integrations/ialarm_xr/ [ialarmxr docs]: /integrations/ialarmxr/ [iaqualink docs]: /integrations/iaqualink/ +[imap_email_content docs]: /integrations/imap_email_content/ [insteon docs]: /integrations/insteon/ [integration docs]: /integrations/integration/ [intellifire docs]: /integrations/intellifire/ @@ -1517,6 +1637,7 @@ For a summary in a more readable format: [mazda docs]: /integrations/mazda/ [meater docs]: /integrations/meater/ [media_player docs]: /integrations/media_player/ +[media_source docs]: /integrations/media_source/ [mobile_app docs]: /integrations/mobile_app/ [moehlenhoff_alpha2 docs]: /integrations/moehlenhoff_alpha2/ [motion_blinds docs]: /integrations/motion_blinds/ @@ -1531,6 +1652,7 @@ For a summary in a more readable format: [niko_home_control docs]: /integrations/niko_home_control/ [number docs]: /integrations/number/ [nut docs]: /integrations/nut/ +[nzbget docs]: /integrations/nzbget/ [onboarding docs]: /integrations/onboarding/ [onewire docs]: /integrations/onewire/ [onvif docs]: /integrations/onvif/ @@ -1549,6 +1671,7 @@ For a summary in a more readable format: [powerwall docs]: /integrations/powerwall/ [qnap_qsw docs]: /integrations/qnap_qsw/ [rainforest_eagle docs]: /integrations/rainforest_eagle/ +[rainmachine docs]: /integrations/rainmachine/ [raspberrypi docs]: /integrations/raspberrypi/ [recorder docs]: /integrations/recorder/ [remote docs]: /integrations/remote/ @@ -1567,6 +1690,7 @@ For a summary in a more readable format: [senz docs]: /integrations/senz/ [shelly docs]: /integrations/shelly/ [shiftr docs]: /integrations/shiftr/ +[simplisafe docs]: /integrations/simplisafe/ [slack docs]: /integrations/slack/ [smartthings docs]: /integrations/smartthings/ [sms docs]: /integrations/sms/ @@ -1583,6 +1707,7 @@ For a summary in a more readable format: [stream docs]: /integrations/stream/ [switch docs]: /integrations/switch/ [synology_dsm docs]: /integrations/synology_dsm/ +[tankerkoenig docs]: /integrations/tankerkoenig/ [tasmota docs]: /integrations/tasmota/ [template docs]: /integrations/template/ [tensorflow docs]: /integrations/tensorflow/ @@ -1592,6 +1717,7 @@ For a summary in a more readable format: [trafikverket_train docs]: /integrations/trafikverket_train/ [trafikverket_weatherstation docs]: /integrations/trafikverket_weatherstation/ [trend docs]: /integrations/trend/ +[tts docs]: /integrations/tts/ [tuya docs]: /integrations/tuya/ [unifi docs]: /integrations/unifi/ [unifiprotect docs]: /integrations/unifiprotect/