From b4c58c33f00732079270aae003b87183d3162585 Mon Sep 17 00:00:00 2001 From: Rowan Hine Date: Sat, 13 Feb 2016 12:03:25 +0000 Subject: [PATCH] Updated Samsung Smart TV --- .../_components/media_player.samsungtv.markdown | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/source/_components/media_player.samsungtv.markdown b/source/_components/media_player.samsungtv.markdown index 1c96733e92c..610d102e786 100644 --- a/source/_components/media_player.samsungtv.markdown +++ b/source/_components/media_player.samsungtv.markdown @@ -1,8 +1,8 @@ --- layout: page -title: "Samsung TV" -description: "Instructions how to integrate a Samsung TV in Home Assistant." -date: 2016-02-01 19:00 +title: "Samsung Smart TV" +description: "Instructions on how to integrate a Samsung Smart TV into Home Assistant." +date: 2016-02-13 12:02 sidebar: true comments: false sharing: true @@ -12,14 +12,21 @@ ha_category: Media Player featured: false --- -The `samsungtv` platform allows you to control an [Samsung TV](http://www.samsung.com). +The `samsungtv` platform allows you to control a [Samsung Smart TV](http://www.samsung.com/uk/consumer/tv-audio-video/televisions/). +When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication. -To add an Samsung TV to your installation, add the following to your `configuration.yaml` file: +To add a TV to your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry media_player: platform: samsungtv + host: 192.168.0.10 + name: Living Room TV ``` +Configuration variables: + +- **host** *Required*: The IP of the Samsung Smart TV, e.g. 192.168.0.10 +- **name** *Optional*: The name you would like to give to the Samsung Smart TV.