Update androidtv_remote.markdown - zeroconf incorrect IP workaround (#32939)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
kdkrutil 2024-05-25 03:50:11 -05:00 committed by GitHub
parent d94386b8bc
commit 614d2a3d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -540,3 +540,9 @@ cards:
- Some devices experience disconnects every 15 seconds. This is typically resolved by rebooting the Android TV device after the initial setup of the integration.
- If you are not able to connect to the Android TV device, or are asked to pair it again and again, try force-stopping the Android TV Remote Service and clearing its storage. On the Android TV device, go to **Settings** > **Apps** > **Show system apps**. Then, select **Android TV Remote Service** > **Storage** > **Clear storage**. You will have to pair again.
- Some onscreen keyboards enabled by TV manufacturers do not support concurrent virtual and onscreen keyboard use. This presents whenever a text field is selected, such as "search" where a constant **use the keyboard on your mobile device** will show, preventing you from opening the onscreen keyboard to type. This can be overcome by either disabling your 3rd party keyboard and using the default Gboard keyboard or by deselecting **Enable IME** in the **Configure** page of the integration.
- In some instances, Zeroconf will assign an incorrect IP address to a device. As a workaround, the below can be added to `configuration.yaml` to prevent Zeroconf from assigning IPs for the integration. IPs will need to be manually entered during setup, as described [above](/integrations/androidtv_remote/#configuration).
```yaml
zeroconf:
ignore:
- androidtv_remote
```