Skip to content

Commit 7653ebf

Browse files
committed
Release 0.52.1
1 parent 6f959cd commit 7653ebf

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ social:
140140
# Home Assistant release details
141141
current_major_version: 0
142142
current_minor_version: 52
143-
current_patch_version: 0
144-
date_released: 2017-08-26
143+
current_patch_version: 1
144+
date_released: 2017-08-28
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: "#"
149+
patch_version_notes: "#release-0521---august-28"
150150
# Minor release (Example #release-0431---april-25):

source/_posts/2017-08-26-release-0-52.markdown

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ script: !include scripts.yaml
4848
- Add support for Prowl notifications. ([@mbrrg] - [#9028]) ([notify.prowl docs]) (new-platform)
4949
- Add worldtidesinfo sensor component ([@aetolus] - [#8860]) ([sensor.worldtidesinfo docs]) (new-platform)
5050

51+
## {% linkable_title Release 0.52.1 - August 28 %}
52+
53+
- Close stream request once we end up with proxy ([@foxel] - [#9110])
54+
- Fix issue #9116 in pushbullet ([@danielhiversen] - [#9128]) ([notify.pushbullet docs])
55+
- bug fix pushbullet ([@danielhiversen] - [#9139]) ([notify.pushbullet docs])
56+
- Fix import for foscam ([@sdague] - [#9140]) ([camera.foscam docs])
57+
- Bump aioautomatic to prevent leaking exceptions ([@armills] - [#9148]) ([device_tracker.automatic docs])
58+
- Wrap state when iterating a domain in templates ([@balloob] - [#9157])
59+
- Prevent iCloud exceptions in logfile ([@mjj4791] - [#9179]) ([device_tracker.icloud docs])
60+
- bump ecobee version to fix issue 9190 ([@nkgilley] - [#9191]) ([ecobee docs]) ([climate.ecobee docs])
61+
5162
## {% linkable_title If you need help... %}
5263
...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.
5364

@@ -374,3 +385,16 @@ usps:
374385
[forum]: https://community.home-assistant.io/
375386
[issue]: https://github.com/home-assistant/home-assistant/issues
376387
[discord]: https://discord.gg/c5DvZ4e
388+
[#9110]: https://github.com/home-assistant/home-assistant/pull/9110
389+
[#9128]: https://github.com/home-assistant/home-assistant/pull/9128
390+
[#9139]: https://github.com/home-assistant/home-assistant/pull/9139
391+
[#9140]: https://github.com/home-assistant/home-assistant/pull/9140
392+
[#9148]: https://github.com/home-assistant/home-assistant/pull/9148
393+
[#9157]: https://github.com/home-assistant/home-assistant/pull/9157
394+
[#9179]: https://github.com/home-assistant/home-assistant/pull/9179
395+
[#9191]: https://github.com/home-assistant/home-assistant/pull/9191
396+
[@foxel]: https://github.com/foxel
397+
[@sdague]: https://github.com/sdague
398+
[camera.foscam docs]: https://home-assistant.io/components/camera.foscam/
399+
[climate.ecobee docs]: https://home-assistant.io/components/climate.ecobee/
400+
[device_tracker.icloud docs]: https://home-assistant.io/components/device_tracker.icloud/

0 commit comments

Comments
 (0)