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
Is your feature request related to a problem? Please describe.
media_player.play_media only accepts a string value for media_content_id. Some smart TV integrations allow channel selection by integer value. This is supported by home assistant.
Describe the solution you'd like
It would be nice if the type was string|number, and I hope this isn't too onerous
Describe alternatives you've considered
I'm not sure of any alternative solutions
Additional context
I'm trying to create a tv remote component with an integrated program guide. So far in testing, only an LG webOS tv has worked with string channel values.
It works fine using useStore().connection.sendMessage, so not a huge priority.
The text was updated successfully, but these errors were encountered:
Hey mate! Unfortunately, the types for all services are generated from the services schema which is incorrect in a few locations, this is a simple one I can implement something in the next release!
Is your feature request related to a problem? Please describe.
media_player.play_media only accepts a string value for media_content_id. Some smart TV integrations allow channel selection by integer value. This is supported by home assistant.
Describe the solution you'd like
It would be nice if the type was string|number, and I hope this isn't too onerous
Describe alternatives you've considered
I'm not sure of any alternative solutions
Additional context
I'm trying to create a tv remote component with an integrated program guide. So far in testing, only an LG webOS tv has worked with string channel values.
It works fine using useStore().connection.sendMessage, so not a huge priority.
The text was updated successfully, but these errors were encountered: