Hi Folks,
I have a few playlists running on FPP and set up a script for each playlist. The indivudal scripts run fine on their own but im trying to create a script that selects one randomly from the list but it dowsnt seem to be working.
Below is my script
random_select:
sequence:
- data_template:
entity_id: >
{{["script.falconplayer_start_playlist1,script.falconplayer_start_playlist2,script.falconplayer_start_playlist3,script.falconplayer_start_playlist4"]|random}}
service: script.turn_on
Any help is greatly appreciated