-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Remove duplicate co2 and pressure constants #8583
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
Remove duplicate co2 and pressure constants #8583
Conversation
Hey there @Azimath, mind taking a look at this pull request as it has been labeled with an integration ( |
Hey there @martgras, @sjtrny, mind taking a look at this pull request as it has been labeled with an integration ( |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #8583 +/- ##
==========================================
+ Coverage 53.70% 56.49% +2.78%
==========================================
Files 50 50
Lines 9408 9888 +480
Branches 1654 1337 -317
==========================================
+ Hits 5053 5586 +533
+ Misses 4056 3953 -103
- Partials 299 349 +50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Currently various CO2 and pressure sensors define several identical constants. This PR moves them to const.py.
This is needed for #8575 to apply cleanly.
Checklist:
tests/
folder).