-
Notifications
You must be signed in to change notification settings - Fork 730
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
Add BatterySize
enum
#3752
Add BatterySize
enum
#3752
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3752 +/- ##
==========================================
+ Coverage 90.13% 90.40% +0.26%
==========================================
Files 320 320
Lines 10473 10490 +17
==========================================
+ Hits 9440 9483 +43
+ Misses 1033 1007 -26 ☔ View full report in Codecov by Sentry. |
44d2323
to
a9cad24
Compare
a9cad24
to
3acf637
Compare
2614229
to
6405d78
Compare
@TheJulianJES so I updated everything now. I think the PR now needs a new name 😂 |
_TZE200_pay2byax
BatterySize
enum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 12 out of 27 changed files in this pull request and generated no comments.
Files not reviewed (15)
- zhaquirks/tuya/tuya_valve.py: Evaluated as low risk
- zhaquirks/tuya/tuya_gas.py: Evaluated as low risk
- zhaquirks/tuya/tuya_siren.py: Evaluated as low risk
- zhaquirks/tuya/init.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/magnet_ac01.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/magnet_acn001.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/magnet_agl02.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/cube_aqgl01.py: Evaluated as low risk
- tests/test_tuya_builder.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/magnet_aq2.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/cube.py: Evaluated as low risk
- zhaquirks/tuya/tuya_sensor.py: Evaluated as low risk
- tests/test_xiaomi.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/motion_acn001.py: Evaluated as low risk
- zhaquirks/xiaomi/aqara/motion_agl02.py: Evaluated as low risk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
Proposed change
Sets correct battery size and voltage for
_TZE200_pay2byax TS0601
Fixes #3713
Additional information
Checklist
pre-commit
checks pass / the code has been formatted using Black