-
-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial zhimi.humidifier.ca6 support (#1885)
Adds support for zhimi.humidifier.ca6 and status container descriptors for airhumidifier_miot.
- Loading branch information
Showing
4 changed files
with
682 additions
and
85 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# flake8: noqa | ||
from .airhumidifier import AirHumidifier | ||
from .airhumidifier_miot import AirHumidifierMiot | ||
from .airhumidifier_miot import AirHumidifierMiot, AirHumidifierMiotCA6 |
Oops, something went wrong.