From 2781ebe7113d02851beb53fec3e3ac5d2018076d Mon Sep 17 00:00:00 2001 From: Dominik <89667597+DominikWrobel@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:11:10 +0200 Subject: [PATCH] Update manifest.json --- custom_components/airmusic/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/airmusic/manifest.json b/custom_components/airmusic/manifest.json index e0437fe..f7e5cdf 100644 --- a/custom_components/airmusic/manifest.json +++ b/custom_components/airmusic/manifest.json @@ -3,7 +3,7 @@ "name": "AirMusic Integration", "codeowners": ["@DominikWrobel"], "config_flow": true, - "dependencies": ["logger"], + "dependencies": ["logger", "upnp"], "documentation": "https://github.com/DominikWrobel/airmusic", "iot_class": "local_polling", "issue_tracker": "https://github.com/DominikWrobel/airmusic/issues",