diff --git a/custom_components/anniversaries/manifest.json b/custom_components/anniversaries/manifest.json index f648c41..3a21140 100644 --- a/custom_components/anniversaries/manifest.json +++ b/custom_components/anniversaries/manifest.json @@ -6,8 +6,11 @@ "config_flow": true, "codeowners": ["@pinkywafer"], "requirements": [ - "sampleclient", - "integrationhelper" + "datetime" + "python-dateutil" + "integrationhelper", + "uuid", + "voluptuous" ], "homeassistant": "0.96.0" }