Check on multiple states in one intent
Now that we have binary_sensor support, I wanted to create intents to check if all doors/windows are closed However, I ran into the problem that there are also covers which are doors/windows
So to check if all doors are open, we need to check for covers which are open (and technically also which are opening and closing) but also for binary_sensors which are on (all with device_class: door)
Is there a way to check on multiple states?
@synesthesiam Could this somehow be added, also see #1200 how this can help in resolving the current conflicts
I made suggestion in https://github.com/home-assistant/intents/discussions/1200 but I haven't had time to think it through very much :slightly_smiling_face: