fix cluster configuration (#26494)
This commit is contained in:
parent
ece023bfee
commit
5237bd3fd1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue