Skip to content

Commit 7fade00

Browse files
committed
Release 0.50.2
1 parent e3afede commit 7fade00

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ social:
143143
# Home Assistant release details
144144
current_major_version: 0
145145
current_minor_version: 50
146-
current_patch_version: 0
147-
date_released: 2017-07-29
146+
current_patch_version: 2
147+
date_released: 2017-07-31
148148

149149
# Either # or the anchor link to latest release notes in the blog post.
150150
# Must be prefixed with a # and have double quotes around it.
151151
# Major release:
152-
patch_version_notes: "#"
152+
patch_version_notes: "#release-0502---july-31"
153153
# Minor release (Example #release-0431---april-25):

source/_posts/2017-07-29-release-50.markdown

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,22 @@ A new version of the manual alarm component is now available with full MQTT cont
6666
- Velbus ([@thomasdelaet] - [#8076]) ([velbus docs]) ([binary_sensor.velbus docs]) ([light.velbus docs]) (new-platform)
6767
- Add uk_transport component. ([@robmarkcole] - [#8600]) ([sensor.uk_transport docs]) (new-platform)
6868
69+
## {% linkable_title Release 0.50.2 - July 31 %}
70+
71+
Straight to 0.50.2. We released 0.50 as 0.50.1 due to an upload error to PyPi.
72+
73+
- Fix TP-Link light brightness issue #8744. ([@gollo] - [#8755])
74+
- Fix typo in script error ([@n8henrie] - [#8754])
75+
- Fix tradfri error spam ([@MartinHjelmare] - [#8738]) ([light.tradfri docs])
76+
- Media Player - Pioneer: Supress exception if host is not available (fixes #8684) ([@fabaff] - [#8732]) ([media_player.pioneer docs])
77+
- Telegram Bot: Retry set_webhook up to three times, reduce timeout to 5s again ([@azogue] - [#8716]) ([telegram_bot.webhooks docs])
78+
- Fixed sensor issue with Google Wifi routers in bridge mode ([@fronzbot] - [#8710]) ([sensor.google_wifi docs])
79+
- Fix alexa cards ([@balloob] - [#8708]) ([alexa docs])
80+
- Fix Kodi reconnection after websocket disconnect ([@armills] - [#8704]) ([media_player.kodi docs])
81+
- Move I/O outside of properties for light/tplink platform ([@gollo] - [#8699]) ([light.tplink docs]) (new-platform)
82+
- Correctly discover GE Fan Controllers ([@armills] - [#8682]) ([zwave docs])
83+
- Fix Z-Wave barrier discovery for new API ([@armills] - [#8706]) ([zwave docs]) ([cover.zwave docs])
84+
6985
## {% linkable_title If you need help... %}
7086
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
7187
@@ -390,4 +406,19 @@ conversation:
390406
[forum]: https://community.home-assistant.io/
391407
[issue]: https://github.com/home-assistant/home-assistant/issues
392408
[discord]: https://discord.gg/c5DvZ4e
393-
409+
[#8682]: https://github.com/home-assistant/home-assistant/pull/8682
410+
[#8699]: https://github.com/home-assistant/home-assistant/pull/8699
411+
[#8704]: https://github.com/home-assistant/home-assistant/pull/8704
412+
[#8706]: https://github.com/home-assistant/home-assistant/pull/8706
413+
[#8708]: https://github.com/home-assistant/home-assistant/pull/8708
414+
[#8710]: https://github.com/home-assistant/home-assistant/pull/8710
415+
[#8716]: https://github.com/home-assistant/home-assistant/pull/8716
416+
[#8732]: https://github.com/home-assistant/home-assistant/pull/8732
417+
[#8738]: https://github.com/home-assistant/home-assistant/pull/8738
418+
[#8754]: https://github.com/home-assistant/home-assistant/pull/8754
419+
[#8755]: https://github.com/home-assistant/home-assistant/pull/8755
420+
[@n8henrie]: https://github.com/n8henrie
421+
[light.tradfri docs]: https://home-assistant.io/components/light.tradfri/
422+
[media_player.pioneer docs]: https://home-assistant.io/components/media_player.pioneer/
423+
[telegram_bot.webhooks docs]: https://home-assistant.io/components/telegram_bot.webhooks/
424+
[zwave docs]: https://home-assistant.io/components/zwave/

0 commit comments

Comments
 (0)