well, I must be going blind, have been searching for that the last 20 times Ive read them… please point me to it, because I was already writing a feature request adding templates. Which still might be a great feature…
Any option can be used more than once by appending a number or string to the option name:
filter:
include:
- state 1: "> 100"
state 2: "< 200"
The filter above matches entities where the state is above 100 AND below 200. Compare to the following:
filter:
include:
- state: "< 100"
- state: "> 200"
The two filters above together match entities where the state is below 100 OR above 200.
I think @thomasloven was in the process of adding that already. I vaguely remember him saying that somewhere on these forums. My memory isn’t always great though.