mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
host: 192.168.0.10
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP of the Sony Bravia TV, eg. 192.168.0.10
|
description: The IP of the Sony Bravia TV, e.g., 192.168.0.10
|
||||||
- **name** (*Optional*): The name to use on the frontend.
|
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:
|
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