Process a zigbee entity update event with all the properties, not only the ones that have been changed

This commit is contained in:
Fabio Manganiello 2022-05-01 21:09:13 +02:00
parent 088cf23958
commit b23f45f45e
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ class ZigbeeMqttBackend(MqttBackend):
}
if changed_props:
self._process_property_update(name, changed_props)
self._process_property_update(name, data)
self.bus.post(
ZigbeeMqttDevicePropertySetEvent(
host=client._host,