From a30fb8f601757bd16ae9e0795b8e44c55fa25a98 Mon Sep 17 00:00:00 2001 From: "Teemu R." Date: Fri, 11 Oct 2024 13:32:48 +0200 Subject: [PATCH] Add async_upnp_client to loggers (#35) This will make it possible to enable debug logging for the raw ssdp/upnp directly from homeassistant ui. --- custom_components/upnp_availability/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/upnp_availability/manifest.json b/custom_components/upnp_availability/manifest.json index efb1b1e..80a35bb 100644 --- a/custom_components/upnp_availability/manifest.json +++ b/custom_components/upnp_availability/manifest.json @@ -9,6 +9,7 @@ "documentation": "https://github.com/rytilahti/homeassistant-upnp-availability/", "iot_class": "local_push", "issue_tracker": "https://github.com/rytilahti/homeassistant-upnp-availability/issues", + "loggers": ["async_upnp_client"], "requirements": [ "async_upnp_client>=0.33" ],