diff --git a/homeassistant/components/switch/konnected.py b/homeassistant/components/switch/konnected.py index 20774accbd579e..84016dac28d299 100644 --- a/homeassistant/components/switch/konnected.py +++ b/homeassistant/components/switch/konnected.py @@ -83,7 +83,7 @@ def turn_on(self, **kwargs): if self._momentary and resp.get(ATTR_STATE) != -1: # Immediately set the state back off for momentary switches - self._set_state(self._boolean_state(False)) + self._set_state(False) def turn_off(self, **kwargs): """Send a command to turn off the switch."""