diff --git a/custom_components/dreame_vacuum/manifest.json b/custom_components/dreame_vacuum/manifest.json index ce60e89..046e87d 100644 --- a/custom_components/dreame_vacuum/manifest.json +++ b/custom_components/dreame_vacuum/manifest.json @@ -1,15 +1,17 @@ { - "domain": "dreame_vacuum", - "name": "Dreame Vacuum", "codeowners": [ "@tasshack" ], "config_flow": true, + "dependencies": [ + "http" + ], "documentation": "https://github.com/Tasshack/dreame-vacuum", + "domain": "dreame_vacuum", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Tasshack/dreame-vacuum/issues", + "name": "Dreame Vacuum", "requirements": [ - "http", "pillow", "numpy", "pybase64",