diff --git a/_config.yml b/_config.yml index b33a8b21ced..1200534cae3 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 110 -current_patch_version: 2 -date_released: 2020-05-24 +current_patch_version: 3 +date_released: 2020-05-26 # 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-05-20-release-110.markdown b/source/_posts/2020-05-20-release-110.markdown index dc501f8587d..6ad1c3d88fc 100644 --- a/source/_posts/2020-05-20-release-110.markdown +++ b/source/_posts/2020-05-20-release-110.markdown @@ -709,6 +709,68 @@ Experiencing issues introduced by this release? Please report them in our [issue [tellduslive docs]: /integrations/tellduslive/ [zabbix docs]: /integrations/zabbix/ +## Release 0.110.3 - May 26 + +- Bump pyvlx to 0.2.16 ([@Julius2342] - [#35971]) ([velux docs]) +- Bump iaqualink to 0.3.3 ([@flz] - [#35999]) ([iaqualink docs]) +- Fix iaqualink sensors ([@flz] - [#36000]) +- Fix ONVIF config entry unique ID ([@hunterjm] - [#36008]) ([onvif docs]) +- Re-read last imap_email_content email when no change ([@isk0001y] - [#36065]) ([imap_email_content docs]) +- Fix opengarage async_setup_platform ([@Danielhiversen] - [#36075]) ([opengarage docs]) +- Fix emulated_hue compatibility with older devices ([@Tho85] - [#36090]) ([emulated_hue docs]) +- Fix onvif snapshot for Sricam SP009 ([@Minims] - [#36095]) ([onvif docs]) +- Fix roku play/pause during standby ([@ctalkington] - [#36096]) ([roku docs]) +- Fix bugs with AirVisual auto-leveling API ([@bachya] - [#36097]) ([airvisual docs]) +- Ensure homekit bridge state is restored before creating devices ([@bdraco] - [#36098]) ([homekit docs]) +- Update rokuecp to 0.4.2 ([@ctalkington] - [#36102]) ([roku docs]) +- guard against missing topic ([@hunterjm] - [#36108]) ([onvif docs]) +- fix preset warning ([@hunterjm] - [#36110]) ([onvif docs]) +- Remove unsupported stop feature with Hunter Douglas Powerview 1.0 Hubs ([@bdraco] - [#36129]) ([hunterdouglas_powerview docs]) +- Fix client ID lookup for official apps ([@balloob] - [#36131]) ([auth docs]) +- Update frontend to 20200519.5 ([@bramkragten] - [#36154]) ([frontend docs]) + +[#35971]: https://github.com/home-assistant/core/pull/35971 +[#35999]: https://github.com/home-assistant/core/pull/35999 +[#36000]: https://github.com/home-assistant/core/pull/36000 +[#36008]: https://github.com/home-assistant/core/pull/36008 +[#36065]: https://github.com/home-assistant/core/pull/36065 +[#36075]: https://github.com/home-assistant/core/pull/36075 +[#36090]: https://github.com/home-assistant/core/pull/36090 +[#36095]: https://github.com/home-assistant/core/pull/36095 +[#36096]: https://github.com/home-assistant/core/pull/36096 +[#36097]: https://github.com/home-assistant/core/pull/36097 +[#36098]: https://github.com/home-assistant/core/pull/36098 +[#36102]: https://github.com/home-assistant/core/pull/36102 +[#36108]: https://github.com/home-assistant/core/pull/36108 +[#36110]: https://github.com/home-assistant/core/pull/36110 +[#36129]: https://github.com/home-assistant/core/pull/36129 +[#36131]: https://github.com/home-assistant/core/pull/36131 +[#36154]: https://github.com/home-assistant/core/pull/36154 +[@Danielhiversen]: https://github.com/Danielhiversen +[@Julius2342]: https://github.com/Julius2342 +[@Minims]: https://github.com/Minims +[@Tho85]: https://github.com/Tho85 +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@ctalkington]: https://github.com/ctalkington +[@flz]: https://github.com/flz +[@hunterjm]: https://github.com/hunterjm +[@isk0001y]: https://github.com/isk0001y +[airvisual docs]: /integrations/airvisual/ +[auth docs]: /integrations/auth/ +[emulated_hue docs]: /integrations/emulated_hue/ +[frontend docs]: /integrations/frontend/ +[homekit docs]: /integrations/homekit/ +[hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/ +[iaqualink docs]: /integrations/iaqualink/ +[imap_email_content docs]: /integrations/imap_email_content/ +[onvif docs]: /integrations/onvif/ +[opengarage docs]: /integrations/opengarage/ +[roku docs]: /integrations/roku/ +[velux docs]: /integrations/velux/ + ## All changes