From 2ff07a2990aaa13a29e4ab3bc5d308d0db106e60 Mon Sep 17 00:00:00 2001 From: snicker Date: Wed, 2 Jun 2021 20:40:49 -0700 Subject: [PATCH] add version to manifest, fixes #6 --- custom_components/noonlight/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/noonlight/manifest.json b/custom_components/noonlight/manifest.json index ddcfe3a..60b024b 100644 --- a/custom_components/noonlight/manifest.json +++ b/custom_components/noonlight/manifest.json @@ -1,6 +1,7 @@ { "domain": "noonlight", "name": "Noonlight", + "version": "1.0.2", "documentation": "https://github.com/konnected-io/noonlight-hass", "requirements": [ "noonlight==0.1.1"