I tried your code with my tv Sony: kdl_50w800c (model 2015 with android tv) and I follow your tutorial for install and setup on my tv.
But I only get the entity of my tv show on my Hass. I cannot control any function on my tv. I’m running hassbian. Can you help me?
here is configuration code:
media_player:
- platform: braviatv_psk
name: myBraviaTV
host: 192.168.1.98
psk: xxxx
mac: xxxxx
amp: True
android: True
sourcefilter:
- ' HD'
- HDMI
and here is my Lovelace code:
- type: media-control
entity: media_player.mybraviatv_2
can you help?