From 4d748acc8a9a43f4a3c2880153b19878b3f8144a Mon Sep 17 00:00:00 2001 From: Nick Gordon Date: Wed, 8 Apr 2020 21:06:13 -0700 Subject: [PATCH] update documentation link in manifest.json --- custom_components/noonlight/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/noonlight/manifest.json b/custom_components/noonlight/manifest.json index 9dd760a..ddcfe3a 100644 --- a/custom_components/noonlight/manifest.json +++ b/custom_components/noonlight/manifest.json @@ -1,7 +1,7 @@ { "domain": "noonlight", "name": "Noonlight", - "documentation": "https://www.home-assistant.io/components/noonlight", + "documentation": "https://github.com/konnected-io/noonlight-hass", "requirements": [ "noonlight==0.1.1" ],