Hi. Sorry. Thats correct no “” needed. I used the config below and rebooted, It will tell you that this is wrong too, but after a restart it worked for me.
The error says - Invalid Config. I don’t think it is even checking for whether the folder exists or not. I’d double check the indentation and spacing issues. Yaml can be a PITA.
I tried to include the www directory in the whitelist (my first attempt at a whitelist entry) but it caused HA to not boot. I was doing this to try and fix my issue with getting the HTML5 component set up. Any idea what my issue could be? there was nothing in the log as to why it didnt load after a power cycly. I had to # out the lines via SSH and power cycle again to get back online.
config.yaml
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: -xx.8860
longitude: 1xx.9230
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 16
# 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: Australia/Perth
# Customization file
customize: !include customize.yaml
#package setup
packages: !include_dir_named packages
whitelist_external_dirs:
- /'www'
cool. but a power cycle should work without crashing it? (I will be getting my girlfriend to power cycle since I’m away and therefore cant sort it out locally if it fails!)