change the group entity_id to remove the capital 'R’s and change the spare for an underscore… plus the indentation was off. You don’t use the domain when in a domain named yaml file either
# group: <----since you are saving this in groups.yaml , you can't then use the domain heading group: (it's not required or allowed)
residence_radio:
name: Residentie Radio
entities:
- input_select.radio_station
- input_select.chromecast_radio
- script.radio538
- input_slider.volume_radio
@Bob_NL Thanks for your guide. I’ve set up everything but now I don’t know wich card shall I use to show the first picture of your post? I mean the main one with selectors you put under the Frontend: section. Is there a specific card to view the groups in Lovecale?
@Knot83 I created this topic long before lovelace excisted. I’m sure there are plenty of way better options than the oldschool method I’m using (to everybody: please feel free to share awesome lovelace cards in combination with the radio in this topic ).
However, this is my lovelace config:
entities:
- input_select.radio_station
- input_select.chromecast_radio
- action_name: Play Radio
entity: script.radio538
- entity: input_number.volume_master
- sensor.radiovolume
- input_text.stream_url
- action_name: Play stream
entity: script.play_stream
show_header_toggle: false
title: Residentie Radio
type: entities
Thanks for sharing (y). I missed that post. Will look into it.
Same here, I have a killer alarm clock (if I may say so myself) including lullabies, wakeup light and of course the radio which I use every day but it also became a very complex project. I did not find the time and desire to untangle the whole thing and make it usable for everyone who is interested.
I tied the Spotify playlist picker inside a vertical stack-in-card with conditional mini media player cards. If more speakers are active (with other streams) I can swipe between the mini media player cards and control the speakers. I also incorporated swiper card. Looks really clean
Came across this test of yours after I could not get my Google Home Minis to play anything. When I try your test in the dev-services panel or through any other method my speaker plays a tone which I presume to be an error tone. (It’s not the usual “Casting started tone”.)
Any idea what may be happening?
Thank you.
I’ve never had an error tone played before that I can think of. Have you been able to cast to the Home mini from HA before? If this is your first attempt I’d suggest checking the config, but that stream link should work…
I temporarily disabled duckdns and letsencrypt, and then I re-enabled them. Then the chromecast radio started working but tts not. So I added the base_url: and still no tts. I’ll have to do more googling to fix that. I don’t want to take this thread off topic.
Thanks a lot for your help.
Looks cool, before I start going through this whole thread to grab the most useful config, has this been turned into a custom component in the mean time?
On the other hand, it would be also cool if Radio would become a media source, as supported since 0.115 and the media browser allowed us to select a radio channel.
Hi, may I ask if this will work with a non audio chromecast? I have a chromecast for TV and I am wondering if I could use it to listen to radio.
Thanks