diff --git a/tasmota/tasmota_support/support_switch.ino b/tasmota/tasmota_support/support_switch.ino index 6bf59bbcb..5b66f301b 100644 --- a/tasmota/tasmota_support/support_switch.ino +++ b/tasmota/tasmota_support/support_switch.ino @@ -84,7 +84,8 @@ bool SwitchState(uint32_t index) { (PUSHBUTTONHOLD_INV == switchmode) || (FOLLOWMULTI_INV == switchmode) || (PUSHHOLDMULTI_INV == switchmode) || - (PUSHON_INV == switchmode) + (PUSHON_INV == switchmode) || + (PUSH_IGNORE_INV == switchmode) ) ^ Switch.last_state[index]; }