"Error during setup of component automation"

97 views
Skip to first unread message

Adam Starbuck

unread,
Jan 22, 2016, 3:25:25 PM1/22/16
to Home Assistant Dev
Hey,

I'm getting an error in my log as following....

6-01-20 00:37:04 homeassistant.bootstrap: Error during setup of component automation
Traceback (most recent call last):
 
File "/usr/local/lib/python3.4/dist-packages/homeassistant/bootstrap.py", line 98, in _setup_component
 
if not component.setup(hass, config):
 
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/automation/__init__.py", line 54, in setup
 name
= config_block.get(CONF_ALIAS,
AttributeError: 'list' object has no attribute 'get'


So I can see it says "'list' object has no attribute 'get'", but what does that mean?

Thanks in advance,
Adam

Moon Shot

unread,
Jan 22, 2016, 3:45:25 PM1/22/16
to Home Assistant Dev
I'd check the format of the automation section of your configuration.yaml file.
At first glance it looks to me like it couldn't be parsed correctly.
Reply all
Reply to author
Forward
0 new messages