Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a0da1a

Browse files
committed
Merge branch 'current' into next
2 parents 7fb3cb2 + 95d3926 commit 6a0da1a

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ social:
110110
# Home Assistant release details
111111
current_major_version: 2022
112112
current_minor_version: 11
113-
current_patch_version: 4
114-
date_released: 2022-11-20
113+
current_patch_version: 5
114+
date_released: 2022-11-30
115115

116116
# Either # or the anchor link to latest release notes in the blog post.
117117
# Must be prefixed with a # and have double quotes around it.

source/_posts/2022-11-02-release-202211.markdown

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Sunday, November 13, 2022 (11:00 AM PST / 20:00 CET).
5656
- [Release 2022.11.2 - November 8](#release-2022112---november-8)
5757
- [Release 2022.11.3 - November 16](#release-2022113---november-16)
5858
- [Release 2022.11.4 - November 20](#release-2022114---november-20)
59+
- [Release 2022.11.5 - November 30](#release-2022115---november-30)
5960
- [Need help? Join the community!](#need-help-join-the-community)
6061
- [Breaking Changes](#breaking-changes)
6162
- [All changes](#all-changes)
@@ -723,6 +724,60 @@ The following integrations are now available via the Home Assistant UI:
723724
[sma docs]: /integrations/sma/
724725
[vicare docs]: /integrations/vicare/
725726

727+
## Release 2022.11.5 - November 30
728+
729+
- Bump pyotgw to 2.1.3 ([@mvn23] - [#82430])
730+
- Bump ZHA dependencies ([@puddly] - [#82509])
731+
- Ensure esphome client tasks await cancelation ([@bdraco] - [#82547])
732+
- Bump gcal_sync to 4.0.3 ([@allenporter] - [#82606])
733+
- Fix iBeacons with infrequent random mac address changes unexpectedly going unavailable ([@bdraco] - [#82668])
734+
- Fix homekit controller triggers not attaching when integration is setup after startup ([@bdraco] - [#82717])
735+
- Bump pysensibo to 1.0.21 ([@gjohansson-ST] - [#82023])
736+
- Bump pysensibo to 1.0.22 ([@gjohansson-ST] - [#82738])
737+
- Update pyTibber to 0.26.1 ([@Danielhiversen] - [#82787])
738+
- Add missing SimpliSafe keypad battery sensor ([@bachya] - [#82797])
739+
- Add missing SimpliSafe alarm states ([@bachya] - [#82813])
740+
- Bump `simplisafe-python` to 2022.11.2 ([@bachya] - [#82943])
741+
742+
[#81423]: https://github.com/home-assistant/core/pull/81423
743+
[#81488]: https://github.com/home-assistant/core/pull/81488
744+
[#81780]: https://github.com/home-assistant/core/pull/81780
745+
[#82023]: https://github.com/home-assistant/core/pull/82023
746+
[#82197]: https://github.com/home-assistant/core/pull/82197
747+
[#82428]: https://github.com/home-assistant/core/pull/82428
748+
[#82430]: https://github.com/home-assistant/core/pull/82430
749+
[#82509]: https://github.com/home-assistant/core/pull/82509
750+
[#82547]: https://github.com/home-assistant/core/pull/82547
751+
[#82606]: https://github.com/home-assistant/core/pull/82606
752+
[#82668]: https://github.com/home-assistant/core/pull/82668
753+
[#82717]: https://github.com/home-assistant/core/pull/82717
754+
[#82738]: https://github.com/home-assistant/core/pull/82738
755+
[#82787]: https://github.com/home-assistant/core/pull/82787
756+
[#82797]: https://github.com/home-assistant/core/pull/82797
757+
[#82813]: https://github.com/home-assistant/core/pull/82813
758+
[#82943]: https://github.com/home-assistant/core/pull/82943
759+
[3_day_blinds docs]: /integrations/3_day_blinds/
760+
[@Danielhiversen]: https://github.com/Danielhiversen
761+
[@allenporter]: https://github.com/allenporter
762+
[@bachya]: https://github.com/bachya
763+
[@balloob]: https://github.com/balloob
764+
[@bdraco]: https://github.com/bdraco
765+
[@frenck]: https://github.com/frenck
766+
[@gjohansson-ST]: https://github.com/gjohansson-ST
767+
[@mvn23]: https://github.com/mvn23
768+
[@puddly]: https://github.com/puddly
769+
[abode docs]: /integrations/abode/
770+
[accuweather docs]: /integrations/accuweather/
771+
[esphome docs]: /integrations/esphome/
772+
[google docs]: /integrations/google/
773+
[homekit_controller docs]: /integrations/homekit_controller/
774+
[ibeacon docs]: /integrations/ibeacon/
775+
[opentherm_gw docs]: /integrations/opentherm_gw/
776+
[sensibo docs]: /integrations/sensibo/
777+
[simplisafe docs]: /integrations/simplisafe/
778+
[tibber docs]: /integrations/tibber/
779+
[zha docs]: /integrations/zha/
780+
726781
## Need help? Join the community!
727782

728783
Home Assistant has a great community of users who are all more than willing

0 commit comments

Comments
 (0)