martinarva / dynamic_energy_cost

62 stars 13 forks source link

async_create_task warning in logs #12

Closed dunxd closed 5 months ago

dunxd commented 5 months ago

Describe the bug

Detected that custom integration 'dynamic_energy_cost' calls async_create_task from a thread at custom_components/dynamic_energy_cost/energy_based_sensors.py, line 147: self.hass.async_create_task(self.async_update()), please report it to the author of the 'dynamic_energy_cost' custom integration

martinarva commented 5 months ago

Fixed in latest release: https://github.com/martinarva/dynamic_energy_cost/releases/tag/v0.2.5

Please verify and close

dunxd commented 5 months ago

Warning gone after update. 😁