This commit is contained in:
Paulus Schoutsen 2019-12-20 21:31:19 +01:00
parent 42101bd6e9
commit a368c0b51e
2 changed files with 34 additions and 2 deletions

View File

@ -101,8 +101,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 103 current_minor_version: 103
current_patch_version: 1 current_patch_version: 3
date_released: 2019-12-18 date_released: 2019-12-20
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -280,6 +280,38 @@ All services for use in Home Assistant are moved to their integration naming spa
[tank_utility docs]: /integrations/tank_utility/ [tank_utility docs]: /integrations/tank_utility/
[zwave docs]: /integrations/zwave/ [zwave docs]: /integrations/zwave/
## Release 0.103.2 - December 19
- Fix dependency installation recursinog ([@balloob])
## Release 0.103.3 - December 20
- Fix update port and api key on deconz discovery config entry u… ([@frenck] - [#30088]) ([deconz docs])
- Patch rachio ([@omriasta] - [#30031]) ([rachio docs])
- Fix failure in transform method ([@depl0y] - [#30023]) ([dsmr_reader docs])
- Fix homekit handling of 0 light brightness and fan speed ([@fuzzie360] - [#29962]) ([homekit docs])
- Bump starlingbank to 3.2 ([@springstan] - [#30098]) ([starlingbank docs])
- Bump ring to 0.2.5 ([@balloob] - [#30103]) ([ring docs])
[#29962]: https://github.com/home-assistant/home-assistant/pull/29962
[#30023]: https://github.com/home-assistant/home-assistant/pull/30023
[#30031]: https://github.com/home-assistant/home-assistant/pull/30031
[#30088]: https://github.com/home-assistant/home-assistant/pull/30088
[#30098]: https://github.com/home-assistant/home-assistant/pull/30098
[#30103]: https://github.com/home-assistant/home-assistant/pull/30103
[@balloob]: https://github.com/balloob
[@depl0y]: https://github.com/depl0y
[@frenck]: https://github.com/frenck
[@fuzzie360]: https://github.com/fuzzie360
[@omriasta]: https://github.com/omriasta
[@springstan]: https://github.com/springstan
[deconz docs]: /integrations/deconz/
[dsmr_reader docs]: /integrations/dsmr_reader/
[homekit docs]: /integrations/homekit/
[rachio docs]: /integrations/rachio/
[ring docs]: /integrations/ring/
[starlingbank docs]: /integrations/starlingbank/
## If you need help... ## If you need help...
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). ...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e).