dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
543 stars 106 forks source link

Move config entry default entity enablement #361

Closed rautesamtr closed 6 months ago

rautesamtr commented 6 months ago

Moves the entity registry default enablement into sensor initialization to fix the issues with frozen dataclass. The value is set in the dictionary prior to the dataclass being initialized.