Logger: homeassistant.util.async_
Source: util/async_.py:132
First occurred: 下午7:15:30 (2 occurrences)
Last logged: 下午7:15:31
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for zinguo doing I/O at custom_components/zinguo/zinguo.py, line 73: r = requests.get(url,headers=headers, timeout = 5)
Logger: custom_components.zinguo.zinguo
Source: custom_components/zinguo/zinguo.py:75
Integration: zinguo (documentation)
First occurred: 下午7:15:30 (2 occurrences)
Last logged: 下午7:15:31
峥果:except I/O must be done in the executor; Use `await hass.async_add_executor_job()` at custom_components/zinguo/zinguo.py, line 73: r = requests.get(url,headers=headers, timeout = 5)