Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 335 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 335 Bytes

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"
}