6.8 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_codeowners, ha_domain, ha_config_flow
title | description | ha_category | ha_iot_class | ha_release | ha_codeowners | ha_domain | ha_config_flow | |||
---|---|---|---|---|---|---|---|---|---|---|
Philips TV | Instructions on how to add Philips TVs to Home Assistant. |
|
Local Polling | 0.34 |
|
philips_js | true |
The philips_js
platform allows you to control Philips TVs which expose the jointSPACE JSON-API.
Instructions on how to activate the API and if your model is supported can be found here. Note that not all listed, jointSPACE-enabled devices will have JSON-interface running on port 1925. This is true at least for some models before year 2011.
{% include integrations/config_flow.md %}
Features
Feature | 1 | 5 | 6 (Android) | 6 (Saphi) |
---|---|---|---|---|
Power On | WOL / IR Blaster | ? | Yes (if always on) | WOL / IR Blaster |
Volume Detect | Yes | ? | Yes (not over CEC) | Yes |
Volume Up/Down | Yes | ? | Yes | Yes |
Volume Set | Yes | ? | Yes | Yes |
Source Select | Yes | ? | Yes | No |
Source Detect | Yes | ? | No | No |
Channel Select | Yes | ? | Yes | Yes |
Channel Detect | Yes | ? | Yes | No |
Channel Favorites | No | ? | Yes | Yes |
Application Select | No | ? | Yes | No |
Application Detect | No | ? | Yes | No |
Browse URL | No | No | No | No |
Send Key | No | No | No | Yes |
Ambilight Control | No | No | No | No |
Turn on device
The Philips TV does not always support turning on via the API. You can either turn it on via IR blaster or on som models WOL. To trigger this command from the entities, the integration exposes a device trigger
that can be setup to execute when the media_player
is asked to turn on.
Remote
The integration provides a remote entity for sending remote key presses directly to the TV. The following list of commands are available for use with the remote.send_command
service.
Command | Comment |
---|---|
Standby | |
CursorUp | |
CursorDown | |
CursorLeft | |
CursorRight | |
Confirm | |
Back | |
Exit | |
WatchTV | |
Home | |
Source | |
List | |
Find | |
Options | |
Adjust | |
RedColour | |
GreenColour | |
YellowColour | |
BlueColour | |
Play | |
PlayPause | Mapped to same as Play on Android devices |
Pause | |
FastForward | |
Stop | |
Rewind | |
Record | |
ChannelStepUp | |
ChannelStepDown | |
Digit0 | |
Digit1 | |
Digit2 | |
Digit3 | |
Digit4 | |
Digit5 | |
Digit6 | |
Digit7 | |
Digit8 | |
Digit9 | |
Dot | |
VolumeUp | |
VolumeDown | |
Mute | |
Teletext | |
Subtitle | |
ClosedCaption | |
TvGuide | |
Info | |
AmbilightOnOff | |
Viewmode | |
3dFormat | |
Multiview | |
PictureStyle | |
3dDepth | |
SoundStyle | |
SurroundMode | |
HeadphonesVolume | |
2PlayerGaming | |
Setup | |
WhiteColour | |
PowerOn | |
PowerOff | Mapped to same as Standby on Android |
Online | |
SmartTV | |
PhilipsMenu |