I have a “Get Entities” node which fetches one light and one switch.
I want both to turn on with a single call service node - but it doesn’t seem to work because they have separate domain types (Switch and Light) - so only the entity with the matching domain turns on.
Is there a way to make this work for both without having a separate call service node?