mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update cast documentation (#14244)
This commit is contained in:
parent
64e800447d
commit
2bbe4f9135
@ -93,19 +93,19 @@ Optional:
|
|||||||
|
|
||||||
### Manual configuration
|
### Manual configuration
|
||||||
|
|
||||||
By default, any discovered Cast device is added to Home Assistant. This can be restricted by supplying a list of wanted chrome casts.
|
By default, any discovered Cast device is added to Home Assistant. This can be restricted by supplying a list of allowed chrome casts.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
cast:
|
cast:
|
||||||
media_player:
|
media_player:
|
||||||
- host: 192.168.1.10
|
- uuid: "ae3be716-b011-4b88-a75d-21478f4f0822"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
media_player:
|
media_player:
|
||||||
description: A list that contains all Cast devices.
|
description: A list that contains advanced configuration options.
|
||||||
required: true
|
required: false
|
||||||
type: list
|
type: list
|
||||||
keys:
|
keys:
|
||||||
uuid:
|
uuid:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user