Whatever I do, the Lovelace UI give me empty page. I tried multiple basic options, but nothing works. Can someone help me with this. This is one of the basic views that I tried to setup. Is this only for Hass or should any version of HA work?
title: My Awesome Home
views:
- type: entities
title: Entities card sample
show_header_toggle: true
entities:
- switch.entry_light
- switch.garage_light
As a super minimal example, here’s the bare minimum you will need for this to work:
title: My Awesome Home
views:
# View tab title.
- title: Example
panel: true
# Makes the first card fill the view
cards:
# The markdown card will render markdown text.
- type: markdown
title: Lovelace
content: >
Welcome to your **Lovelace UI**.