Hello everyone,
I’ve created a “binary sensor group” in the GUI Helper section of HA and added my windows.
Then in Node-Red I added a state-change event node, that triggers by regex for binary_sensor.* which works fine.
Now I want to know if this binary sensor is in my group of windows.
I used the “get entities” node and set it to “entity_id” in group “binary_sensor.windows”.
Now I always get ALL windows as a matc, even if the device that triggers the state change isn’t a window at all …
Does it only work with the YAML type groups?