Sometimes after 0.114, I’m getting this message.
The following integrations and platforms could not be set up:
automation
Please check your config.
The only reference i can see in the log is this
Logger: homeassistant.config
Source: config.py:413
First occurred: 8:03:17 AM (88 occurrences)
Last logged: 7:37:54 PM
Invalid config for [automation]: (See /config/configuration.yaml, line 15).
This is a snippet of my configuration.yaml
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
config:
api:
wake_on_lan:
logbook:
breaking_changes:
owntracks:
mobile_app:
scene: !include scenes.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary-sensors.yaml
light: !include lights.yaml
automation: !include automations.yaml
switch: !include switches.yaml
I’ve tried including the automations directly into the configuration.yaml file and then hoping to see more detailed where the error is, but i still get the same error.
3 posts - 3 participants