Closed michaelpiron closed 1 year 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).
Thank you for this fix!
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).