mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update media player Bravia TV (#6855)
This commit is contained in:
parent
9d25507dd6
commit
5ea787e100
@ -28,10 +28,17 @@ media_player:
|
||||
host: 192.168.0.10
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP of the Sony Bravia TV, eg. 192.168.0.10
|
||||
- **name** (*Optional*): The name to use on the frontend.
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP of the Sony Bravia TV, e.g., 192.168.0.10
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
description: The name to use on the frontend.
|
||||
required: false
|
||||
default: Sony Bravia TV
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
You are also able to configure the TV manually by placing a `bravia.conf` file in your [configuration directory](/docs/configuration/) with the following information - please update the details to match your setup:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user