Philips TV
The philips_js
platform allows you to control Philips TVs which expose the jointSPACE API. Instructions on how to activate the API and if your model is supported can be found here.
To add your TV to your installation, add the following to your configuration.yaml
file:
# 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).