Hi,
I’m trying to clear up my lovelace file, and split views into individual yaml files. In my lovelace.yaml file i created a link to the folder which contains yaml files for each view:
lovelace.yaml
custom_header:
hide_help: true
kiosk_mode: false
title: EnnisHome
views: !include_dir_list ./lovelace
Here is bit of the code in one of my files (homescreen.yaml)
- panel: false
path: homescreen
title: HomeScreen
badges: []
cards:
........
However I keep getting an error: “mapping values are not allowed here in “/config/./lovelace/homescreen.yaml”, line 2, column 9”. What I do wrong?