Bump ZHA dependencies (#93989)
* Make `find_entity_id` synchronous * Remove `tries` * Use new `attribute_updated` event signature * Validate attributes before creating entities * Avoid swallowing exceptions when opening covers * Bump ZHA dependencies * Add a matcher for Sinope water leak sensors using a non-standard ZCL attribute * Ensure handler matching is strict, not multi * Add type annotations for newly-updated functions
This commit is contained in:
parent
584967a35a
commit
22dfa8797f
32 changed files with 221 additions and 308 deletions
|
@ -176,6 +176,7 @@ class ZCLEnumSelectEntity(ZhaEntity, SelectEntity):
|
|||
cluster_handler = cluster_handlers[0]
|
||||
if (
|
||||
cls._select_attr in cluster_handler.cluster.unsupported_attributes
|
||||
or cls._select_attr not in cluster_handler.cluster.attributes_by_name
|
||||
or cluster_handler.cluster.get(cls._select_attr) is None
|
||||
):
|
||||
_LOGGER.debug(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue