Skip to content
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

2023.1.1 #85277

Merged
merged 16 commits into from Jan 6, 2023
Merged

2023.1.1 #85277

merged 16 commits into from Jan 6, 2023

Conversation

balloob
Copy link
Member

@balloob balloob commented Jan 6, 2023

Kane610 and others added 16 commits January 5, 2023 15:38
Limit calls to write state to when relevant
Make sure to only subscribe to the relevant ID
lacrosse_view: fixed fetching of latest data

When using datetime.utcnow(), it only replaces timezone information with
UTC making the actual time offset by the timezone. When you are in UTC-
timezones, it makes no issue as the offset is in the future, but when in
UTC+, the last hour(s) of data are missing.

This commits swtiches to time.time() as UTC timestamp is actually what
the API expects.

It also reduces the window to one hour what noticeably improves the API
performance.
* Remove invalid device class for RRSI sensors

* Restore state class
* Improve error reporting when switchbot auth fails

related issue #85243

* bump

* coverage
* Bump bimmer_connected to 0.12.0

* Fix mypy

* Remove not needed code

Co-authored-by: rikroe <rikroe@users.noreply.github.com>
…rom zeroconf (#85265)

Reject the WiFI AP IP when considering to update a shelly config entry from zeroconf

fixes #85180
* Make sure we're getting the fully_kiosk config entry

* Make sure we're getting the fully_kiosk config entry
@balloob balloob requested a review from epenet as a code owner January 6, 2023 03:24
@home-assistant home-assistant bot added cla-signed core has-tests merging-to-master This PR is merging into the RC branch and should probably change the branch to `dev`. labels Jan 6, 2023
@balloob balloob merged commit 71ce737 into master Jan 6, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed core has-tests merging-to-master This PR is merging into the RC branch and should probably change the branch to `dev`.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet