diff --git a/custom_components/places/manifest.json b/custom_components/places/manifest.json index 44319153..1e3e92ac 100644 --- a/custom_components/places/manifest.json +++ b/custom_components/places/manifest.json @@ -2,7 +2,7 @@ "domain": "places", "name": "Places", "documentation": "https://github.com/tenly2000/HomeAssistant-Places", - "dependencies": [], + "dependencies": ["device_tracker"], "codeowners": ["@tenly2000"], "requirements": [] }