2017-05-08 21:09:40 ERROR (Thread-1) [homeassistant.util.yaml] mapping values are not allowed here
in “/config/automation/last-updated-device-tracker.yaml”, line 7, column 16
2017-05-08 21:09:40 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: mapping values are not allowed here
in “/config/automation/last-updated-device-tracker.yaml”, line 7, column 16
I have done the same, in the configuration.yaml i have this timezone:
time_zone: Europe/Brussels
When I test the docker date and host date, I get the same:
➜ sudo docker exec -it home-assistant /bin/bash
root@7a8b0d5efdfd:/usr/src/app# date
Tue May 9 15:07:09 CEST 2017
root@7a8b0d5efdfd:/usr/src/app# exit
[x@x]-(/srv/docker/config/home-assistant)
➜ date
Tue May 9 15:07:12 CEST 2017
But the home assistant frontend does give an UTC time stamp.