Skip to content

Commit fff7288

Browse files
committed
Release 0.70.1
1 parent 1790969 commit fff7288

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-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: 70
143-
current_patch_version: 0
144-
date_released: 2018-05-27
143+
current_patch_version: 1
144+
date_released: 2018-05-31
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-0701---may-31"
150150
# Minor release (Example #release-0431---april-25):
151151

152152
# Date we moved to Discourse for comments

source/_posts/2018-05-18-release-70.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ Another cool one this release is [Facebox][image_processing.facebox docs]. It wi
3535
- Allow HomeKit name to be customized ([@schmittx] - [#14159]) ([homekit docs]) (new-feature)
3636
- Add HomeKit support for fans ([@schmittx] - [#14351]) ([homekit docs]) (new-feature)
3737

38+
## {% linkable_title Release 0.70.1 - May 31 %}
39+
40+
- Update Hue platform to aiohue 1.5.0, and re-implement logic for duplicate scene names. ([@MizterB] - [#14653]) ([hue docs])
41+
- Ignore unsupported Sonos favorite lists ([@amelchio] - [#14665]) ([media_player.sonos docs])
42+
- MQTT Cover Fix Assumed State ([@OttoWinter] - [#14672]) ([cover.mqtt docs])
43+
- Fix Eco mode display on Nest ([@ciotlosm] - [#14706]) ([climate.nest docs])
44+
- Frontend: bug fixes for date time more info, cover icons, slider overflow issue (@c727, @cdce8p, @balloob)
45+
- Add Simplepush back (#14728)
46+
3847
## {% linkable_title If you need help... %}
3948

4049
...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.
@@ -433,3 +442,15 @@ Experiencing issues introduced by this release? Please report them in our [issue
433442
[xiaomi_aqara docs]: /components/xiaomi_aqara/
434443
[zha docs]: /components/zha/
435444
[zwave docs]: /components/zwave/
445+
[#14653]: https://github.com/home-assistant/home-assistant/pull/14653
446+
[#14665]: https://github.com/home-assistant/home-assistant/pull/14665
447+
[#14672]: https://github.com/home-assistant/home-assistant/pull/14672
448+
[#14706]: https://github.com/home-assistant/home-assistant/pull/14706
449+
[@MizterB]: https://github.com/MizterB
450+
[@OttoWinter]: https://github.com/OttoWinter
451+
[@amelchio]: https://github.com/amelchio
452+
[@ciotlosm]: https://github.com/ciotlosm
453+
[climate.nest docs]: /components/climate.nest/
454+
[cover.mqtt docs]: /components/cover.mqtt/
455+
[hue docs]: /components/hue/
456+
[media_player.sonos docs]: /components/media_player.sonos/

0 commit comments

Comments
 (0)