-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
First draft of the water purifier support #67
Conversation
mirobo/waterpurifier.py
Outdated
@@ -0,0 +1,57 @@ | |||
import logging | |||
from typing import Any, Dict, Optional |
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.
'typing.Optional' imported but unused
mirobo/discovery.py
Outdated
@@ -25,7 +25,7 @@ | |||
"zhimi-airpurifier-v6": AirPurifier, | |||
"chuangmi-ir-v2": ChuangmiIr, | |||
# "zhimi-humidifier-v1": Humidifier, | |||
# "yunmi-waterpuri-v2": WaterPurifier, | |||
"yunmi-waterpuri-v2": WaterPurifier, |
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.
undefined name 'WaterPurifier'
We can add it, but maybe it makes sense to add a call for help to the README.md regarding to missing functionality? |
You are right. I will extend the README.md! |
d8d4c51
to
2e2d21b
Compare
Great! |
The exact feature set is unkown at the moment. A list of supported properties / some network traffic would be nice.