From c7b1807d8323aabd7adcc0fff36de085d1cd903c Mon Sep 17 00:00:00 2001
From: Simon Berger <simon@siku2.io>
Date: Sun, 17 Sep 2023 22:50:13 +0000
Subject: [PATCH] add network to implicit deps

---
 custom_components/vzug/manifest.json | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/custom_components/vzug/manifest.json b/custom_components/vzug/manifest.json
index 037219a..cd63839 100644
--- a/custom_components/vzug/manifest.json
+++ b/custom_components/vzug/manifest.json
@@ -1,6 +1,10 @@
 {
   "domain": "vzug",
   "name": "V-ZUG",
+  "after_dependencies": [
+    "network"
+  ],
+  "bluetooth": [],
   "codeowners": [
     "@siku2"
   ],
@@ -16,8 +20,11 @@
   "integration_type": "device",
   "iot_class": "local_polling",
   "issue_tracker": "https://github.com/siku2/hass-vzug/issues",
+  "loggers": [],
+  "mqtt": [],
   "requirements": [],
   "ssdp": [],
+  "usb": [],
   "version": "0.0.0",
   "zeroconf": []
 }
\ No newline at end of file