Skip to content

Commit 0cfcbf2

Browse files
cdce8pballoob
authored andcommitted
Added release notes for 0.67.1 (home-assistant#5211)
* Added notes for 0.67.1 * Updated _config.yml
1 parent e6adf8c commit 0cfcbf2

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ social:
140140
# Home Assistant release details
141141
current_major_version: 0
142142
current_minor_version: 67
143-
current_patch_version: 0
144-
date_released: 2018-04-13
143+
current_patch_version: 1
144+
date_released: 2018-04-17
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.

source/_posts/2018-04-14-release-67.markdown

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@ This release includes a security fix. The error log was accessible via the API w
2828
- Tahoma switches ([@ikucuze] - [#13636]) ([tahoma docs]) ([switch.tahoma docs]) (new-platform)
2929
- Add support for Nanoleaf Aurora Light Panels ([@Oro] - [#13456]) ([light.nanoleaf_aurora docs]) (new-platform)
3030

31+
## {% linkable_title Release 0.67.1 - April 17 %}
32+
33+
- Fix Gogogate2 'available' attribute ([@dlbroadfoot] - [#13728])
34+
- Fix so it is possible to ignore discovered config entry handlers ([@Kane610] - [#13741])
35+
- Prevent vesync doing I/O in event loop ([@balloob] - [#13862]) ([switch.vesync docs])
36+
- Fix #13846 Double underscore in bluetooth address ([@aav7fl] - [#13884]) ([device_tracker docs])
37+
- Fix race condition for component loaded before listening ([@balloob] - [#13887]) ([config docs])
38+
- Missing property decorator added ([@syssi] - [#13889]) ([fan.xiaomi_miio docs])
39+
- Fix call to parent broadlink switch ([@Danielhiversen] - [#13906]) ([switch.broadlink docs])
40+
- Import operation modes from air humidifier ([@syssi] - [#13908]) ([fan.xiaomi_miio docs])
41+
- Upgrade pyqwikswitch to 0.71 ([@kellerza] - [#13920]) ([qwikswitch docs])
42+
- Upgrade somecomfort to 0.5.2 ([@balloob] - [#13940]) ([climate.honeywell docs])
43+
- Update pyhydroquebec to 2.2.2 ([@titilambert] - [#13946]) ([sensor.hydroquebec docs])
44+
- Update pyfido to 2.1.1 ([@titilambert] - [#13947]) ([sensor.fido docs])
45+
- Bumped pypollencom to 1.1.2 ([@bachya] - [#13959]) ([sensor.pollen docs])
46+
- Revert "Upgrade pyqwikswitch to 0.71 ([@balloob] - [#13920]) ([qwikswitch docs])
47+
3148
## {% linkable_title If you need help... %}
3249

3350
...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.
@@ -395,3 +412,35 @@ Experiencing issues introduced by this release? Please report them in our [issue
395412
[xiaomi_aqara docs]: /components/xiaomi_aqara/
396413
[zwave docs]: /components/zwave/
397414
[ann-ubiquiti]: /blog/2018/04/12/ubiquiti-and-home-assistant/
415+
[#13728]: https://github.com/home-assistant/home-assistant/pull/13728
416+
[#13741]: https://github.com/home-assistant/home-assistant/pull/13741
417+
[#13862]: https://github.com/home-assistant/home-assistant/pull/13862
418+
[#13884]: https://github.com/home-assistant/home-assistant/pull/13884
419+
[#13887]: https://github.com/home-assistant/home-assistant/pull/13887
420+
[#13889]: https://github.com/home-assistant/home-assistant/pull/13889
421+
[#13906]: https://github.com/home-assistant/home-assistant/pull/13906
422+
[#13908]: https://github.com/home-assistant/home-assistant/pull/13908
423+
[#13920]: https://github.com/home-assistant/home-assistant/pull/13920
424+
[#13940]: https://github.com/home-assistant/home-assistant/pull/13940
425+
[#13946]: https://github.com/home-assistant/home-assistant/pull/13946
426+
[#13947]: https://github.com/home-assistant/home-assistant/pull/13947
427+
[#13959]: https://github.com/home-assistant/home-assistant/pull/13959
428+
[@Danielhiversen]: https://github.com/Danielhiversen
429+
[@Kane610]: https://github.com/Kane610
430+
[@aav7fl]: https://github.com/aav7fl
431+
[@bachya]: https://github.com/bachya
432+
[@balloob]: https://github.com/balloob
433+
[@dlbroadfoot]: https://github.com/dlbroadfoot
434+
[@kellerza]: https://github.com/kellerza
435+
[@syssi]: https://github.com/syssi
436+
[@titilambert]: https://github.com/titilambert
437+
[climate.honeywell docs]: /components/climate.honeywell/
438+
[config docs]: /components/config/
439+
[device_tracker docs]: /components/device_tracker/
440+
[fan.xiaomi_miio docs]: /components/fan.xiaomi_miio/
441+
[qwikswitch docs]: /components/qwikswitch/
442+
[sensor.fido docs]: /components/sensor.fido/
443+
[sensor.hydroquebec docs]: /components/sensor.hydroquebec/
444+
[sensor.pollen docs]: /components/sensor.pollen/
445+
[switch.broadlink docs]: /components/switch.broadlink/
446+
[switch.vesync docs]: /components/switch.vesync/

0 commit comments

Comments
 (0)