home-assistant.github.io/source/_components/media_player.philips_js.markdown
Federico Zivolo 0dbbfb785d docs: Added api_version doc for philips_js (#4904)
* docs: Added api_version doc for philips_js

* Update media_player.philips_js.markdown
2018-03-12 12:33:13 -07:00

33 lines
1.2 KiB
Markdown

---
layout: page
title: "Philips TV"
description: "Instructions on how to add Philips TVs to Home Assistant."
date: 2016-11-01 13:00
sidebar: true
comments: false
sharing: true
footer: true
logo: philips.png
ha_category: Media Player
ha_iot_class: "Local Polling"
ha_release: 0.34
---
The `philips_js` platform allows you to control Philips TVs which expose the [jointSPACE](http://jointspace.sourceforge.net/) API. Instructions on how to activate the API and if your model is supported can be found [here](http://jointspace.sourceforge.net/download.html).
To add your TV to your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
media_player:
- platform: philips_js
host: 192.168.1.99
```
Configuration variables:
- **host** (*Required*): IP address of TV.
- **name** (*Optional*): The name you would like to give to the Philips TV.
- **turn_on_action** (*Optional*): A script that will be executed to turn on the TV (can be used with wol).
- **api_version** (*Optional*): The JointSpace API version of your Philips TV, defaults to `1`. This is an experimental option and not all the functionalities are guaranteed to work with API versions different from `1`.