tmb123
(Thomas Mifsud Bonnici)
1
Hi have been meddling around with scripts and automation and suddenly i am getting the following errors.
2019-09-08 19:45:25 ERROR (MainThread) [homeassistant.setup] Setup failed for data: Integration not found.
2019-09-08 19:45:25 ERROR (MainThread) [homeassistant.setup] Setup failed for service: Integration not found.
What should i be looking at? haven’t changed anything in my configuration
Tinkerer
(aka DubhAd on GitHub)
2
You’ve changed something and if I had to guess I’d say you’ve entered your automation directly into configuration.yaml
and have lines starting
data:
service:
Tinkerer
(aka DubhAd on GitHub)
4
I’d run a configuration check on the command line and share the results.
Oh, and maybe consider more use of secrets, since you published a bunch of API keys and things.