We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24d5c8 commit e4b4fb2Copy full SHA for e4b4fb2
plugwise_usb/nodes/sense.py
@@ -571,7 +571,11 @@ async def _switch_group(self, response: PlugwiseResponse) -> bool:
571
_LOGGER.warning("%s received %s", self.name, response)
572
await gather(
573
self._available_update_state(True, response.timestamp),
574
- self._hysteresis_state_update(response.switch_state, response.timestamp),
+ self._hysteresis_state_update(
575
+ response.switch_state,
576
+ response.switch_group,
577
+ response.timestamp,
578
+ ),
579
)
580
return True
581
0 commit comments