Hello, up until today I could select HEOS radio stations on my Denon AVR1600H using a button in lovelace like this.
show_state: false
show_name: false
camera_view: auto
type: picture-entity
entity: media_player.living_room
image: /local/images/nporadio4concert.png
tap_action:
action: call-service
service: media_player.select_source
service_data:
source: NPO Radio 4 Concerten
target:
entity_id: media_player.living_room
hold_action:
action: none
But this has suddenly stopped working. This is the status of my Denon (HEOS) entity
source_list:
- Shield
- TV Audio
- Phono
group_members: []
volume_level: 0.33
is_volume_muted: false
media_content_id: >-
http://playerservices.streamtheworld.com/api/livestream-redirect/CLASSICFMAAC.aac?tdtok=XX
media_content_type: music
media_title: Ecossaise
media_artist: Beethoven/ Jan Mulder
media_album_name: ''
shuffle: true
entity_picture_local: >-
/api/media_player_proxy/media_player.living_room?token=XX
media_album_id: s2967
media_queue_id: 1
media_source_id: 3
media_station: Classicnl
media_type: station
friendly_name: Denon AVR1600
supported_features: 720396
entity_picture: https://cdn-profiles.tunein.com/s2967/images/logod.png?t=638019398960000000
media_duration: 0
It has worked for quite some time, so I’m not entirely sure, but I think the radio stations used to be listed under Sources. Now it is mentioned under ‘media_station’.
Any ideas how to get this working again? (being able to simply control the radio was quite a big part of the WAF here
)