diff --git a/_config.yml b/_config.yml index e5b021d1ea3..1bd28a1cfef 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 112 -current_patch_version: 3 -date_released: 2020-07-06 +current_patch_version: 4 +date_released: 2020-07-08 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2020-07-01-release-112.markdown b/source/_posts/2020-07-01-release-112.markdown index c71307285af..9111768edb9 100644 --- a/source/_posts/2020-07-01-release-112.markdown +++ b/source/_posts/2020-07-01-release-112.markdown @@ -707,7 +707,7 @@ The integrations below have been removed: [#37571]: https://github.com/home-assistant/core/pull/37571 [#37572]: https://github.com/home-assistant/core/pull/37572 [#37579]: https://github.com/home-assistant/core/pull/37579 -[@SeanPM5]: https://github.com/SeanPM5 +[@seanpm5]: https://github.com/SeanPM5 [@bdraco]: https://github.com/bdraco [@bramkragten]: https://github.com/bramkragten [@crazyfx1]: https://github.com/crazyfx1 @@ -715,7 +715,7 @@ The integrations below have been removed: [@emontnemery]: https://github.com/emontnemery [@engrbm87]: https://github.com/engrbm87 [@jjlawren]: https://github.com/jjlawren -[@starkillerOG]: https://github.com/starkillerOG +[@starkillerog]: https://github.com/starkillerOG [braviatv docs]: /integrations/braviatv/ [denonavr docs]: /integrations/denonavr/ [frontend docs]: /integrations/frontend/ @@ -728,6 +728,43 @@ The integrations below have been removed: [vicare docs]: /integrations/vicare/ [withings docs]: /integrations/withings/ +## Release 0.112.4 - July 9 + +- Add kwargs to send_magic_packet() service individually ([@stshontikidis] - [#37387]) ([wake_on_lan docs]) +- Upgrade sonar to 0.2.3 ([@therealryanbonham] - [#37392]) ([sonarr docs]) +- Place smappee supported configurations after device class ([@bsmappee] - [#37595]) ([smappee docs]) +- Update Smappee integration with proper solar, voltage and reactive entities ([@bsmappee] - [#37407]) ([smappee docs]) +- Fix DenonAvr discovery of Denon DN-500AV ([@starkillerOG] - [#37529]) ([denonavr docs]) +- Bump backend library for Dune HD integration ([@bieniu] - [#37594]) ([dunehd docs]) +- Bump aiokef to v0.2.13 which fixes the device from becoming "Unavailable" ([@basnijholt] - [#37607]) ([kef docs]) +- Remove withings use of deprecated classes ([@vangorra] - [#37611]) ([withings docs]) +- Increase slow setup logging to warning level ([@bdraco] - [#37635]) + +[#37387]: https://github.com/home-assistant/core/pull/37387 +[#37392]: https://github.com/home-assistant/core/pull/37392 +[#37407]: https://github.com/home-assistant/core/pull/37407 +[#37529]: https://github.com/home-assistant/core/pull/37529 +[#37594]: https://github.com/home-assistant/core/pull/37594 +[#37595]: https://github.com/home-assistant/core/pull/37595 +[#37607]: https://github.com/home-assistant/core/pull/37607 +[#37611]: https://github.com/home-assistant/core/pull/37611 +[#37635]: https://github.com/home-assistant/core/pull/37635 +[@basnijholt]: https://github.com/basnijholt +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@bsmappee]: https://github.com/bsmappee +[@starkillerog]: https://github.com/starkillerOG +[@stshontikidis]: https://github.com/stshontikidis +[@therealryanbonham]: https://github.com/therealryanbonham +[@vangorra]: https://github.com/vangorra +[denonavr docs]: /integrations/denonavr/ +[dunehd docs]: /integrations/dunehd/ +[kef docs]: /integrations/kef/ +[smappee docs]: /integrations/smappee/ +[sonarr docs]: /integrations/sonarr/ +[wake_on_lan docs]: /integrations/wake_on_lan/ +[withings docs]: /integrations/withings/ + ## All changes