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

Move MatterDeviceController instantiation to start() #748

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

agners
Copy link
Collaborator

@agners agners commented Jun 10, 2024

Create the instance of MatterDeviceController in the start() method. This makes sure that the PAA certificate fetch is done before the controller is created.

Fixes: home-assistant/core#119145
Refs: #720

Create the instance of MatterDeviceController in the start() method.
This makes sure that the PAA certificate fetch is done before the
controller is created.

Fixes: home-assistant/core#119145
Refs: #720
@agners agners added the bugfix Pull request that fixes a (known) issue/bug label Jun 10, 2024
@agners agners merged commit a938271 into main Jun 10, 2024
4 checks passed
@agners agners deleted the move-controller-initialization-to-start branch June 10, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull request that fixes a (known) issue/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Matter commissioning with Docker Container fails
2 participants