DeebotUniverse / client.py

Deebot client library in python
https://deebot.readthedocs.io
GNU General Public License v3.0
28 stars 43 forks source link

Use IntEnum instead of DisplayNameIntEnum for CleanJobStatus #467

Closed Augar closed 6 months ago

Augar commented 6 months ago

We can use translations in HA and therefore, we don't need DisplayNameIntEnum anymore. Remove it from CleanJobStatus

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.55%. Comparing base (36290ed) to head (06a0a6f). Report is 1 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #467 +/- ## ========================================== - Coverage 84.56% 84.55% -0.01% ========================================== Files 84 84 Lines 3168 3167 -1 Branches 529 529 ========================================== - Hits 2679 2678 -1 Misses 436 436 Partials 53 53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.