Skip to content

Commit 01f639f

Browse files
authored
Use after_dependencies to fix #950 (#999)
* Use `after_dependencies` to fix #950 * Sort manifest.json * sort
1 parent b1f8df6 commit 01f639f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"domain": "adaptive_lighting",
33
"name": "Adaptive Lighting",
4+
"after_dependencies": ["light"],
45
"codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1", "@protyposis"],
56
"config_flow": true,
67
"dependencies": [],
78
"documentation": "https://github.com/basnijholt/adaptive-lighting#readme",
89
"iot_class": "calculated",
910
"issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues",
1011
"requirements": ["ulid-transform"],
11-
"version": "1.21.2"
12+
"version": "1.21.3"
1213
}

0 commit comments

Comments
 (0)