YAML mode subviews

I am having a hard time getting subviews to work in yaml mode. And hard time means I just dont know what im doing wrong and it aint working. It has me wondering of I need to just bail on being a YAML purist and rebuild in UI mode. Anyway if anyone can give me an example of how I would use a custom button card to open a subview i would appreciate it.

Use tap_action and navigate to your subview.

I have that setup but my view just stays at the home view and appends that string to the url. Can you share an example?

First of all, I would follow the example in the docs. Does it match with your setup?

Did you ever find a solution to this? I’m starting to think that subviews simply aren’t supported in yaml mode, which strikes me as silly or a bug.

Sometimes it’s just your brain that goes silly and buggy. In my case I simply forgot to include path: subview-path in the subviews configuration :roll_eyes: .