Skip to content

Commit

Permalink
add network to implicit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
siku2 committed Sep 17, 2023
1 parent 12b5699 commit c7b1807
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom_components/vzug/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"domain": "vzug",
"name": "V-ZUG",
"after_dependencies": [
"network"
],
"bluetooth": [],
"codeowners": [
"@siku2"
],
Expand All @@ -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": []
}

0 comments on commit c7b1807

Please sign in to comment.