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 b75f7ba commit 45a203dCopy full SHA for 45a203d
plugwise_usb/nodes/sense.py
@@ -586,7 +586,7 @@ async def _switch_group(self, response: PlugwiseResponse) -> bool:
586
return True
587
588
async def _hysteresis_state_update(
589
- self, switch_state: bool, switch_group: int, timestamp: datetime
+ self, switch_state: bool, switch_group: int
590
) -> None:
591
"""Process hysteresis state update."""
592
_LOGGER.debug(
0 commit comments