From 5d219781ee2cbb81c9b2617fcab89eb6ea0889bd Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Wed, 24 Mar 2021 09:47:47 -0700 Subject: [PATCH] Add section about custom component requirements (#862) Co-authored-by: Franck Nijhof --- docs/creating_integration_manifest.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/creating_integration_manifest.md b/docs/creating_integration_manifest.md index 48f04b65..17a95696 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -110,6 +110,10 @@ It is also possible to use a public git repository to install a requirement. Th } ``` +### Custom integration requirements + +Custom integration should only include requirements that are not required by the Core [requirements.txt](https://github.com/home-assistant/core/blob/dev/requirements.txt). + ## Zeroconf If your integration supports discovery via [Zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking), you can add the type to your manifest. If the user has the `zeroconf` integration loaded, it will load the `zeroconf` step of your integration's config flow when it is discovered.