Just realized, that while automation conditions allow multiple states and entities for automations since version 0.112, this doesn’t seem to be the case for triggers.
But where’s the difference? Couldn’t triggers allow lists of entities and/or lists of states as well as conditions? Something like this?
- trigger:
- entity_id:
- sensor.window_1_state
- sensor.window_2_state
platform: state
to:
- open
- tilted
Am I missing some logical or technical caveat or is this just not implemented yet?