-
-
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
Add support for dmaker.fan.p9 and dmaker.fan.p10 #819
Conversation
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.
Thanks for the PR! Could you please move the miot implementation (and the related tests) into its own file, e.g., fan_miot.py
?
Hi, @rytilahti |
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.
Hi @swim2sun, no worries, the code is looking pretty good python code to me! :-)
LGTM! 👍 One small thing, could you update |
@rytilahti Thanks for your guidance! |
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.
Looks great, thanks again! 🎉
Hi, thanks for adding dmaker.fan.p9 support. How could I add this support into Home Assistant? |
* Add support for dmaker.fan.p9 and dmaker.fan.p10 * fix format issue * add new supported fan to README * move fan miot implementation to fan_miot.py * move FanP9 and FanP10 to fan_miot.py * add FanMiot to discovery.py
…)" This reverts commit a37e4c6.
* Add support for dmaker.fan.p9 and dmaker.fan.p10 * fix format issue * add new supported fan to README * move fan miot implementation to fan_miot.py * move FanP9 and FanP10 to fan_miot.py * add FanMiot to discovery.py
Add support for dmaker.fan.p9 and dmaker.fan.p10.
Fixes #721