-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Use standard identifiers for roborock #1729
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #1729 +/- ##
=======================================
Coverage 81.93% 81.93%
=======================================
Files 196 196
Lines 18051 18054 +3
Branches 3863 3863
=======================================
+ Hits 14790 14793 +3
Misses 2972 2972
Partials 289 289
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
So I'm not yet sure what's the best approach for exposing the standard actions, so let's wait a bit until we have a solution for that. For comparison, here's what roborock a27 (so the same as you have, s7 maxv) using miot spec currently provides:
|
Alright, I understand, will close this for now then. |
The linked PR adds an enum for "standard" vacuum descriptors, so I'm reopening this. |
@rytilahti this PR has been updated with the new vacuum identifiers, can you have a look? |
Co-authored-by: Teemu R. <[email protected]>
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.
Would you also add the id for the fan speed preset? I think that's the only missing one for full vacuum platform coverage.
Also, looks like homeassistant does not standardize the error message anymore, so that is not necessary but it does no harm so that could be cleaned up afterward.
@rytilahti Well I was a bit confused by the fan speed preset. |
Okay, let's leave it like this for now and clean it up later 👍 There is no need to worry about breaking current integrations, the new one (I have created a bare-bones custom component based on that old branch of mine) will be almost a complete rewrite anyway. I'll invite you to the repository as soon as I get it back into a working state :-) |
Follow the new standard set in #1724 by @rytilahti