-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Description
Feedback
As far as I can tell, for the current scene config it's only allowing you to configure scene responders and setting the PLM as the sole scene controller. Insteon allows most any device to be added to a scene as a controller and/or a responder. If we add the ability to set controllers, then you let the insteon devices trigger their scenes without HA needing to be in the loop. It seems like you could do it the hard way by editing the ALDB for the controller devices to manually add them to the group, but that would be a serious pain.
The current scene edit page could just have an additional section to add scene controllers vs scene responders. It's just the flip of 1 bit in the record control byte and you are already doing it for the PLM. The pyinsteon lib would need to be updated as well, but looking over the code it doesn't look like a large change there either.
URL
https://www.home-assistant.io/integrations/insteon/
Version
2025.7.1
Additional information
No response