I'm new to HA and just learning how to mess up my dashboards.
I have some Volumio players andI'm trying to create a card with a dropdown list of station urls that I can select and start to play on the volumio player.
From the UI I created an input list and added a script to set the volume, set the media, then play the stream bfut I'm getting this error:
Play radio: Error executing script. Unexpected error for call_service at pos 2: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 524, in _async_step
await getattr(self, handler)()
File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1012, in _async_step_call_service