mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Homematic cloud device update fix (#17001)
This commit is contained in:
parent
940d5fb2ee
commit
750c96709e
@ -36,7 +36,7 @@ class HomematicipGenericDevice(Entity):
|
||||
"""Register callbacks."""
|
||||
self._device.on_update(self._device_changed)
|
||||
|
||||
def _device_changed(self, json, **kwargs):
|
||||
def _device_changed(self, *args, **kwargs):
|
||||
"""Handle device state changes."""
|
||||
_LOGGER.debug("Event %s (%s)", self.name, self._device.modelType)
|
||||
self.async_schedule_update_ha_state()
|
||||
|
Loading…
x
Reference in New Issue
Block a user