From 1d2aa8698f1bbc56ede8f787c63aca730409c95a Mon Sep 17 00:00:00 2001 From: Thomas Germain <12560542+thomasgermain@users.noreply.github.com> Date: Thu, 11 Mar 2021 13:28:53 +0100 Subject: [PATCH] add version to manifest Add version to be compatible with HA 2021.03.x --- multimatic/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/multimatic/manifest.json b/multimatic/manifest.json index 112cc09..6a02af7 100644 --- a/multimatic/manifest.json +++ b/multimatic/manifest.json @@ -12,5 +12,6 @@ "dependencies": [], "codeowners": [ "@thomasgermain" - ] -} \ No newline at end of file + ], + "version": "1.5.0" +}