From 81620d4bbd27ca597860d4fb3e86c6a39f21f184 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 25 Apr 2019 18:34:38 -0700 Subject: [PATCH] tweak to integrations link. looks like our great leader got a bit too "copy pasta" happy with the links and nested manifest.json inside the integrations link. <3 --- website/blog/2019-04-12-new-integration-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2019-04-12-new-integration-structure.md b/website/blog/2019-04-12-new-integration-structure.md index 5a182653..c2e60315 100644 --- a/website/blog/2019-04-12-new-integration-structure.md +++ b/website/blog/2019-04-12-new-integration-structure.md @@ -5,7 +5,7 @@ authorFBID: 297400035 title: Introducing Integrations --- -We have finished [the great migration](/blog/2019/02/19/the-great-migration.html). The result will be released as part of Home Assistant 0.92. The release has been a bit delayed because we had a lot of things to fix! With the migration done, we now consider components and platforms that share the same name to be part of the same integration. Each integration is either a single Python file, or a folder with an `__init__.py`. file. We have updated the documentation and introduced a new section for [integrations]([`manifest.json`](/docs/en/creating_integration_file_structure.html)). +We have finished [the great migration](/blog/2019/02/19/the-great-migration.html). The result will be released as part of Home Assistant 0.92. The release has been a bit delayed because we had a lot of things to fix! With the migration done, we now consider components and platforms that share the same name to be part of the same integration. Each integration is either a single Python file, or a folder with an `__init__.py`. file. We have updated the documentation and introduced a new section for [integrations](/docs/en/creating_integration_file_structure.html). Home Assistant 0.92 introduces a new [`manifest.json`](/docs/en/creating_integration_manifest.html) for integrations. This file, which is optional for custom components, is used by integrations to specify metadata: name, link to the documentation, dependencies, requirements and code owners. We are exploring leveraging `manifest.json` for additional future features, like tracking breaking changes or allowing custom components to provide config flows and being discovered.