home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.21k stars 30.57k forks source link

Yamaha Network Receivers instance #30045

Closed diego76 closed 4 years ago

diego76 commented 4 years ago

Hi, I think something broke with the latest HA update. I just upgraded my hass.io (on RaspberryPi) to 0.103.0 and noticed one of the Yamaha functions stopped working: the selection of a network radio. Frontend version: 20191204.1 - latest media_player:

Beside the fact the page https://www.home-assistant.io/integrations/yamaha/ still shows an old radio path format: media_content_id: "Bookmarks>Internet>Radio Paradise" when the new format should look like this: media_content_id: "Radio>Favorites>Radio Paradise" the selection of a radio stations by the service media_player.play_media stopped working, without logging any errors.

Services like media_player.turn_on, media_player.select_source, media_player.select_sound_mode still works ok.

frenck commented 4 years ago

Could you please use the issue template presented when opening an issue? Thanks!

diego76 commented 4 years ago

Home Assistant release with the issue: 0.103.0

Last working Home Assistant release (if known): 0.102.3

Operating environment (Hass.io/Docker/Windows/etc.): hass.io

Integration: yamaha

Description of problem: I think something broke with the latest HA update. I just upgraded my hass.io (on RaspberryPi) to 0.103.0 and noticed one of the Yamaha functions stopped working: the selection of a network radio. Frontend version: 20191204.1 - latest media_player:

platform: yamaha Beside the fact the page https://www.home-assistant.io/integrations/yamaha/ still shows an old radio path format: media_content_id: "Bookmarks>Internet>Radio Paradise" when the new format should look like this: media_content_id: "Radio>Favorites>Radio Paradise" the selection of a radio stations by the service media_player.play_media stopped working, without logging any errors.

Services like media_player.turn_on, media_player.select_source, media_player.select_sound_mode still works ok.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

group: !include groups.yaml automation: !include automations.yaml python_script: script: !include scripts.yaml

system_health:

weather:

config:

hassio:

homeassistant: auth_mfa_modules:

history:

logbook:

sun:

media_player:



**Additional information:**
diego76 commented 4 years ago

I forgot to post the script in scripts.yaml

play_netradio: alias: "Play NetRadio" sequence:

casperklein commented 4 years ago

I am not actively using that feature, but had recently a look into it.

Here is what I observed:

stale[bot] commented 4 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

diego76 commented 4 years ago

It now works. One of the latest releases fixed the issue.