From bfcdcaa8382aba835123339c7aeb5bb8f72cb22e Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 19 Jul 2016 20:41:22 +0100 Subject: [PATCH] Updated BraviaTV docs to show example bravia.conf (#662) If you have the details for pairing the TV already then it's possible to specify these manually. Details now in the documentation. --- source/_components/media_player.braviatv.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/media_player.braviatv.markdown b/source/_components/media_player.braviatv.markdown index 06c19b6d997..affcdff7b22 100644 --- a/source/_components/media_player.braviatv.markdown +++ b/source/_components/media_player.braviatv.markdown @@ -33,3 +33,8 @@ 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. +You are also able to configure the TV manually by placing a `bravia.conf` file in your `.homeassistant` config directory with the following information - please update the details to match your setup: + +```json +{"192.168.0.10": {"pin": "7745", "mac": "ac:1e:0a:e1:0c:01"}} +```