-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Support generic xiaomi_miio vacuums #59317
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
Support generic xiaomi_miio vacuums #59317
Conversation
Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
This pull request needs to be manually signed off by @home-assistant/core before it can get merged. |
Hey there @rytilahti, @syssi, @starkillerOG, @bieniu, mind taking a look at this pull request as it has been labeled with an integration ( |
Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
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.
LGTM, I'd really like to have this in the next point release as it's affecting many users. It'd be great if someone would give a second opinion.
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.
LGTM 👍
* Support generic xi AB70 aomi_miio vacuums Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * Fix lint Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com> * Remove warning log Signed-off-by: Kevin Hellemun <17928966+OGKevin@users.noreply.github.com>
Proposed change
It seems that by making the vacuum model support check, we've dropped a lot of supported vacuum models that have never been reported as working correctly.
This PR re-enables these models and emits a warning asking folks to report the model as working. With these reports we can then build a proper map of model and features and continue to improve from there.
Unsupported sensors are already no longer created due to #58880 so this already ensures that only supported sensors are created nevertheless.
The mop sensors won't be created for these generic vacuums, however.
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: