Dashboards as a view in view assist - cannot be this complicated :)

Hello All,

I have recently started using View Assist to display some stuff on my old Echos following this guide.

It is great.

Now I have progressed to the point where I would like to show one of my existing dashboards (say it’s 4 bubble card buttons) as a view on my devices.

I can’t for the life of me figure it out.

I have tried using the webpage template with the url /dashboard-testing/0?kiosk but I think it won’t load the page because of some authentication issue with the iframes…
I have tried adding it in the menu only and this works but then it’s a pain to go back to the regular programming.

The ultimate goal is to be able to manage all this in yaml without touching the UI - when I push to my git repo it then pulls it on the HA server and it gets reflected automatically. This is already how my “regular” dashboards work so would like to keep the same (very practical) workflow.

What is the recommended way to do this (the pre-existing dashboard in a view) ? Happy to look at people’s code and adapt to my use case !