-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dependencies import error after 0.88 #1
Comments
i have this error too after update HA |
thanks for the heads up this weekend i'll look at it and try to update |
news? |
thanks.
|
Hi, I have modified the code to the new dependencies, and it seems that it works |
Hi. Please create a gist for it. Can't copy code because all formating breaks down. |
sorry, I was just trying to help while you were publishing the new code |
I'm not the author, just a user. |
ups, I misunderstood
|
hey, open a pr my house is remodling and my home assistant is offline |
Sorry, |
It is correct place pytjon script in Home Assistant by path
When i'm trying to check config it says: |
For me too ((( |
I have the same error.
|
Yes, now is a new error
|
Its work """ https://github.com/h4v1nfun/xiaomi_miio_gateway/blob/master/custom_components/media_player/xiaomi_miio_gateway.py """ import logging import homeassistant.helpers.config_validation as cv REQUIREMENTS = ['python-miio>=0.3.7'] ATTR_MODEL = 'model' DEFAULT_NAME = "Xiaomi Gateway Radio" ATTR_STATE_PROPERTY = 'state_property' _LOGGER = logging.getLogger(name) SUPPORT_XIAOMI_GATEWAY_FM = SUPPORT_VOLUME_STEP | SUPPORT_TURN_ON | PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({ @asyncio.coroutine
class XiaomiGateway(MediaPlayerDevice):
|
Hello I have the same problem. |
I'm getting the same error On Home Assistant 0.108.9 |
same error on Home Assistant 0.109.6 |
Hi.
Can you please update component to make compatiable to the latest HA version.
Maybe related to https://developers.home-assistant.io/blog/2019/02/19/the-great-migration.html
And, please, add support for https://github.com/custom-components/custom_updater
Thanks!
The text was updated successfully, but these errors were encountered: