Closed phuhl closed 1 year ago
Hey there @wlcrs, mind taking a look at this issue as it has been labeled with an integration (frontier_silicon
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
frontier_silicon documentation frontier_silicon source (message by IssueLinks)
Such a thing as media_name
does not exist for a media_player
entity. cfr. https://github.com/home-assistant/core/blob/dev/homeassistant/components/media_player/__init__.py to learn which properties exist.
You are welcome to create a PR which improves the current way the Frontier Silicon integration works, but I won't do any work other than straight up fixing bugs.
As this is not a bug report but an enhancement request, I will close this issue.
@home-assistant close
The problem
When tuning in a channel on an internet radio the media_title is the channel name plus " - " and the info text. The info text changes regularly. Hence, you cannot just match against the channel name in an automation. This basically makes channel-based automations impossible.
To fix this, there could be an additional attribute
media_name
that just has the value ofinfo_name
.What version of Home Assistant Core has the issue?
core-2023.4.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Frontier Silicon
Link to integration documentation on our website
https://www.home-assistant.io/integrations/frontier_silicon
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response