From 8db47da49428dbaebab11f18fdbd9f074347b9e4 Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Thu, 25 Apr 2019 09:17:43 +0200 Subject: [PATCH] Make versioning clearer (#230) --- docs/creating_integration_manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating_integration_manifest.md b/docs/creating_integration_manifest.md index 4fe97bef..c7259679 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -3,7 +3,7 @@ title: "Integration Manifest" sidebar_label: "Manifest" --- -Each integration has a manifest file to specify basic information about an integration. This file is stored as `manifest.json` in your integration directory. It is required to add such a file, including for custom components. +Since 0.92.0, every integration has a manifest file to specify basic information about an integration. This file is stored as `manifest.json` in your integration directory. It is required to add such a file, including for custom components. ```json {