ualex73 / monitor_docker

Monitor Docker containers from Home Assistant
Apache License 2.0
267 stars 34 forks source link

Converted to full asyncio #140

Closed chris-mc1 closed 6 months ago

chris-mc1 commented 6 months ago

This removes the sperate thread an runs everything inside the Home Assistant event loop Fixes Errors caused by calling HA from outside its event loop.

Fixes Issue #87

ualex73 commented 6 months ago

Thanks for the asyncio code, I have merged it.