Use after_dependencies to fix #950 (#999)

* Use `after_dependencies` to fix #950

* Sort manifest.json

* sort
This commit is contained in:
Bas Nijholt 2024-05-15 09:02:37 -07:00 committed by GitHub
commit 01f639f5bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}