From 08e2b25f6c460f2d7b6657aac855705613c5360f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Dec 2016 13:52:58 +0100 Subject: [PATCH] Update ha_release and fix configuration sample --- source/_components/media_player.philips_js.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.philips_js.markdown b/source/_components/media_player.philips_js.markdown index 5c952bc0ea6..d7e663e8e55 100644 --- a/source/_components/media_player.philips_js.markdown +++ b/source/_components/media_player.philips_js.markdown @@ -10,7 +10,7 @@ footer: true logo: philips.png ha_category: Media Player 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 # Example configuration.yaml entry media_player: -- name: NAME - platform: philips_js - host: 192.168.1.99 + - 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. -- **host** (*Required*): IP address of TV. \ No newline at end of file