@@ -38,6 +38,16 @@ Also a shoutout to [@michaelarnauts] for keeping an eye on our Docker build and
38
38
39
39
[issue-polymer]: https://github.com/home-assistant/home-assistant-polymer/issues
40
40
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
+
41
51
## {% linkable_title New Platforms %}
42
52
43
53
- Add initial support for Shiftr.io ([@fabaff] - [#7974]) ([shiftr docs]) (new-platform)
@@ -511,3 +521,18 @@ light:
511
521
[forum] : https://community.home-assistant.io/
512
522
[issue] : https://github.com/home-assistant/home-assistant/issues
513
523
[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