Navigate widget for external URL

All,

I use the navigate widget toopen my yatse remote control from HADashboard. The widget looks like this:

   kodi:
         widget_type: navigate
         title:  kodi
         icon_active: mdi-kodi
         icon_inactive: mdi-kodi
         url: yatse://command/show/remote

This should work fine, and it does for the most part. However, I have found that HADashboard always add its skin parameter to the end of the URL (?skin=default). This cause Yatse to open the remote (this is the desired behaviour), but then it switches immediately to the “select host” screen as the URL contains a parameter it doesn’t know. The second part doesn’t happen when opening yatse trough a correct URL (I made a simple HTML page to compare what happens in both cases).

Am I missing something here ? Can I get rid of that “?skin=default” appendix somehow ? Am I using the wrong method to start yatse ?

thank you for any thoughts/feedback.

regards,

Bernard

that shouldnt happen.
do you start your dashboard with the skin parameter, or without?

i think you could have run into a small bug.

i looked at the code and it seems indeed the skin is added for every url
ill take a closer look tonight, but if i did see it right, then i will need to make a PR to change it in the next release.

Thank you for taking a look at it.

regards,

Bernard