zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

Fixed assignment of `active_entity` for keep-alive #32

Closed david-kalbermatten closed 3 years ago

david-kalbermatten commented 3 years ago

As the title says this PR should fix issue #31. active_entity was only set for a small part of the _async_control_heating() function, which caused keep-alive to not work correctly.

david-kalbermatten commented 3 years ago

fixes #31