Skip to content

Commit b89af6b

Browse files
committed
Release 0.45.1
1 parent 9b75008 commit b89af6b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

_config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ date_released: 2017-05-20
147147
# Either # or the anchor link to latest release notes in the blog post.
148148
# Must be prefixed with a # and have double quotes around it.
149149
# Major release:
150-
patch_version_notes: "#"
150+
patch_version_notes: "#release-0451---may-22"
151151
# Minor release (Example #release-0431---april-25):
152152
#patch_version_notes: "#release-0451---may-X"
153-

source/_posts/2017-05-20-automation-editor-zwave-panel-ocr.markdown

+17
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ If you are using our [experimental Hass.io image][hass.io], we made a breaking c
7070
- Seven segments OCR image processing ([@fabaff] - [#7632]) ([image_processing.seven_segments docs]) (new-platform)
7171
- Axis component ([@Kane610] - [#7381]) ([axis docs]) (new-platform)
7272

73+
## {% linkable_title Release 0.45.1 - May 22 %}
74+
75+
- Fix telegram chats ([@azogue] - [#7689]) ([notify.telegram docs]) ([telegram_bot.__init__ docs])
76+
- Fix playback control of web streams ([@cgtobi] - [#7683]) ([media_player.volumio docs])
77+
- device_tracker.ubus: Handle empty results ([@tobygray] - [#7673]) ([device_tracker.ubus docs])
78+
- Allow fetching hass.io panel without auth ([@balloob] - [#7714]) ([hassio docs])
79+
7380
## {% linkable_title If you need help... %}
7481
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
7582

@@ -418,3 +425,13 @@ Experiencing issues introduced by this release? Please report them in our [issue
418425
[forum]: https://community.home-assistant.io/
419426
[gitter]: https://gitter.im/home-assistant/home-assistant
420427
[issue]: https://github.com/home-assistant/home-assistant/issues
428+
[#7673]: https://github.com/home-assistant/home-assistant/pull/7673
429+
[#7683]: https://github.com/home-assistant/home-assistant/pull/7683
430+
[#7689]: https://github.com/home-assistant/home-assistant/pull/7689
431+
[#7714]: https://github.com/home-assistant/home-assistant/pull/7714
432+
[@cgtobi]: https://github.com/cgtobi
433+
[@tobygray]: https://github.com/tobygray
434+
[device_tracker.ubus docs]: https://home-assistant.io/components/device_tracker.ubus/
435+
[hassio docs]: https://home-assistant.io/components/hassio/
436+
[media_player.volumio docs]: https://home-assistant.io/components/media_player.volumio/
437+
[telegram_bot.__init__ docs]: https://home-assistant.io/components/telegram_bot.__init__/

0 commit comments

Comments
 (0)