From a5aa00d792de6cd9720954aae589c9b74eaeb994 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 21 Nov 2023 21:26:13 +0100 Subject: [PATCH] Update pychromecast/discovery.py --- pychromecast/discovery.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pychromecast/discovery.py b/pychromecast/discovery.py index bdd947ec8..5d14514ef 100644 --- a/pychromecast/discovery.py +++ b/pychromecast/discovery.py @@ -618,6 +618,9 @@ def discover_chromecasts( """ Discover chromecasts on the network. + Deprecated as of February 2021, will be removed in June 2024. + + Returns a tuple of: A list of chromecast devices, or an empty list if no chromecasts were found. A service browser to keep the Chromecast mDNS data updated. When updates