Trying out HADashboard but getting an error with my layout?

Hi all,

I’m trying to set up a nice smooth HADashboard for my wall tablets, so they don’t have to spent to much energy on a the normal web-ui, which seems to bring my tablets down on knees (lovelace).

So i started off with a guide I found and it also came up and running with the first line of my layout, but when I add the second line it fails.

Here is my Home.dash code:

#
# Main arguments, all optional
#
title: Hobbyroom
widget_dimensions: [120, 120]
widget_size: [1, 1]
widget_margins: [5, 5]
columns: 8
global_paramters:
   use_comma: 0
   precision: 1
   use_hass_icon: 1
layout:
    - sensor.date__time(2x1), light.backyard_spot, light.friontyard_spot, light.driveway_spot, sensor.illumination_158d00012441a4, binary_sensor.motion_sensor_158d00012441a4, light.led_hobbyroom
	- light.livingroom_spot

But when I add the second line in my layout (- light.livingroom_spot) it fails and gives me this error:

Your Dashboard has the following errors:

Home: Error while parsing dashboard ‘/config/appdaemon/dashboards/Home.dash’:
Home: parser says
Home: in “”, line 15, column 1: - light.livingroom_spot ^
Home: found character ‘\t’ that cannot start any token while scanning for the next token

I’m using NotePad++ for editing my .dash files.

What am I missing?

I found the error.
For some reason it had made an extra space in front of my items under layout. Now it works.