|
发表于 2021-1-1 22:43:27
|
显示全部楼层
本帖最后由 sirakawa 于 2021-1-1 22:46 编辑
HA 2020.12.1,用这个插件,会导致HA前台无法打开。设备连接了米家插座蓝牙网关版2
2021-01-01 22:41:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2899346000] Error handling message: Unknown error
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 18, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 191, in handle_get_services
descriptions = await async_get_all_descriptions(hass)
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 401, in async_get_all_descriptions
integrations = await gather_with_concurrency(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 139, in gather_with_concurrency
return await gather(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 137, in sem_task
return await task
File "/usr/src/homeassistant/homeassistant/loader.py", line 491, in async_get_integration
raise IntegrationNotFound(domain)
homeassistant.loader.IntegrationNotFound: Integration 'xiaomi_miio_raw' not found.
2021-01-01 22:41:54 INFO (MainThread) [custom_components.xiaomi_miot_raw.sensor] New state: {'onoff': True, 'temperature': 40, 'power': 4345}
|
|