mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
fix cluster configuration (#26494)
This commit is contained in:
parent
ece023bfee
commit
5237bd3fd1
@ -202,7 +202,7 @@ class ZigbeeChannel(LogMixin):
|
||||
# Xiaomi devices don't need this and it disrupts pairing
|
||||
if self._zha_device.manufacturer != "LUMI":
|
||||
await self.bind()
|
||||
if self.cluster.cluster_id not in self.cluster.endpoint.out_clusters:
|
||||
if self.cluster.cluster_id in self.cluster.endpoint.in_clusters:
|
||||
for report_config in self._report_config:
|
||||
await self.configure_reporting(
|
||||
report_config["attr"], report_config["config"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user