10000 2022.11.3 by frenck · Pull Request #82197 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2022.11.3 #82197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Nov 16, 2022
Merged

2022.11.3 #82197

merged 41 commits into from
Nov 16, 2022

Conversation

frenck
Copy link
Member
@frenck frenck commented Nov 16, 2022

Kane610 and others added 30 commits November 15, 2022 18:30
Co-authored-by: Franck Nijhof <git@frenck.dev>
* Fix accelerator sensor in fibaro integration

* Implement suggestions from code review

* Implement suggestions from code review

* Changes as suggested in code review

* Adjust as suggested in code review
Fix attributes services to start_application
Recentish versions of huawei-lte-api behave differently with regards to
empty/default username compared to the older versions this integration
was originally written against. 1.6.5+ changes the behavior so that our
existing implementation works as expected when no username is supplied
for the config entry.

https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.4
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.5
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.6
https://github.com/Salamek/huawei-lte-api/releases/tag/1.6.7
Change from single timeout of 10 to socket timeout of 15, total timeout of 60, and retry up to 3 times.

Bump life360 package to 5.3.0.
* Fix switchbot not becoming available again after unavailable

If the advertisment was the same and we were previously
marked as unavailable we would not mark the device as
available again until the advertisment changed. For lights
there is a counter but for the bots there is no counter
which means the bots would show unavailable even though
they were available again

* naming

* naming
Bump gcal_sync to 4.0.1

This reverts test chagnes from PR #81562 that were actually incorrect given
the calendar "get" API returns less information that the "CalendarList" api.
* Fix ZHA configuration loading and saving issues

* add tests
* Revert google calendar back to old API for free/busy readers

* Update homeassistant/components/google/calendar.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix esphome bleak client seeing disconnects too late

Because allbacks are delivered asynchronously its possible
that we find out during the operation before the callback
is delivered telling us about the disconnected.

We now watch for error code -1 which indicates the connection
dropped out from under us

* debug logging

* cleanup comment

* Fix comment grammar

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
changelog: Bluetooth-Devices/bleak-retry-connector@v2.8.3...v2.8.4

reduces the risk that the operation will fail because the adapter
temporarily runs out of connection slots
changelog: sblibs/pySwitchbot@0.20.2...0.20.3

releases the connection sooner to reduce the risk
of running out of connection slots on the ble adapter
fixes detection of the black 9000 model

fixes #81967

changelog: Bluetooth-Devices/oralb-ble@v0.14.1...v0.14.2
@home-assistant home-assistant bot added cla-signed core merging-to-master This PR is merging into the master branch and should probably change the branch to `dev`. labels Nov 16, 2022
@bdraco
Copy link
Member
bdraco commented Nov 16, 2022

Got one more #82207 but it can wait until 2022.11.4

@frenck
Copy link
Member Author
frenck commented Nov 16, 2022

Got one more #82207 but it can wait until 2022.11.4

Added it.

@bdraco
Copy link
Member
bdraco commented Nov 16, 2022

Awesome thanks

@frenck frenck merged commit dc7f0fb into master Nov 16, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed core merging-to-master This PR is merging into the master branch and should probably change the branch to `dev`.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0