Skip to content
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

Found an unsupported model 'viomi.vacuum.v8' for class 'Vacuum'. after update HomeAassistant 2021.12.0 #1240

Closed
snp88 opened this issue Dec 13, 2021 · 1 comment

Comments

@snp88
Copy link

snp88 commented Dec 13, 2021

If you are receiving a warning indicating an unsupported model (Found an unsupported model '<model>' for class '<class>'.),
this means that the implementation does not list your model as supported.

If it is working fine for you nevertheless, feel free to open an issue or create a PR to add the model to the _supported_models (example) for that class.

Before submitting, use the search to see if there is an existing issue for the device model, thanks!

Device information:

  • Name(s) of the device:
  • Link:

Use miiocli device --ip <ip address> --token <token>.

  • Model: viomi.vacuum.v8
  • Hardware version:
  • Firmware version:
@rytilahti
Copy link
Owner

rytilahti commented Dec 13, 2021

Viomi vacuums should be using ViomiVacuum class (and the homeassistant integration does not currently support anything else but roborock vacuums), so you are likely running a custom component that is causing this. Please report to its developer, that the vacuum models should be added to the _supported_models of the implementation class to suppress the warning 👍

As I assume that the custom component is using this library, I added the v8 to ViomiVacuum (#1237). Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants