Control a light group not an individual light #196
-
Hi, Ìm successfully operating your blueprint with an IKEA E1743 on a Single light. I World like to control now a group of lights Instead of an Individual light. Is there an Easy Way to Change from a Single light to a group of do I have to add all lights Individually? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @garagenlager, thank you for posting your question here. If you're using an automation built with the E1743 controller blueprint, linked with an automation built with the Light Hook blueprint, you can provide a Light Group Entity instead of a regular light entity in the Alternatively you can build multiple Light Hook automations, each one for every light you want to control with your remote, and link them to the same controller automation. Although I won't suggest this latter approach, it might be useful if you want to provide different settings for each single light source, but having all of them controlled by the same device. I hope my answer will help you. Please let me know if you have any additional questions or doubts. :) |
Beta Was this translation helpful? Give feedback.
Hi @garagenlager,
thank you for posting your question here. If you're using an automation built with the E1743 controller blueprint, linked with an automation built with the Light Hook blueprint, you can provide a Light Group Entity instead of a regular light entity in the
light
input for the Light Hook.Alternatively you can build multiple Light Hook automations, each one for every light you want to control with your remote, and link them to the same controller automation. Although I won't suggest this latter approach, it might be useful if you want to provide different settings for each single light source, but having all of them controlled by the same device.
I hope my answer will help…