mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Updated Samsung Smart TV
This commit is contained in:
parent
cab04b3e3c
commit
b4c58c33f0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user