mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 00:25:12 +02:00
Fix setup error for logbook (#29908)
* Fix setup error by moving an import back into the setup function
* Revert c741664d4d
* Add homekit as after_dependency to logbook manifest.json
This commit is contained in:
committed by
Paulus Schoutsen
parent
29e412a6c4
commit
9b65d83e28
@@ -3,9 +3,7 @@
|
|||||||
"name": "Logbook",
|
"name": "Logbook",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/logbook",
|
"documentation": "https://www.home-assistant.io/integrations/logbook",
|
||||||
"requirements": [],
|
"requirements": [],
|
||||||
"dependencies": [
|
"dependencies": ["frontend", "http", "recorder"],
|
||||||
"frontend",
|
"after_dependencies": ["homekit"],
|
||||||
"recorder"
|
|
||||||
],
|
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user