cadavre / miio_gateway

lumi.gateway.mieu01 with custom miio_client integration for HA
54 stars 22 forks source link

New HA version #21

Closed grego1981 closed 3 years ago

grego1981 commented 3 years ago

Hi and thank you for this invaluable integration!

During the last HA upgrade, this integration fails to load propably due to the new manifest requirement. Is it possible to make it work again??

Log entry:

Logger: homeassistant.setup Source: setup.py:172 First occurred: 8:46:10 AM (1 occurrences) Last logged: 8:46:10 AM

Setup failed for miio_gateway: Integration not found.

grego1981 commented 3 years ago

For anyone with the same issue, I created a manifest.json file according to the HA directives to bypass the requirments, it's a quick and dirty solution.

{ "domain": "miio_gateway", "name": "miio_gateway", "documentation": "https://github.com/cadavre/miio_gateway", "dependencies": [], "codeowners": [], "requirements": [], "version": "0.2.2", "iot_class": "local_polling" }

cliffordwhansen commented 3 years ago

@grego1981 I have created a PR #20

cadavre commented 3 years ago

Will merge #20 after #17 is confirmed.