-
-
Notifications
You must be signed in to change notification settings - Fork 565
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 miiocli support for the Air Humidifier CA1 #391
Conversation
@SmaginPV Please install the branch just for testing. It introduces a special
|
Works.
|
Perfect! |
Thanks! Looking forward to try this in home-assistant. |
The HA component needs to be updated slightly: - air_humidifier = AirHumidifier(host, token)
+ air_humidifier = AirHumidifier(host, token, model=model) |
Thanks @syssi. I downloaded you version of Air Humidifier custom component for hass with latest changes. I see you bumped the version of python-miio package, but didn't actually cut off this release. May I ask you please to do that? Thanks in advance! |
The next release of python-miio will take a few days. Please be patient. :-) |
Ok, thanks, @syssi. Looking forward ;-) |
HI @syssi, Any chance to get the new release of python-miio this week? |
I've some spare time tomorrow. May be yes. ;-) |
No description provided.