Skip to content

Commit db72763

Browse files
committed
Release 0.63.2
1 parent 653b4ba commit db72763

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,13 @@ social:
140140
# Home Assistant release details
141141
current_major_version: 0
142142
current_minor_version: 63
143-
current_patch_version: 1
144-
date_released: 2018-02-12
143+
current_patch_version: 2
144+
date_released: 2018-02-14
145145

146146
# Either # or the anchor link to latest release notes in the blog post.
147147
# Must be prefixed with a # and have double quotes around it.
148148
# Major release:
149-
patch_version_notes: "#release-0631---february-12"
149+
patch_version_notes: "#release-0632---february-14"
150150
# Minor release (Example #release-0431---april-25):
151151

152152
# Date we moved to Discourse for comments

source/_posts/2018-02-10-release-63.markdown

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ We're planning a lot of cool stuff around the entity registry. Stay tuned!
5151
- Always return lockState == LOCKED when handling Alexa.LockController ([@lucasweb78] - [#12328]) ([alexa docs])
5252
- Fix platform dependencies ([@balloob] - [#12330])
5353

54+
## {% linkable_title Release 0.63.2 - February 14 %}
55+
56+
- Fix MercedesMe - add check for unsupported features ([@ReneNulschDE] - [#12342]) ([mercedesme docs]) ([binary_sensor.mercedesme docs]) ([device_tracker.mercedesme docs]) ([sensor.mercedesme docs])
57+
- Fix WUnderground names ([@OttoWinter] - [#12346]) ([sensor.wunderground docs])
58+
- Updated beacontools ([@citruz] - [#12368]) ([sensor.eddystone_temperature docs])
59+
- Introduce zone_id to identify player+zone ([@sdague] - [#12382]) ([media_player.yamaha docs])
60+
- Downgrade limitlessled to 1.0.8 ([@amelchio] - [#12403]) ([light.limitlessled docs])
61+
5462
## {% linkable_title If you need help... %}
5563

5664
...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.
@@ -625,3 +633,21 @@ Experiencing issues introduced by this release? Please report them in our [issue
625633
[binary_sensor.netatmo docs]: https://home-assistant.io/components/binary_sensor.netatmo/
626634
[camera.netatmo docs]: https://home-assistant.io/components/camera.netatmo/
627635
[sensor.netatmo docs]: https://home-assistant.io/components/sensor.netatmo/
636+
[#12342]: https://github.com/home-assistant/home-assistant/pull/12342
637+
[#12346]: https://github.com/home-assistant/home-assistant/pull/12346
638+
[#12368]: https://github.com/home-assistant/home-assistant/pull/12368
639+
[#12382]: https://github.com/home-assistant/home-assistant/pull/12382
640+
[#12403]: https://github.com/home-assistant/home-assistant/pull/12403
641+
[@OttoWinter]: https://github.com/OttoWinter
642+
[@ReneNulschDE]: https://github.com/ReneNulschDE
643+
[@amelchio]: https://github.com/amelchio
644+
[@citruz]: https://github.com/citruz
645+
[@sdague]: https://github.com/sdague
646+
[binary_sensor.mercedesme docs]: https://home-assistant.io/components/binary_sensor.mercedesme/
647+
[device_tracker.mercedesme docs]: https://home-assistant.io/components/device_tracker.mercedesme/
648+
[light.limitlessled docs]: https://home-assistant.io/components/light.limitlessled/
649+
[media_player.yamaha docs]: https://home-assistant.io/components/media_player.yamaha/
650+
[mercedesme docs]: https://home-assistant.io/components/mercedesme/
651+
[sensor.eddystone_temperature docs]: https://home-assistant.io/components/sensor.eddystone_temperature/
652+
[sensor.mercedesme docs]: https://home-assistant.io/components/sensor.mercedesme/
653+
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/

0 commit comments

Comments
 (0)