-
-
Notifications
You must be signed in to change notification settings - Fork 144
Add support for DEEBOT T50 OMNI (fd60kt) #1285
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1285 +/- ##
==========================================
+ Coverage 94.54% 94.62% +0.07%
==========================================
Files 148 149 +1
Lines 5775 5856 +81
Branches 350 350
==========================================
+ Hits 5460 5541 +81
Misses 253 253
Partials 62 62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #1285 will not alter performanceComparing Summary
|
deebot_client/events/auto_empty.py
Outdated
| MIN_25 = "25" | ||
| AUTO = "auto" | ||
| SMART = "smart" | ||
| MANUAL = "manual" |
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.
| MANUAL = "manual" |
As you said in the previous PR, we also need to set enable to 0 when setting manual. We should add this option only with the fix for it.
I will remove it for now, so I can add your model in the next release
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.
Thanks @ha-newbie 👍
added fd60kt.py (DEEBOT T50 OMNI).
also added parameters to StationAction and AutoEmpty
Fixes #1074