Hi,
I used to have my Bravia integration in configuration.yaml but I have tried to adopt the new integrations via the GUI.
How do you use the Configuration/Integration to add a second TV?
The old way was in my configuration.yaml was as follows
media_player:
- platform: braviatv
host: 192.168.1.60
name: Sony 75
- platform: braviatv
host: 192.168.1.61
name: Sony 43
and a file called bravia.conf containing:-
{
"192.168.1.60": {
"host": "192.168.1.60",
"mac": "10:4f:a8:35:f0:d4",
"pin": "2386"
},
"192.168.1.61": {
"host": "192.168.1.61",
"mac": "10:4f:a8:18:73:78",
"pin": "8435"
}
}
The first TV works but the new way but I cant see how to add another?