I instaled Android debug bridge add-on and it seems to work. I can read:
INFO: Connecting to device: 192.168.45.121...
already connected to 192.168.45.121:5555
on add-on log. Then I wrote this code to configuration.yaml file:
media_player:
- platform: androidtv
name: Fire TV
device_class: firetv
host: 192.168.45.121
adb_server_ip: 127.0.0.1
get_sources: true
But after a restart, no firetv card is on lovelace gui. I tried to add it manually, but I am not sure what is the right card. I tried with media control card, but there is no firetv entity to select… I read the documentation about adding entities manually to configuration.yaml, and I don’t know why fire tv doesn’t appears in my entities list…