-
-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split fan_miot.py to vendor-specific fan integrations (#1303)
* Split fan_miot.py to vendor-specific integrations * The main implementation is now under miio/integrations/fan/dmaker/ * The FanZA5 (zhimi) is now under miio/integrations/fan/zhimi/ * Fix tests by keeping library imports to top of the module Makes isort to skip reordering of the core library imports to avoid causing problems with circular dependencies later on.
- Loading branch information
Showing
10 changed files
with
512 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# flake8: noqa | ||
from .fan_miot import Fan1C, FanMiot, FanP9, FanP10, FanP11 |
Oops, something went wrong.