Skip to content

Commit 24d1223

Browse files
committed
Release 0.58.1
1 parent 6a49dae commit 24d1223

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-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: 58
143-
current_patch_version: 0
144-
date_released: 2017-11-18
143+
current_patch_version: 1
144+
date_released: 2017-11-21
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-0581---november-21"
150150
# Minor release (Example #release-0431---april-25):

source/_posts/2017-11-18-release-58.markdown

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ Our about screen that shows the error logs has gained a nice upgrade by [@postlu
6262
- Add basic backend support for a system log ([@postlund] - [#10492]) ([system_log docs]) (new-platform)
6363
- New sensor viaggiatreno. ([@fabfurnari] - [#10522]) ([sensor.viaggiatreno docs]) (new-platform)
6464

65+
## {% linkable_title Release 0.58.1 - November 21 %}
66+
67+
- Fix yweather ([@tinloaf] - [#10661]) ([weather.yweather docs])
68+
- Properly initialize Harmony remote ([@amelchio] - [#10665]) ([remote.harmony docs])
69+
- Handle the new version of HydroQuebec website ([@titilambert] - [#10682]) ([sensor.hydroquebec docs])
70+
- Fix for time_date sensor ([@etsinko] - [#10694]) ([sensor.time_date docs])
71+
- Frontend fixes ([@andrey-git] [@armills] [@balloob])
72+
6573
## {% linkable_title If you need help... %}
6674

6775
...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.
@@ -481,3 +489,15 @@ Experiencing issues introduced by this release? Please report them in our [issue
481489
[weather.demo docs]: https://home-assistant.io/components/weather.demo/
482490
[websocket_api docs]: https://home-assistant.io/components/websocket_api/
483491
[zwave docs]: https://home-assistant.io/components/zwave/
492+
[#10661]: https://github.com/home-assistant/home-assistant/pull/10661
493+
[#10665]: https://github.com/home-assistant/home-assistant/pull/10665
494+
[#10682]: https://github.com/home-assistant/home-assistant/pull/10682
495+
[#10694]: https://github.com/home-assistant/home-assistant/pull/10694
496+
[@amelchio]: https://github.com/amelchio
497+
[@etsinko]: https://github.com/etsinko
498+
[@tinloaf]: https://github.com/tinloaf
499+
[@titilambert]: https://github.com/titilambert
500+
[remote.harmony docs]: https://home-assistant.io/components/remote.harmony/
501+
[sensor.hydroquebec docs]: https://home-assistant.io/components/sensor.hydroquebec/
502+
[sensor.time_date docs]: https://home-assistant.io/components/sensor.time_date/
503+
[weather.yweather docs]: https://home-assistant.io/components/weather.yweather/

0 commit comments

Comments
 (0)