home-assistant.io/source/_components/media_player.braviatv.markdown
2016-07-01 08:45:13 -07:00

1.2 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Sony Bravia TV Instructions on how to integrate a Sony Bravia TV into Home Assistant. 2016-07-01 08:00 true false true true bravia.png Media Player 0.23

The braviatv platform allows you to control a Sony Bravia TV.

Almost all Sony Bravia TV 2013 and newer are supported.

You will need to configure your TV to allow the Home Assistant for remote usage. To do that, ensure that your TV is turned on. Open the configuration popup on Home Assistant and enter a random PIN (for example 0000). After that, the TV will show you a PIN and Home Assistant will allow you to re-enter that PIN. Enter the PIN shown on your TV and Home Assistant will be able to control your Sony Bravia TV.

To add a TV to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  platform: braviatv
  host: 192.168.0.10
  name: Living Room TV

Configuration variables:

  • host (Required): The IP of the Sony Bravia TV, eg. 192.168.0.10
  • name (Optional): The name to use on the frontend.