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

Suppress 'found an unsupported model' warning #1850

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

rytilahti
Copy link
Owner

@rytilahti rytilahti commented Oct 21, 2023

This is not needed anymore, as #1845 reports on missing identifiers and roborocks are covered by a wildcard matcher in devicefactory.

The original reason for adding this warning was to gather a list of devices that we should add to the supported devices list for devicefactory, but I think we are well covered now at least for roborock (closing the issues below, other integrations need to be adapted to use wildcards where feasible).

Closes #1843
Closes #1840
Closes #1833
Closes #1820
Closes #1797
Closes #1652
Closes #1844

This is not needed anymore, as #1845 reports on missing identifiers and roborocks are covered by a wildcard matcher in devicefactory
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #1850 (54995c5) into master (fb8128f) will decrease coverage by 0.02%.
Report is 4 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1850      +/-   ##
==========================================
- Coverage   81.41%   81.40%   -0.02%     
==========================================
  Files         193      193              
  Lines       18556    18563       +7     
  Branches     4024     4025       +1     
==========================================
+ Hits        15108    15111       +3     
+ Misses       3173     3171       -2     
- Partials      275      281       +6     
Files Coverage Δ
miio/device.py 93.83% <ø> (-0.17%) ⬇️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rytilahti rytilahti merged commit 9b17d90 into master Oct 23, 2023
22 of 24 checks passed
@rytilahti rytilahti deleted the janitor/suppress_unsupported_model branch October 23, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment