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 38488c2 commit fe1f4a3Copy full SHA for fe1f4a3
plugwise_usb/nodes/sense.py
@@ -592,9 +592,9 @@ async def _hysteresis_state_update(
592
switch_state,
593
)
594
if switch_group == 1:
595
- self._sense_statistics.temperature_state = switch_state
596
- elif switch_group == 2:
597
self._sense_statistics.humidity_state = switch_state
+ elif switch_group == 2:
+ self._sense_statistics.temperature_state = switch_state
598
else:
599
_LOGGER.debug(
600
"Ignoring unknown switch_group %s for %s", switch_group, self.name
0 commit comments