From 995ecb4ebf9543ae469bb68d02af2966aa7a47b3 Mon Sep 17 00:00:00 2001 From: "@RubenKelevra" Date: Sun, 1 Aug 2021 22:14:36 +0200 Subject: [PATCH] update code owners in manifest - fix formatting - update version --- custom_components/adaptive_lighting/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index b7716d87..d4f9a091 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -2,11 +2,11 @@ "domain": "adaptive_lighting", "name": "Adaptive Lighting", "documentation": "https://github.com/basnijholt/adaptive-lighting#readme", - "issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues", + "issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues", "config_flow": true, "dependencies": [], - "codeowners": ["@basnijholt"], - "version": "1.0.13", + "codeowners": ["@basnijholt", "@RubenKelevra"], + "version": "1.0.14", "requirements": [], "iot_class": "calculated" }