mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Initial braviatv docs
This commit is contained in:
parent
0e3ccfe95a
commit
049242d362
29
source/_components/media_player.braviatv.markdown
Normal file
29
source/_components/media_player.braviatv.markdown
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Sony Bravia TV"
|
||||
description: "Instructions on how to integrate a Sony Bravia TV into Home Assistant."
|
||||
date: 2016-07-01 08:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: bravia.png
|
||||
ha_category: Media Player
|
||||
ha_release: 0.23
|
||||
---
|
||||
|
||||
The `braviatv` platform allows you to control a [Sony Bravia TV](http://www.sony.com).
|
||||
|
||||
To add a TV to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
media_player:
|
||||
platform: braviatv
|
||||
host: 192.168.0.10
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The IP of the Sony Bravia TV, eg. 192.168.0.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user