I’m trying to setup lovelace for my HA instance. It looks like there are two different versions of the code.
Many configuration examples refer to ui-lovelace.yaml which I can’t find on my system. I can find however config/.storage/lovelace (and the various dashboards I created). These automatically created files are structured very differently.
Is there a way to “switch” to ui-lovelace.yaml or do I need to create (and maintain) this manually?
You can create your lovelace front end in two ways - via the UI or via yaml.
If you choose to use yaml then you will need to create a ui-lovelace.yaml file in your config directory and then in your configuration.yaml you need to configure lovelace to use yaml:
So this means if I create the dashboard in yaml I lose the UI?
Alternatively if I wanted the use the UI and add a card/integration that’s not supported by the UI, I need to get my head around JSON and use the code editor to add this card(s)?