From 26ffdff68d5ca65ccf76bd6161c3aadc35249e3e Mon Sep 17 00:00:00 2001 From: Pieter Hamels Date: Mon, 22 Aug 2022 13:10:18 +0200 Subject: [PATCH] Missing version key in manifest --- custom_components/weishaupt_wcm_com/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/weishaupt_wcm_com/manifest.json b/custom_components/weishaupt_wcm_com/manifest.json index 1ec59eb..fb7224d 100644 --- a/custom_components/weishaupt_wcm_com/manifest.json +++ b/custom_components/weishaupt_wcm_com/manifest.json @@ -1,6 +1,7 @@ { "domain": "weishaupt_wcm_com", "name": "Weishaupt WCM-COM", + "version": "1.0", "documentation": "https://github.com/phamels/HA-Weishaupt-WCM-COM", "dependencies": [], "codeowners": [],