Release 0.63.1

This commit is contained in:
Paulus Schoutsen 2018-02-12 08:58:18 -08:00
parent 88d890aa46
commit fffa4c48c7
2 changed files with 26 additions and 3 deletions

View File

@ -140,13 +140,13 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 63
current_patch_version: 0
date_released: 2018-02-10
current_patch_version: 1
date_released: 2018-02-12
# 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: "#"
patch_version_notes: "#release-0631---february-12"
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -41,6 +41,16 @@ We're planning a lot of cool stuff around the entity registry. Stay tuned!
- SQL sensor ([@dgomes] - [#12142]) ([sensor.sql docs]) (new-platform)
- Add Mercedes me component ([@ReneNulschDE] - [#11743]) (new-platform)
## {% linkable_title Release 0.63.1 - February 12 %}
- Fix Alexa Step Volume ([@lucasweb78] - [#12314]) ([alexa docs])
- Remove unique ID from netatmo ([@balloob] - [#12317]) ([binary_sensor.netatmo docs]) ([camera.netatmo docs]) ([sensor.netatmo docs])
- Allow overriding name via entity registry ([@balloob] - [#12292])
- Respect entity namespace for entity registry ([@balloob] - [#12313])
- Fix Report State for Alexa Brightness Controller ([@lucasweb78] - [#12318]) ([alexa docs])
- Always return lockState == LOCKED when handling Alexa.LockController ([@lucasweb78] - [#12328]) ([alexa docs])
- Fix platform dependencies ([@balloob] - [#12330])
## {% 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.
@ -602,3 +612,16 @@ Experiencing issues introduced by this release? Please report them in our [issue
[zha docs]: https://home-assistant.io/components/zha/
[zha.const docs]: https://home-assistant.io/components/zha.const/
[zwave docs]: https://home-assistant.io/components/zwave/
[#12292]: https://github.com/home-assistant/home-assistant/pull/12292
[#12313]: https://github.com/home-assistant/home-assistant/pull/12313
[#12314]: https://github.com/home-assistant/home-assistant/pull/12314
[#12317]: https://github.com/home-assistant/home-assistant/pull/12317
[#12318]: https://github.com/home-assistant/home-assistant/pull/12318
[#12328]: https://github.com/home-assistant/home-assistant/pull/12328
[#12330]: https://github.com/home-assistant/home-assistant/pull/12330
[@balloob]: https://github.com/balloob
[@lucasweb78]: https://github.com/lucasweb78
[alexa docs]: https://home-assistant.io/components/alexa/
[binary_sensor.netatmo docs]: https://home-assistant.io/components/binary_sensor.netatmo/
[camera.netatmo docs]: https://home-assistant.io/components/camera.netatmo/
[sensor.netatmo docs]: https://home-assistant.io/components/sensor.netatmo/