realizing Ive FR’d this before, but wouldn’t this be a great moment(um) to add these to our toolbox?
condition:
- condition: state
entity_id: sensor.count_family_home
state_not: 0
- condition: state
entity_id: device_tracker.paulus
state_not: 'home'
would really allow for easier conditioning (And yes, I know and use the new condition: not already, but that still is rather convoluted)
thanks for considering!