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.4.6 #91833

Merged
merged 16 commits into from
Apr 22, 2023
Merged

2023.4.6 #91833

merged 16 commits into from
Apr 22, 2023

Conversation

balloob
Copy link
Member

@balloob balloob commented Apr 21, 2023

bdraco and others added 15 commits April 18, 2023 09:26
…eriod` (#91585)

Add a guard against selecting all entities in state_changes_during_period

This cannot happen in `dev` because we require entity ids
…91196)

Fix tasks with no due date.

Prior to this change we were setting the start date/time to utc rather
than the user's timezone.
* Bump pyinsteon

* Bump pyinsteon

* Bump pyinsteon
* Handle UnsupportedEror

* Make error message more clear

* Remove debug line, whoops
In #91514 is was discovered
these exist in older versions
…or invalid (#91704)

* Fallback to generating a new ULID on migraiton if context is missing or invalid

It was discovered that postgresql will do a full scan if
there is a low cardinality on the index because of missing
context ids. We will now generate a ULID for the timestamp
of the row if the context data is missing or invalid

fixes #91514

* tests

* tweak

* tweak

* preen
@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 Apr 21, 2023
These tests were moved to test_migration_from_schema_32.py in `dev`
and have changed. Remove the old tests as they are no longer
correct
@balloob balloob merged commit cdbdf1b into master Apr 22, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 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.

Renault integration not working - ClientResponseError: 403, message='Forbidden'