I’m building a subflow that creates some entities and controls some lights. The idea is that each iteration of the subflow has its own entities under a different “device.” The config node “ha-device-config” is the one that assigns the device name to the entities in the subflow. Currently the config node gives the same device name to all the subflow iterations.
My question is, how can I modify this “ha-device-config” so it can change the device name per subflow iteration?