-
Notifications
You must be signed in to change notification settings - Fork 50
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
Fastapi deprecation 1208 #1276
Fastapi deprecation 1208 #1276
Conversation
This was added a few months ago but seems to have since been clobbered. Testing again.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1276 +/- ##
===========================================
- Coverage 71.31% 71.05% -0.26%
===========================================
Files 100 100
Lines 8439 8468 +29
Branches 1174 1173 -1
===========================================
- Hits 6018 6017 -1
- Misses 2270 2300 +30
Partials 151 151 ☔ View full report in Codecov by Sentry. |
Update the services using FastAPI (power, weather) to properly use lifespan events instead of the deprecated startup/shutdown events. This was originally in #1208 but got clobbered.
This also adds host info to the weather cli for remote weather reading.
Tested on PAN015