From 811655d04a6f23d7ffe2881e5ab11a7af40900df Mon Sep 17 00:00:00 2001 From: OzGav Date: Thu, 22 Oct 2020 17:53:47 +1000 Subject: [PATCH] Add instructions on how to find UUID (#14939) --- source/_integrations/cast.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/cast.markdown b/source/_integrations/cast.markdown index 82251167c38..49c072a9b23 100644 --- a/source/_integrations/cast.markdown +++ b/source/_integrations/cast.markdown @@ -109,7 +109,7 @@ media_player: type: list keys: uuid: - description: UUID of a Cast device to add to Home Assistant. Use only if you don't want to add all available devices. The device won't be added until discovered through mDNS. + description: UUID of a Cast device to add to Home Assistant. Use only if you don't want to add all available devices. The device won't be added until discovered through mDNS. In order to find the UUID for your device use a mDNS browser or advanced users can use the following Python command (adjust friendly names as required) - python3 -c "import pychromecast; print(pychromecast.get_listed_chromecasts(friendly_names=["Living Room TV", "Bedroom TV", "Office Chromecast"]))" required: false type: string ignore_cec: