I have an entity-filter card and do not want to show pepole that are either “offline” or “unknown”. If I only put one in it works … if I extend for a second it does not work. I assume a language issue?
this works:
type: entity-filter
entities:
- entity: sensor.ric_******
state_filter:
- operator: '!='
value: offline
card:
title: Discord Online
this does not:
type: entity-filter
entities:
- entity: sensor.ric_******
state_filter:
- operator: '!='
value: offline
- operator: '!='
value: unknown
card:
title: Discord Online