I want to start my own lovelace-lay-out.
I added the requested lines to my configuration.yaml
lovelace:
mode: yaml
And (after some tries of more creative work) copypasted the very simple example of the lovelace tutorial in my lovelace.yaml
title: My Awesome Home
views:
# View tab title.
- title: Example
cards:
# The markdown card will render markdown text.
- type: markdown
title: Lovelace
content: >
Welcome to your **Lovelace UI**.
In the overview screen, I try to set Configure UI, but I get a pop up window
hassio.local:8123 says
Saving failed: not supported.
What goes wrong?