Release 0.64.3

This commit is contained in:
Paulus Schoutsen 2018-03-02 11:27:34 -08:00
parent d5c1ecc05b
commit 52b4db70f5
2 changed files with 20 additions and 3 deletions

View File

@ -140,13 +140,13 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 64
current_patch_version: 2
date_released: 2018-03-01
current_patch_version: 3
date_released: 2018-03-02
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
# Major release:
patch_version_notes: "#release-0642---march-1"
patch_version_notes: "#release-0643---march-2"
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -94,6 +94,13 @@ Major new integration by [@snjoetw]: August locks and door bells! Lock and unloc
- Fix dead Sonos web interface with some music sources ([@amelchio] - [#12796]) ([media_player.sonos docs])
- Unique IDs for Plex Clients ([@ryanm101] - [#12799]) ([media_player.plex docs])
## {% linkable_title Release 0.64.3 - March 2 %}
- is_allowed_path: Also test folder #12788 #12807 ([@kellerza] - [#12810])
- Fix sensibo default IDs to be according to schema ([@andrey-git] - [#12837]) ([climate.sensibo docs])
- Cloud: handle unauth better ([@balloob] - [#12840]) ([cloud docs])
- Handle Hue errors better ([@balloob] - [#12845]) ([hue docs])
## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
@ -642,3 +649,13 @@ Experiencing issues introduced by this release? Please report them in our [issue
[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/
[sensor.fedex docs]: https://home-assistant.io/components/sensor.fedex/
[sensor.pollen docs]: https://home-assistant.io/components/sensor.pollen/
[#12810]: https://github.com/home-assistant/home-assistant/pull/12810
[#12837]: https://github.com/home-assistant/home-assistant/pull/12837
[#12840]: https://github.com/home-assistant/home-assistant/pull/12840
[#12845]: https://github.com/home-assistant/home-assistant/pull/12845
[@andrey-git]: https://github.com/andrey-git
[@balloob]: https://github.com/balloob
[@kellerza]: https://github.com/kellerza
[climate.sensibo docs]: https://home-assistant.io/components/climate.sensibo/
[cloud docs]: https://home-assistant.io/components/cloud/
[hue docs]: https://home-assistant.io/components/hue/