jimz011 / homekit-infused

Homekit Infused 5 2023
https://jimz011.github.io/homekit-infused/
Other
879 stars 138 forks source link

Use of packages #181

Closed RolandWijnen closed 2 years ago

RolandWijnen commented 2 years ago

I've installed everything according to the documentation. Just one question about how to use packages.

I already use packages to include all the integrations following the 'separation of concerns' setup as suggested by Frenck:

packages: !include_dir_named integrations

How should I combine this with the packages setup for Homekit infused?

packages: !include_dir_named packages/

Thanks for your help!

jimz011 commented 2 years ago

Just rename your integrations folder to packages and then paste the folders in there, that should suffice (not sure how Frenck splits his config, but I think it should work).

Make sure you replace this packages: !include_dir_named integrations into this packages: !include_dir_named packages

RolandWijnen commented 2 years ago

Thanks a lot Jimmy! It's working!