Release 0.108.1

This commit is contained in:
Paulus Schoutsen 2020-04-08 22:56:08 -07:00
parent 9714896ea1
commit 6637f89337
2 changed files with 56 additions and 7 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 108
current_patch_version: 0
date_released: 2020-04-08
current_patch_version: 1
date_released: 2020-04-09
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -295,6 +295,55 @@ Experiencing issues introduced by this release? Please report them in our [issue
These integrations have been removed. The websites for both have changed, causing the integrations to break because they relied on web scraping, which is no longer allowed (ADR-0004). - ([@frenck] - [#33056] [#33066])
## Release 0.108.1 - April 8
- Speed up TP-Link lights ([@balloob] - [#33606]) ([tplink docs])
- Update sensor.py ([@danbishop] - [#33788]) ([octoprint docs])
- Bump pylutron-caseta version to 0.6.1 ([@swails] - [#33815]) ([lutron_caseta docs])
- Update to pyipp==0.9.1 ([@ctalkington] - [#33819]) ([ipp docs])
- Fix unhandled exception in Recollect Waste ([@bachya] - [#33823]) ([recollect_waste docs])
- Fix modbus transaction response ([@janiversen] - [#33824]) ([modbus docs])
- Fix kef DSP_SCAN_INTERVAL timedelta ([@basnijholt] - [#33825]) ([kef docs])
- Fix Doorbird yaml import aborted if discovery finds it first ([@bdraco] - [#33843]) ([doorbird docs])
- Bump up ZHA dependencies ([@Adminiuga] - [#33856]) ([zha docs])
- Fix vizio bug that occurs when CONF_APPS isn't in config entry… ([@raman325] - [#33857]) ([vizio docs])
- TTS: Wait till files are created in tests ([@balloob] - [#33760]) ([tts docs])
- Fix last flaky TTS test ([@balloob] - [#33849]) ([tts docs])
[#33606]: https://github.com/home-assistant/core/pull/33606
[#33760]: https://github.com/home-assistant/core/pull/33760
[#33788]: https://github.com/home-assistant/core/pull/33788
[#33815]: https://github.com/home-assistant/core/pull/33815
[#33819]: https://github.com/home-assistant/core/pull/33819
[#33823]: https://github.com/home-assistant/core/pull/33823
[#33824]: https://github.com/home-assistant/core/pull/33824
[#33825]: https://github.com/home-assistant/core/pull/33825
[#33843]: https://github.com/home-assistant/core/pull/33843
[#33849]: https://github.com/home-assistant/core/pull/33849
[#33856]: https://github.com/home-assistant/core/pull/33856
[#33857]: https://github.com/home-assistant/core/pull/33857
[@Adminiuga]: https://github.com/Adminiuga
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@basnijholt]: https://github.com/basnijholt
[@bdraco]: https://github.com/bdraco
[@ctalkington]: https://github.com/ctalkington
[@danbishop]: https://github.com/danbishop
[@janiversen]: https://github.com/janiversen
[@raman325]: https://github.com/raman325
[@swails]: https://github.com/swails
[doorbird docs]: /integrations/doorbird/
[ipp docs]: /integrations/ipp/
[kef docs]: /integrations/kef/
[lutron_caseta docs]: /integrations/lutron_caseta/
[modbus docs]: /integrations/modbus/
[octoprint docs]: /integrations/octoprint/
[recollect_waste docs]: /integrations/recollect_waste/
[tplink docs]: /integrations/tplink/
[tts docs]: /integrations/tts/
[vizio docs]: /integrations/vizio/
[zha docs]: /integrations/zha/
## All changes
<details>