From 038e7c8a32a2f0a689bc92e02bfb97d51ac3751c Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Sun, 1 Aug 2021 18:06:38 +0200 Subject: [PATCH] manifest.json: fix informations/add missing ones - fix documentation link - add issue_tracker link - add iot_class - fix version --- custom_components/adaptive_lighting/manifest.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index ee4c828b..b7716d87 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -1,10 +1,12 @@ { "domain": "adaptive_lighting", "name": "Adaptive Lighting", - "documentation": "https://www.home-assistant.io/integrations/adaptive_lighting", + "documentation": "https://github.com/basnijholt/adaptive-lighting#readme", + "issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues", "config_flow": true, "dependencies": [], "codeowners": ["@basnijholt"], - "version": "1.0.0", - "requirements": [] + "version": "1.0.13", + "requirements": [], + "iot_class": "calculated" }