mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update Panasonic_viera media_player component configuration (#7257)
This commit is contained in:
parent
b4cc0b361a
commit
f1f14f7ea6
@ -44,12 +44,26 @@ media_player:
|
|||||||
host: 192.168.0.10
|
host: 192.168.0.10
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP of the Panasonic Viera TV, e.g., `192.168.0.10`.
|
description: The IP of the Panasonic Viera TV, e.g., `192.168.0.10`.
|
||||||
- **port** (*Optional*): The port number of your Panasonic Viera TV. Defaults to `55000`.
|
required: true
|
||||||
- **mac** (*Optional*): The MAC address of your Panasonic Viera TV, e.g., `AA:BB:CC:DD:99:1A`.
|
type: string
|
||||||
- **name** (*Optional*): The name you would like to give to the Panasonic Viera TV.
|
port:
|
||||||
|
description: The port number of your Panasonic Viera TV.
|
||||||
|
required: false
|
||||||
|
default: 55000
|
||||||
|
type: integer
|
||||||
|
mac:
|
||||||
|
description: The MAC address of your Panasonic Viera TV, e.g., `AA:BB:CC:DD:99:1A`.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: The name you would like to give to the Panasonic Viera TV.
|
||||||
|
required: false
|
||||||
|
default: Panasonic Viera TV
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
### {% linkable_title Example `play_media` script %}
|
### {% linkable_title Example `play_media` script %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user