Fix setup error for logbook (#29908)

* Fix setup error by moving an import back into the setup function

* Revert c741664d4da76611b5bb7502dda61a24dce22c61

* Add homekit as after_dependency to logbook manifest.json
This commit is contained in:
springstan 2019-12-13 14:08:30 +01:00 committed by Paulus Schoutsen
parent 29e412a6c4
commit 9b65d83e28

View File

@ -3,9 +3,7 @@
"name": "Logbook",
"documentation": "https://www.home-assistant.io/integrations/logbook",
"requirements": [],
"dependencies": [
"frontend",
"recorder"
],
"dependencies": ["frontend", "http", "recorder"],
"after_dependencies": ["homekit"],
"codeowners": []
}