mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add instructions on how to find UUID (#14939)
This commit is contained in:
parent
a1fd7c6ce4
commit
811655d04a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user