asev / homeassistant-uponor

Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.
MIT License
42 stars 17 forks source link

trying to solves deprecated async_add_job #54

Open dave-code-ruiz opened 2 months ago

dave-code-ruiz commented 2 months ago

trying to solves deprecated async_add_job explained in https://github.com/asev/homeassistant-uponor/issues/52

kikediazfernandez commented 1 month ago

[custom_components.uponor] Uponor thermostat was unable to update: a coroutine was expected, got None

def call_state_update(self): should be async def call_state_update(self):