Skip to content

Commit ae6d7ca

Browse files
danielperna84fabaff
authored andcommitted
Added documentation for Philips TV media_player platform (#1384)
1 parent d1f528c commit ae6d7ca

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: page
3+
title: "Philips TV"
4+
description: "Instructions on how to add Philips TVs to Home Assistant."
5+
date: 2016-11-01 13:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: philips.png
11+
ha_category: Media Player
12+
ha_iot_class: "Local Polling"
13+
ha_release: 0.32
14+
---
15+
16+
17+
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).
18+
19+
To add your TV to your installation, add the following to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
media_player:
24+
- name: NAME
25+
platform: philips_js
26+
host: 192.168.1.99
27+
```
28+
29+
Configuration variables:
30+
31+
- **name** (*Optional*): The name you would like to give to the Philips TV.
32+
- **host** (*Required*): IP address of TV.
4.88 KB
Loading

0 commit comments

Comments
 (0)