Skip to content
Discussion options

You must be logged in to vote

TL/DR: Bermuda must be on the same host as it runs "inside" of HA.

So there are two types of "extra things that don't come in the box with Home Assistant":

  • Add-ons: these run in docker containers "alongside" home assistant, in their own execution environment. They might be in any language and may or may not have multiple executables. Most can be set up to run on another host, assuming any network and filesystem requirements are managed.
  • Custom Integrations: these are python code that run "inside" home assistant, so they must run on the same host, regardless of whether they're installed via HACS or manually.

HACS does not handle Add-ons, only custom integrations (and cards and themes, if…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dekiesel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants