WTH can't I negate conditions in automations?

Hi there,

I returned back to HA after neglecting it for 1-2y I am overwhelmed to see all the changes that happened in the automation section.

Which means that I now am intensely using them.

Which means that I would LOVE to negate conditions. E.g.:

  • “Turn off lights when NOT connected to SSID My Home Wifi
  • “Notify me if the air quality is bad and the state of a dropdown is NOT Nobody at home
    etc.

So I’d basically like to check if a condition of a sensor is anything but X.

You overlooked the introduction of the not condition when you were reading the condition docs.

You can. There’s a “not” condition, you can place your other conditions inside it. For triggers, it kind of depends on what you test. for states, you could use “from” so when it is no longer that state, the trigger happens.

The state trigger also supports not_from and not_to.