1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add support for after_dependencies (#23148)

* Add support for after_dependencies

* Remove assert false"

* Fix types
This commit is contained in:
Paulus Schoutsen
2019-04-16 13:40:21 -07:00
committed by GitHub
parent 7b1cbeaf80
commit 10e8f4f70a
9 changed files with 296 additions and 60 deletions

View File

@@ -6,5 +6,8 @@
"dependencies": [
"http"
],
"after_dependencies": [
"stream"
],
"codeowners": []
}