From f233ab214cc109073b94bc6bd8e7aba24a062a73 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 21 May 2021 11:43:50 +0000 Subject: [PATCH] Add version to manifest --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 204c586..4175c86 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,7 @@ { "domain": "kumisensors", "name": "Kumi Sensors", + "version": "0.1", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/kumisensors", "requirements": [], @@ -12,4 +13,4 @@ "@kumitterer" ], "iot_class": "local_polling" -} \ No newline at end of file +}