denkyem / home-assistant-moonraker

Integration between Moonraker and Home Assistant
119 stars 20 forks source link

Instructions possibly incomplete #3

Open Flapstaart opened 2 years ago

Flapstaart commented 2 years ago

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: pack1: !include moonraker.yaml

rrik commented 2 years ago

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.