From 8c1e567f41a79bc0afaba02522d08f80ea00f913 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 8 May 2020 22:00:29 +0200 Subject: [PATCH] Add issue_tracker property manifest documentation (#493) --- docs/creating_integration_manifest.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/creating_integration_manifest.md b/docs/creating_integration_manifest.md index d19f501b..dbc42eed 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -10,6 +10,7 @@ Since 0.92.0, every integration has a manifest file to specify basic information "domain": "hue", "name": "Philips Hue", "documentation": "https://www.home-assistant.io/components/hue", + "issue_tracker": "https://github.com/balloob/hue/issues", "dependencies": ["mqtt"], "after_dependencies": ["http"], "codeowners": ["@balloob"], @@ -41,7 +42,12 @@ The name of the integration. ## Documentation -The website containing documentation on how to use your integration. If this integration is being submitted for inclusion in Home Assistant, it should be `https://www.home-assistant.io/components/` +The website containing documentation on how to use your integration. If this integration is being submitted for inclusion in Home Assistant, it should be `https://www.home-assistant.io/integrations/` + +## Issue Tracker + +The issue tracker of your integration, where users reports issues if they run into one. +If this integration is being submitted for inclusion in Home Assistant, it should be omitted. For built-in integrations, Home Assistant will automatically generate the correct link. ## Dependencies