You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a script I run that takes a radio station name from a input helper and uses the selected name and an if statement to match it to a url. But it's very clunky. If I want to add a new station I hjave to update the input helper and the script element.
I almost though of writing my own custom components then saw yours.
Is there a way with teh radio browser - to have a config file with this wonderful format of your:
netradio:
radios:
- url: 'http://streams.greenhost.nl:8080/jazz'
name: Concertzender Jazz
and use that to present to the users the station names and use the url to pass to a media_player?
I'm hoping that with your radio-browser comment, that maybe you have done some of this ground work to figure that out.
The text was updated successfully, but these errors were encountered:
Hi.
I've got a script I run that takes a radio station name from a input helper and uses the selected name and an if statement to match it to a url. But it's very clunky. If I want to add a new station I hjave to update the input helper and the script element.
I almost though of writing my own custom components then saw yours.
Is there a way with teh radio browser - to have a config file with this wonderful format of your:
and use that to present to the users the station names and use the url to pass to a media_player?
I'm hoping that with your radio-browser comment, that maybe you have done some of this ground work to figure that out.
The text was updated successfully, but these errors were encountered: