Skip to content
Merged

0.109.4 #13301

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 109
current_patch_version: 3
date_released: 2020-05-02
current_patch_version: 4
date_released: 2020-05-04

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
32 changes: 32 additions & 0 deletions source/_posts/2020-04-29-release-109.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,38 @@ Pushetta has been offline since September 2019 and the Yahoo Weather API has bee
[synology_dsm docs]: /integrations/synology_dsm/
[unifi docs]: /integrations/unifi/

## Release 0.109.4 - May 4

- Fix Synology NAS discovered multiple times ([@Quentame] - [#35094]) ([synology_dsm docs])
- Correct typo Asssitant -> Assistant ([@ludeeus] - [#35117]) ([websocket_api docs])
- Hue: Guard for when there is no brightness ([@balloob] - [#35151]) ([hue docs])
- Bump pyiCloud to 0.9.7 + do not warn when pending devices ([@Quentame] - [#35156]) ([icloud docs])
- Fix Canary KeyError: 'ffmpeg_arguments' ([@frenck] - [#35158]) ([canary docs])
- Fix UVC doing I/O inside the event loop ([@frenck] - [#35169]) ([uvc docs])
- Fix utility_meter calibration with float values ([@dgomes] - [#35186]) ([utility_meter docs])
- Fix Synology DSM sensor to be False or 0 ([@Quentame] - [#35208]) ([synology_dsm docs])

[#35094]: https://github.com/home-assistant/core/pull/35094
[#35117]: https://github.com/home-assistant/core/pull/35117
[#35151]: https://github.com/home-assistant/core/pull/35151
[#35156]: https://github.com/home-assistant/core/pull/35156
[#35158]: https://github.com/home-assistant/core/pull/35158
[#35169]: https://github.com/home-assistant/core/pull/35169
[#35186]: https://github.com/home-assistant/core/pull/35186
[#35208]: https://github.com/home-assistant/core/pull/35208
[@Quentame]: https://github.com/Quentame
[@balloob]: https://github.com/balloob
[@dgomes]: https://github.com/dgomes
[@frenck]: https://github.com/frenck
[@ludeeus]: https://github.com/ludeeus
[canary docs]: /integrations/canary/
[hue docs]: /integrations/hue/
[icloud docs]: /integrations/icloud/
[synology_dsm docs]: /integrations/synology_dsm/
[utility_meter docs]: /integrations/utility_meter/
[uvc docs]: /integrations/uvc/
[websocket_api docs]: /integrations/websocket_api/

## All changes

<details>
Expand Down