joggs / home_assistant_ebeco

Integration for Ebeco thermostats
28 stars 14 forks source link

Fix updating target temperature from integration #12

Closed PerfectlyNormal closed 2 years ago

PerfectlyNormal commented 2 years ago

Apparently HomeAssistant has several methods prefixed with async_ that are actually not async. And I refactored a bit too much without really testing everything afterwards, so passed along too much data.

This fixes #10