Skip to content

Commit e553a58

Browse files
committed
Release 0.47.1
1 parent b30d708 commit e553a58

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ social:
143143
# Home Assistant release details
144144
current_major_version: 0
145145
current_minor_version: 47
146-
current_patch_version: 0
147-
date_released: 2017-06-17
146+
current_patch_version: 1
147+
date_released: 2017-06-21
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-0471---june-21"
153153
# Minor release (Example #release-0431---april-25):
154154

source/_posts/2017-06-17-release-47.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ To run without the monkey patch, start Home Assistant with `HASS_NO_MONKEY=1 has
5858
[gdb]: https://github.com/home-assistant/home-assistant/issues/7752#issuecomment-305100009
5959
[Ben Bangert]: https://github.com/bbangert
6060

61+
## {% linkable_title Release 0.47.1 - June 21 %}
62+
63+
- Fix Vera lights issue #8098 ([@tsvi] - [#8101]) ([light.vera docs])
64+
- Fix Dyson async_add_job ([@CharlesBlonde] - [#8113]) ([fan.dyson docs]) ([sensor.dyson docs])
65+
- Update InfluxDB to handle datetime objects and multiple decimal points ([@philhawthorne] - [#8080]) ([influxdb docs])
66+
- Fixed iTach command parsing with empty data ([@alanfischer] - [#8104]) ([remote.itach docs])
67+
- Allow iteration in python_script ([@balloob] - [#8134]) ([python_script docs])
68+
6169
## {% linkable_title New platforms %}
6270

6371
- Added a Taps Aff binary sensor ([@bazwilliams] - [#7880]) ([binary_sensor.tapsaff docs]) (new-platform)
@@ -558,3 +566,12 @@ automation:
558566
[gitter]: https://gitter.im/home-assistant/home-assistant
559567
[issue]: https://github.com/home-assistant/home-assistant/issues
560568
[first-commit]: https://home-assistant.io/help/trivia/#first-commit
569+
[#8080]: https://github.com/home-assistant/home-assistant/pull/8080
570+
[#8101]: https://github.com/home-assistant/home-assistant/pull/8101
571+
[#8104]: https://github.com/home-assistant/home-assistant/pull/8104
572+
[#8113]: https://github.com/home-assistant/home-assistant/pull/8113
573+
[#8134]: https://github.com/home-assistant/home-assistant/pull/8134
574+
[@tsvi]: https://github.com/tsvi
575+
[fan.dyson docs]: https://home-assistant.io/components/fan.dyson/
576+
[remote.itach docs]: https://home-assistant.io/components/remote.itach/
577+
[sensor.dyson docs]: https://home-assistant.io/components/sensor.dyson/

0 commit comments

Comments
 (0)