intents icon indicating copy to clipboard operation
intents copied to clipboard

Check on multiple states in one intent

Open TheFes opened this issue 3 years ago • 2 comments

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?

TheFes avatar Feb 24 '23 21:02 TheFes

@synesthesiam Could this somehow be added, also see #1200 how this can help in resolving the current conflicts

TheFes avatar Mar 13 '23 13:03 TheFes

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:

synesthesiam avatar Mar 14 '23 01:03 synesthesiam