Hi,
Can anyone see whats wrong here?
Error loading /config/configuration.yaml: expected ‘<document start>’, but found ‘<block mapping start>’ in “/config/configuration.yaml”, line 17, column 1
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 55.534047
longitude: 9.613470
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: UTC
# Customization file
customize: !include customize.yaml
# File include
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
sensor: !include sensors.yaml
alarm_control_panel: !include alarm.yaml
panel_custom: !include panel_custom.yaml
scene: !include scene.yaml
Tried copying to a new file - no success…
If I remove all of the file included, then it just fails on whatever the next line is.
Help!