From 3064149d7a6f10085ac88a53c456f5cb5775f78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Topcu?= Date: Fri, 9 Aug 2024 05:16:16 +0300 Subject: [PATCH] v2.0.0b16 --- custom_components/dreame_vacuum/manifest.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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",