my appdaemon.yaml is under /home/homeassistant/appdaemon
my hello.py is under /home/homeassistaant/appdaemon/apps
when i run appdaemon -c /home/homeassistant/appdaemon
it reads
ERROR error loading configuration
ERROR parser says
Error in “”, line 2 colum 1:
threads:10
error found character ‘\t’ that cannot start any token while scanning for the next token
my appdaemon.yaml file looks like
appdaemon:
----threads: 10
HASS:
----ha_url: my url
----ha_key: my key
traceback (most recent call last):
–File"/usr/local/bin/appdaemon", line 11 in
-----sys.exit(main())
–File “/usr/local/lib/pyton3.5/dist-packages/appdaemon/admin.py”, line 230, in main
---------conf.logfile = config[‘Appdaemon’].get('logfile")
keyerror: ‘AppDaemon’