#Setup failed for 'packages': Integration not found.

1 messages · Page 1 of 1 (latest)

drowsy tinsel
#

That's not where you specify packages

prisma gyroBOT
#

To enable packages, add packages: !include_dir_named packages to your configuration.yaml so that it looks similar to this:

homeassistant:
  ...
  packages: !include_dir_named packages

Important: The packages: line must be nested under homeassistant:!

For more information on packages, please refer to the packages docs: https://home-assistant.io/docs/configuration/packages/

drowsy tinsel
#

It never would have worked that way