diff --git a/_config.yml b/_config.yml index 2d117fbc213..9e18a725c17 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 115 -current_patch_version: 5 -date_released: 2020-09-29 +current_patch_version: 6 +date_released: 2020-09-30 # 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-09-17-release-115.markdown b/source/_posts/2020-09-17-release-115.markdown index 7e21eaeac59..b6af59d4854 100644 --- a/source/_posts/2020-09-17-release-115.markdown +++ b/source/_posts/2020-09-17-release-115.markdown @@ -109,6 +109,7 @@ navigating you around this release. - [Release 0.115.3 - September 25](#release-01153---september-25) - [Release 0.115.4 - September 28](#release-01154---september-28) - [Release 0.115.5 - September 29](#release-01155---september-29) +- [Release 0.115.6 - September 30](#release-01156---september-30) - [All changes](#all-changes) ## Media Browser @@ -1869,6 +1870,14 @@ discovery. Users currently using that should set up all devices through UI. [@frenck]: https://github.com/frenck [tts docs]: /integrations/tts/ +## Release 0.115.6 - September 30 + +- Use custom app to play camera stream using Google Assistant ([@bramkragten] - [#40750]) ([google_assistant docs]) + +[#40750]: https://github.com/home-assistant/core/pull/40750 +[@bramkragten]: https://github.com/bramkragten +[google_assistant docs]: /integrations/google_assistant/ + ## All changes