CJNE / thermiagenesis

Home assistant custom component for Thermia Inverter/Mega heat pumps
MIT License
23 stars 13 forks source link

Correct device_class for alarms #188

Closed michaelpiron closed 1 year ago

michaelpiron commented 2 years ago

Some alarm binary sensors got the device_class type "opening" (ATTR_CLASS: CLASS_RELAY), which is a confusing way to interpret these alarms. Changed this to device_class type "problem" (ATTR_CLASS: CLASS_ALARM).

CJNE commented 1 year ago

Thank you for this fix!