Updated Samsung Smart TV

This commit is contained in:
Rowan Hine 2016-02-13 12:03:25 +00:00
parent cab04b3e3c
commit b4c58c33f0

View File

@ -1,8 +1,8 @@
--- ---
layout: page layout: page
title: "Samsung TV" title: "Samsung Smart TV"
description: "Instructions how to integrate a Samsung TV in Home Assistant." description: "Instructions on how to integrate a Samsung Smart TV into Home Assistant."
date: 2016-02-01 19:00 date: 2016-02-13 12:02
sidebar: true sidebar: true
comments: false comments: false
sharing: true sharing: true
@ -12,14 +12,21 @@ ha_category: Media Player
featured: false 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 ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
media_player: media_player:
platform: samsungtv 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.