What I am finding is that the input_select is loaded before the script can run so if there are changes to the input_select they are not shown until the next reboot.
I tried adding an HA script to run on a 3 minute delay after startup but I found that the reload_core_config service does not reload the input_select.
Does anyone have a good way to do this? Am I missing something obvious here?
If I understand correctly, the shell_command,startup creates the select and the script.reloadconfig populates it. Try adding a delay between the shell_command.startup and the script.turn_on.
I haven’t found a good way to do it. It looks like we may be getting natively support for favorites/playlists by the looks of the PRs so I’m holding off for now.
@Danielhiversen this is really cool I have been looking for this but haven’t found anything in the documentation. Would this work with any list? For example a JSON-imported one? Are there any examples of this running with dynamic data?