mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Update ha_release and fix configuration sample
This commit is contained in:
parent
f29ab35f01
commit
08e2b25f6c
@ -10,7 +10,7 @@ footer: true
|
|||||||
logo: philips.png
|
logo: philips.png
|
||||||
ha_category: Media Player
|
ha_category: Media Player
|
||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
ha_release: 0.32
|
ha_release: 0.34
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -21,12 +21,11 @@ To add your TV to your installation, add the following to your `configuration.ya
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
- name: NAME
|
- platform: philips_js
|
||||||
platform: philips_js
|
host: 192.168.1.99
|
||||||
host: 192.168.1.99
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
- **host** (*Required*): IP address of TV.
|
||||||
- **name** (*Optional*): The name you would like to give to the Philips TV.
|
- **name** (*Optional*): The name you would like to give to the Philips TV.
|
||||||
- **host** (*Required*): IP address of TV.
|
|
Loading…
x
Reference in New Issue
Block a user