Warnning in logs
Closed this issue · 1 comments
ESXi environment (please complete the following information):
- Host/vCenter: [e.g. ESXi 6.7]
Additional context
HA logs show :
Logger: homeassistant.util.async_
Source: util/async_.py:105
First occurred: AM12:29:13 (30635 occurrences)
Last logged: PM 5:54:00
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for esxi_stats doing I/O at custom_components/esxi_stats/init.py, line 227: ds_name = ds.summary.name.replace(" ", "_").lower()
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for esxi_stats doing I/O at custom_components/esxi_stats/esxi.py, line 151: ds_summary = ds.summary
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for esxi_stats doing I/O at custom_components/esxi_stats/esxi.py, line 162: "connected_hosts": len(ds.host),
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for esxi_stats doing I/O at custom_components/esxi_stats/esxi.py, line 163: "virtual_machines": len(ds.vm),
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for esxi_stats doing I/O at custom_components/esxi_stats/esxi.py, line 31: current_session = conn.content.sessionManager.currentSession.key