Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions possibly incomplete #3

Open
Flapstaart opened this issue Feb 25, 2022 · 1 comment
Open

Instructions possibly incomplete #3

Flapstaart opened this issue Feb 25, 2022 · 1 comment

Comments

@Flapstaart
Copy link

I was trying to get this to work in my HASSIO vm but as I didn't have a packages folder I ran into some challenges. Creating the packages folder and adding the file didn't work.

I had to add some code to my configuration.yaml and add the moonraker.yaml in the config folder, not the packages subfolder.

homeassistant:
packages:
pack_1: !include moonraker.yaml

@rrik
Copy link

rrik commented Mar 14, 2022

Read this link on how to configure packages:

https://www.home-assistant.io/docs/configuration/packages/

You add a line in your configuration.yaml
`homeassistant:

  packages: !include_dir_named packages`

Then, add a packages folder and move the moonraker.yaml into this folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants