You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider providing a way that lets v2 quirks provide a lambda to allow ZHA to parse ZCL attribute state to a different HA state with the parsing being in the v2 quirk.
This should be implemented for at least binary sensors and normal/analog sensors.
This may help clean up all of the _attribute_updated overrides too. These end up in the zigpy attribute cache and are persisted to disk in a modified form.
We should consider providing a way that lets v2 quirks provide a lambda to allow ZHA to parse ZCL attribute state to a different HA state with the parsing being in the v2 quirk.
This should be implemented for at least binary sensors and normal/analog sensors.
We may also want to consider the other platforms.
Switch currently has a special
force_inverted
,invert_attribute_name
implementation.The text was updated successfully, but these errors were encountered: