Skip to content

Commit

Permalink
Use after_dependencies to fix #950 (#999)
Browse files Browse the repository at this point in the history
* Use `after_dependencies` to fix #950

* Sort manifest.json

* sort
  • Loading branch information
basnijholt authored May 15, 2024
1 parent b1f8df6 commit 01f639f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/adaptive_lighting/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"domain": "adaptive_lighting",
"name": "Adaptive Lighting",
"after_dependencies": ["light"],
"codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1", "@protyposis"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/basnijholt/adaptive-lighting#readme",
"iot_class": "calculated",
"issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues",
"requirements": ["ulid-transform"],
"version": "1.21.2"
"version": "1.21.3"
}

0 comments on commit 01f639f

Please sign in to comment.