Enhancement: Add Delay to select source
Closed this issue · 2 comments
Sometimes, when i use the accessories generated by this plugin in scenes, the selected input in the scene don't apply, for a reason that in don't known. Maybe if the Power-On command follow by a delayed input select solve the problem. Something like:
"inputs": [ { "inputID": "SAT/CBL", "name": "MiBox 4K", "defaultVolume": 50, "waitTime": 0.5 },
Thanks
Hi Gersant, this is not that easy, as it than also happens when you don’t want the delay. You can add switches just for using in scenes. This way you don’t have issues with the delays. Also I added a default input select when turning on the receiver. This one already uses quite a long delay which is not want as default when changing inputs.
Will close this issue. Won't add this to the config as you can add these sort of delays through the shortcuts script, which I think is a better solution as you only have the delay when you actually want it. Good luck