From 4322aef9348e50d6da6c6cd1c94f96c664bdaf63 Mon Sep 17 00:00:00 2001 From: John Howard Date: Mon, 20 Jun 2022 00:41:15 -0700 Subject: [PATCH] docs: Fix missing tailing quote (#23143) --- 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 8952745597d..e5bf6514c54 100644 --- a/source/_integrations/cast.markdown +++ b/source/_integrations/cast.markdown @@ -25,7 +25,7 @@ Support for mDNS discovery in your local network is mandatory for automatic disc Known hosts: description: "A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working" Allowed UUIDs: - description: A comma-separated list of UUIDs of Cast devices 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 either mDNS or if it's included in the list of known hosts. 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']))`. This option is only visible if advanced mode is enabled in your user profile. + description: A comma-separated list of UUIDs of Cast devices 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 either mDNS or if it's included in the list of known hosts. 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']))"`. This option is only visible if advanced mode is enabled in your user profile. Ignore CEC: description: A comma-separated list of Chromecasts that should ignore CEC data for determining the active input. [See the upstream documentation for more information](https://github.com/home-assistant-libs/pychromecast#ignoring-cec-data). This option is only visible if advanced mode is enabled in your user profile.