I installed the add-on.
I have TCPIP adb enabled.
When I start the add-on I see this in the log:
[services.d] starting services
[services.d] done.
[20:34:04] INFO: Starting the Android Debug Bridge server...
[20:34:04] INFO: Connecting to device: 192.168.1.123...
connected to 192.168.1.123:5555
[20:35:34] INFO: Connecting to device: 192.168.1.123...
already connected to 192.168.1.123:5555
[20:37:04] INFO: Connecting to device: 192.168.1.123...
already connected to 192.168.1.123:5555
Working?
And I have this in configuration.yaml:
media_player:
- platform: androidtv
host: 192.168.1.123
name: "tablet"
adb_server_ip: 127.0.0.1
adb_server_port: 5037
But I can’t see the media player in developer tools.
Noticed this in the logs:
Logger: homeassistant.components.media_player
Source: helpers/entity_platform.py:215
Integration: Media Player ([documentation](https://www.home-assistant.io/integrations/media_player), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+media_player%22))
First occurred: 20:45:22 (2 occurrences)
Last logged: 20:45:52
* Platform androidtv not ready yet. Retrying in 30 seconds.
* Platform androidtv not ready yet. Retrying in 60 seconds.