From 9bb16f1487c960bb6cc5d51f277bfb9fc1238619 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 29 Sep 2020 14:31:01 +0200 Subject: [PATCH] sync with PR --- custom_components/adaptive_lighting/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index ceae225d..dc730449 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -1,9 +1,9 @@ { "domain": "adaptive_lighting", "name": "Adaptive Lighting", - "documentation": "https://github.com/basnijholt/adaptive_lighting", + "documentation": "https://www.home-assistant.io/integrations/adaptive_lighting", "config_flow": true, "dependencies": [], - "codeowners": ["@claytonjn", "@basnijholt"], + "codeowners": ["@basnijholt", "@claytonjn"], "requirements": [] }