Changing Dashboards with Scripts/ Forcing Apdeamon to change Skins Remotly

Hello,

iam trying to change the Displayed Dashboard with an HA Script but it dont Work at all.
Can someone Help me what iam doing Wrong? I tryed it like that:

Is ist Possible to Change a Skin Remotly? with a Script or so ?

This should do exactly what you want:

I installed it last week and it works perfectly!

Iam Running Appdeamon on an other Raspberyy Pi in Kios Mode, would it be Possible to change The URL with this Program?

Is ist like i wanne do in first place even Possible to change the Dashboard when it Runs in kiosk mode on an other Device then that one HASS is installed?

The name of the event has changed and now it’s called “__HADASHBOARD_EVENT”

So it should look like that ?

alias: Navigate
sequence:
  - event: __HADASHBOARD_EVENT
    event_data:
      command: navigate
      timeout: 10
      target: Hello
      sticky: 0

yes. that’s it.

Hmm do I need to allow it somewhere in ha dashboard? Cause like this also nothing happens

go to developer tools -> events. On event_type, enter “__HADASHBOARD_EVENT”, on event data: enter:
command: navigate
timeout: 10
target: your_panel

does it work? which version of appdaemon are you using?

So hadnt much time the last days, and run in a other problem.
That works when I type it in the event action.
But is it in anyway Possible just to change the skin with an event? Without the panel it self?

I have different color Ambiente in my living room and I would like to change the skins with an script/command on the dashboard but that should work also when I trigger 1 Ambiente for example with Google Assistant.