From d677afb310f1d53845894416e116b67dd3775ccd Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 6 Sep 2023 12:10:11 +0200 Subject: [PATCH] Removed discovery from configuration (deprecated) --- configuration.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index ad3aacc4..d7236ae4 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -163,9 +163,6 @@ recorder: !include log/recorder.yaml # Discover DHCP requests for supported devices and services. dhcp: -# Discover some devices automatically (deprecated) -# discovery: - # Simple Service Discovery Protocol (SSDP) ssdp: -- 2.47.3