diff --git a/homeassistant/components/logbook/manifest.json b/homeassistant/components/logbook/manifest.json index 08083ea4024..9d5c78dc34d 100644 --- a/homeassistant/components/logbook/manifest.json +++ b/homeassistant/components/logbook/manifest.json @@ -4,5 +4,6 @@ "documentation": "https://www.home-assistant.io/integrations/logbook", "requirements": [], "dependencies": ["frontend", "http", "recorder"], + "after_dependencies": ["homekit"], "codeowners": [] }