kamaradclimber / heishamon-homeassistant

An integration for heatpumps handled by heishamon
Apache License 2.0
50 stars 25 forks source link

Correct #250 #254

Closed kamaradclimber closed 2 months ago

kamaradclimber commented 2 months ago

This issue comes from a simple cause but a bug in HA made it look very weird. Cause: accessing attributes before having them defined. Fix: simply define the attribute in constructor

Fix #250