/wheels-custom-integrations

Custom integration wheels hosted by Home Assistant

Primary LanguagePython

Custom Integration Wheels

Custom integration wheels hosted by Home Assistant repository

Custom component provider

Add a custom_integration.json to components folder like:

{
  "name": "Name of integration",
  "owner": ["@owner"],
  "manifest": "https://url/of/manifest.json",
  "url": "https://url/of/integration"
}