forked from platypush/platypush
Process a zigbee entity update event with all the properties, not only the ones that have been changed
This commit is contained in:
parent
088cf23958
commit
b23f45f45e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue