|
发表于 2021-9-3 18:15:40
|
显示全部楼层
2021-09-03 10:13:58 ERROR (MainThread) [homeassistant.components.homeassistant] The system cannot restart because the configuration is not valid: Platform error weather.hf_weather - Integration 'hf_weather' not found.
2021-09-03 10:13:58 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [2857597320] The system cannot restart because the configuration is not valid: Platform error weather.hf_weather - Integration 'hf_weather' not found.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 185, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1492, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1527, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 728, in admin_handler
await result
File "/usr/src/homeassistant/homeassistant/components/homeassistant/__init__.py", line 171, in async_handle_core_service
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Platform error weather.hf_weather - Integration 'hf_weather' not found.
我重启一直报错 |
|