From 9e88c16f300e01546f9bb6221cd523b8d7fcc66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Orasi=C5=84ski?= <48629045+korasinski@users.noreply.github.com> Date: Sun, 11 Apr 2021 23:24:19 +0200 Subject: [PATCH] Update manifest.json --- custom_components/nbp/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/nbp/manifest.json b/custom_components/nbp/manifest.json index 4e596a2..c089289 100644 --- a/custom_components/nbp/manifest.json +++ b/custom_components/nbp/manifest.json @@ -4,5 +4,6 @@ "version": "0.0.1", "codeowners": ["@korasinski"], "documentation": "https://github.com/korasinski/ha-nbp", + "dependencies": [], "requirements": [] -} \ No newline at end of file +}