diff --git a/homeassistant/components/switch/mysensors.py b/homeassistant/components/switch/mysensors.py
index a50266b2597aac28154daa3b599cdc22820f92d1..86c96b9f459d7af179cade9ab94992a163f428cd 100644
--- a/homeassistant/components/switch/mysensors.py
+++ b/homeassistant/components/switch/mysensors.py
@@ -153,7 +153,6 @@ class MySensorsSwitch(SwitchDevice):
             _LOGGER.info(
                 "%s: value_type %s, value = %s", self._name, value_type, value)
             if value_type == self.gateway.const.SetReq.V_ARMED or \
-               value_type == self.gateway.const.SetReq.V_STATUS or \
                value_type == self.gateway.const.SetReq.V_LIGHT or \
                value_type == self.gateway.const.SetReq.V_LOCK_STATUS:
                 self._values[value_type] = (