-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
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
xiaomi_aqara/cover new model #25711
Comments
Hey there @Danielhiversen, @syssi, mind taking a look at this issue as its been labeled with a integration ( This is a automatic comment generated by codeowners-mention to help ensure issues and pull requests are seen by the right people. |
Hi, I am sorry.I use Hassio in Mac mini with VMware.Where I can find this file to change it to support B1 model? Pls Help. Tks. |
where is the path of the following files: How can I find it? |
* Add support of new Xiaomi Aqara Curtain models (curtain.aq2, curtain.hagl04) (Closes: #25711) * Fix requirements_all
**Home Assistant release with the issue:0.95.1
Operating environment (Hass.io/Docker/Windows/etc.): Docker
Component/platform: xiaomi_aqara/cover
Description of problem:
I've installed new aqara curtain motor B1 (curtain.hagl04)
I issued Danielhiversen/PyXiaomiGateway and he commits.
PyXiaomiGateway/xiaomi_gateway/init.py : 260
'cover': ['curtain', 'curtain.hagl04'],
I changed it and it works. I can see the battery level too, but it's different from the mi home app. (app : 99% ha : 40)
xiaomi_aqara/cover.py : 22
if model == "curtain":
-->
if model == "curtain" or model == "curtain.hagl04":
The text was updated successfully, but these errors were encountered: