- 积分
- 329
- 金钱
- 297
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 329
- 金钱
- 297
- HASS币
- 0
|
本帖最后由 ayongsky 于 2025-6-23 11:33 编辑
shay 发表于 2025-6-23 11:22
有可能是docker镜像没有拉去成功,过段时间再试试。具体原因可以去看系统日志,里面会有记录。 ...
我用的是虚拟机安装的。
日志报错信息:
日志记录器: homeassistant.util.package
来源: util/package.py:159
首次出现: 11:09:11 (3 次出现)
上次记录: 11:09:14
Unable to install package paho-mqtt==1.6.1: × No solution found when resolving dependencies: ╰─▶ Because you require paho-mqtt==1.6.1 and paho-mqtt==2.1.0, we can conclude that your requirements are unsatisfiable.
日志记录器: homeassistant.helpers.frame
来源: helpers/frame.py:335
首次出现: 11:09:09 (4 次出现)
上次记录: 11:09:12
Detected that custom integration 'webrtc' accessed lovelace_data['resources'] instead of lovelace_data.resources at custom_components/webrtc/utils.py, line 129: resources: ResourceStorageCollection = hass.data["lovelace"]["resources"]. This will stop working in Home Assistant 2026.2, please create a bug report at https://github.com/AlexxIT/WebRTC/issues
Detected that custom integration 'gaode_maps' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/gaode_maps_www", "/config/custom_components/gaode_maps/www", False)])` at custom_components/gaode_maps/__init__.py, line 36: hass.http.register_static_path("/gaode_maps_www", hass.config.path("custom_components/" + DOMAIN + "/www"), False). This will stop working in Home Assistant 2025.7, please report it to the author of the 'gaode_maps' custom integration
Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend_experimental", False)])` at custom_components/hacs/frontend.py, line 49: hass.http.register_static_path(. This will stop working in Home Assistant 2025.7, please create a bug report at https://github.com/hacs/integration/issues
Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call `await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])` at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(. This will stop working in Home Assistant 2025.7, please create a bug report at https://github.com/hacs/integration/issues
|
|