unfoldedcircle / core-api

API specifications for Remote Two by Unfolded Circle
Creative Commons Attribution Share Alike 4.0 International
70 stars 1 forks source link

Media player entity missing commands #39

Closed albaintor closed 7 months ago

albaintor commented 7 months ago

Actually the media player entity has most builtin commands : play/pause, arrow keys, home, back... But some important commands are missing and are commonly used by media players :

The current workaround is to create individual home assistant scripts per command to make the link and add them to the remote.

Also a customizable "send command" in the UI where the user can type in the command could be a good idea too if you don't want to declare all the commands.

I know that the remote entity is also planned apart, but to avoid declaring 2 entities for the same device like in home assistant, I think you should consider adding some of those missing (common) commands, especially the context menu.

Thank you

zehnm commented 7 months ago

Duplicate of #32

That's all there in the upcoming release! Please check:

The UC media-player entity supports more features than the Home Assistant media-player entity. Furthermore, there are also "simple commands" to support any remaining device commands not covered by features (kind of a simple remote entity used in HA). This avoids exposing multiple entities.

albaintor commented 7 months ago

Awsome, thank you @zehnm , can't wait to get the next firmware !