Documentation for DirecTV component (#659)

* Create media_player.directv.markdown

* Added directv logo
This commit is contained in:
Cameron Bulock 2016-07-27 06:45:12 -04:00 committed by Fabian Affolter
parent 089f5278eb
commit 11608953b5
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
---
layout: page
title: "DirecTV"
description: "Instructions how to integrate DirecTV receivers into Home Assistant."
date: 2016-07-19 01:0+0000
sidebar: true
comments: false
sharing: true
footer: true
logo: directv.png
ha_category: Media Player
ha_release: "0.25"
---
The [DirecTV](http://www.directv.com/) receivers will be automatically discovered if you enable the [discovery component](/components/discovery/).
The `directv` media player platform can also be forced to load by adding the following lines to your `configuration.yaml`:
```yaml
# Example configuration.yaml entry
media_player:
platform: directv
host: 192.168.1.10
name: DirecTV Living Room
```
Configuration variables:
- **host** *Optional*: Use only if you don't want to scan for devices.
- **name** *Optional*: Use to give a specific name to the device.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB