Skip to content

Commit 45cb4b3

Browse files
committed
Release 0.48.1
1 parent 6405174 commit 45cb4b3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ date_released: 2017-07-02
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-0481---july-5"
153153
# Minor release (Example #release-0431---april-25):
154154

source/_posts/2017-07-02-release-48.markdown

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ Also a shoutout to [@michaelarnauts] for keeping an eye on our Docker build and
3838
3939
[issue-polymer]: https://github.com/home-assistant/home-assistant-polymer/issues
4040
41+
## {% linkable_title Release 0.48.1 - July 5 %}
42+
43+
- Fix arlo sensors. ([@bergemalm] - [#8333]) ([sensor.arlo docs])
44+
- API POST no longer marks the number zero as invalid ([@azogue] - [#8324]) ([api docs])
45+
- Fix Snips json schema ([@adrienball] - [#8317]) ([snips docs])
46+
- Fix pathlib resolve ([@pvizeli] - [#8311])
47+
- Fix harmony ([@balloob] - [#8302]) ([remote.harmony docs])
48+
- Fix Arlo startup crash (fixes #8288) ([@fabaff] - [#8290]) ([camera.arlo docs])
49+
- Temporary fix for the client_id generation (fixes #8315) ([@fabaff] - [#8336]) ([mqtt docs])
50+
4151
## {% linkable_title New Platforms %}
4252
4353
- Add initial support for Shiftr.io ([@fabaff] - [#7974]) ([shiftr docs]) (new-platform)
@@ -511,3 +521,18 @@ light:
511521
[forum]: https://community.home-assistant.io/
512522
[issue]: https://github.com/home-assistant/home-assistant/issues
513523
[discord]: https://discord.gg/c5DvZ4e
524+
[#8290]: https://github.com/home-assistant/home-assistant/pull/8290
525+
[#8302]: https://github.com/home-assistant/home-assistant/pull/8302
526+
[#8311]: https://github.com/home-assistant/home-assistant/pull/8311
527+
[#8317]: https://github.com/home-assistant/home-assistant/pull/8317
528+
[#8324]: https://github.com/home-assistant/home-assistant/pull/8324
529+
[#8333]: https://github.com/home-assistant/home-assistant/pull/8333
530+
[#8336]: https://github.com/home-assistant/home-assistant/pull/8336
531+
[@adrienball]: https://github.com/adrienball
532+
[@bergemalm]: https://github.com/bergemalm
533+
[api docs]: https://home-assistant.io/components/api/
534+
[camera.arlo docs]: https://home-assistant.io/components/camera.arlo/
535+
[mqtt docs]: https://home-assistant.io/components/mqtt/
536+
[remote.harmony docs]: https://home-assistant.io/components/remote.harmony/
537+
[sensor.arlo docs]: https://home-assistant.io/components/sensor.arlo/
538+
[snips docs]: https://home-assistant.io/components/snips/

0 commit comments

Comments
 (0)