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

Fix startup broken by #577 #578

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Conversation

puddly
Copy link
Contributor

@puddly puddly commented Aug 30, 2023

#577 reorganized startup to allow for a simpler runtime reset (required for rebooting after writing config) but unfortunately omitted calls to register_endpoints and write_config, severely breaking it. This PR should address this.

CC @TheJulianJES

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04% 🎉

Comparison is base (21cd029) 99.79% compared to head (b6478b7) 99.83%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #578      +/-   ##
==========================================
+ Coverage   99.79%   99.83%   +0.04%     
==========================================
  Files          68       68              
  Lines        4856     4858       +2     
==========================================
+ Hits         4846     4850       +4     
+ Misses         10        8       -2     
Files Changed Coverage Δ
bellows/zigbee/application.py 100.00% <100.00%> (+0.38%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TheJulianJES
Copy link
Contributor

Yep, seems to have fixed the issue 🎉

@puddly puddly merged commit 4e8ad8c into zigpy:dev Aug 30, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants