From 01f639f5bb877d3afae4846e7d895808fc1a635e Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 15 May 2024 09:02:37 -0700 Subject: [PATCH] Use `after_dependencies` to fix #950 (#999) * Use `after_dependencies` to fix #950 * Sort manifest.json * sort --- custom_components/adaptive_lighting/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index de44df73..37d77e4a 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -1,6 +1,7 @@ { "domain": "adaptive_lighting", "name": "Adaptive Lighting", + "after_dependencies": ["light"], "codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1", "@protyposis"], "config_flow": true, "dependencies": [], @@ -8,5 +9,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues", "requirements": ["ulid-transform"], - "version": "1.21.2" + "version": "1.21.3" }