Release 0.64.2

This commit is contained in:
Paulus Schoutsen 2018-03-01 11:51:21 -08:00
parent 022a5c2132
commit 5150d7b047
2 changed files with 39 additions and 3 deletions

View File

@ -140,13 +140,13 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 64 current_minor_version: 64
current_patch_version: 0 current_patch_version: 2
date_released: 2018-02-26 date_released: 2018-03-01
# 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.
# Major release: # Major release:
patch_version_notes: "#release-0641---february-27" patch_version_notes: "#release-0642---march-1"
# Minor release (Example #release-0431---april-25): # Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments # Date we moved to Discourse for comments

View File

@ -82,6 +82,18 @@ Major new integration by [@snjoetw]: August locks and door bells! Lock and unloc
- MQTT: Fix doing async inside sync context ([@OttoWinter]) - MQTT: Fix doing async inside sync context ([@OttoWinter])
- Fix DarSky humidity precision ([@PhilRW]) - Fix DarSky humidity precision ([@PhilRW])
## {% linkable_title Release 0.64.2 - March 1 %}
- updated to bimmer_connected 0.4.1 ([@ChristianKuehnel] - [#12759]) ([bmw_connected_drive docs])
- Revert optimized logbook SQL ([@amelchio] - [#12762]) ([logbook docs])
- bump fedex version ([@happyleavesaoc] - [#12764]) ([sensor.fedex docs])
- Silence harmless sonos data structure warnings ([@amelchio] - [#12767]) ([media_player.sonos docs])
- Update samsungctl library to latest version ([@uchagani] - [#12769]) ([media_player.samsungtv docs])
- Fixed missing optional keyerror data_bits ([@basschipper] - [#12789]) ([binary_sensor.rfxtrx docs])
- Fixed Pollen.com bugs with ZIP codes and invalid API responses ([@bachya] - [#12790]) ([sensor.pollen docs])
- 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 If you need help... %} ## {% 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. ...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.
@ -606,3 +618,27 @@ Experiencing issues introduced by this release? Please report them in our [issue
[tahoma docs]: https://home-assistant.io/components/tahoma/ [tahoma docs]: https://home-assistant.io/components/tahoma/
[vacuum.roomba docs]: https://home-assistant.io/components/vacuum.roomba/ [vacuum.roomba docs]: https://home-assistant.io/components/vacuum.roomba/
[zha docs]: https://home-assistant.io/components/zha/ [zha docs]: https://home-assistant.io/components/zha/
[#12759]: https://github.com/home-assistant/home-assistant/pull/12759
[#12762]: https://github.com/home-assistant/home-assistant/pull/12762
[#12764]: https://github.com/home-assistant/home-assistant/pull/12764
[#12767]: https://github.com/home-assistant/home-assistant/pull/12767
[#12769]: https://github.com/home-assistant/home-assistant/pull/12769
[#12789]: https://github.com/home-assistant/home-assistant/pull/12789
[#12790]: https://github.com/home-assistant/home-assistant/pull/12790
[#12796]: https://github.com/home-assistant/home-assistant/pull/12796
[#12799]: https://github.com/home-assistant/home-assistant/pull/12799
[@ChristianKuehnel]: https://github.com/ChristianKuehnel
[@amelchio]: https://github.com/amelchio
[@bachya]: https://github.com/bachya
[@basschipper]: https://github.com/basschipper
[@happyleavesaoc]: https://github.com/happyleavesaoc
[@ryanm101]: https://github.com/ryanm101
[@uchagani]: https://github.com/uchagani
[binary_sensor.rfxtrx docs]: https://home-assistant.io/components/binary_sensor.rfxtrx/
[bmw_connected_drive docs]: https://home-assistant.io/components/bmw_connected_drive/
[logbook docs]: https://home-assistant.io/components/logbook/
[media_player.plex docs]: https://home-assistant.io/components/media_player.plex/
[media_player.samsungtv docs]: https://home-assistant.io/components/media_player.samsungtv/
[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/