home-assistant.github.io/source/_components/media_player.directv.markdown
Cameron Bulock 11608953b5 Documentation for DirecTV component (#659)
* Create media_player.directv.markdown

* Added directv logo
2016-07-27 12:45:12 +02:00

836 B

layout title description date sidebar comments sharing footer logo ha_category ha_release
page DirecTV Instructions how to integrate DirecTV receivers into Home Assistant. 2016-07-19 01:0+0000 true false true true directv.png Media Player 0.25

The DirecTV receivers will be automatically discovered if you enable the discovery component.

The directv media player platform can also be forced to load by adding the following lines to your configuration.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.