From a34cc1e609aba31281b4ed3ea4c46313e44b4118 Mon Sep 17 00:00:00 2001 From: tronikos Date: Fri, 21 Jun 2024 11:29:23 -0700 Subject: [PATCH] Android TV Remote: add options section in documentation (#32661) --- source/_integrations/androidtv_remote.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/androidtv_remote.markdown b/source/_integrations/androidtv_remote.markdown index f11479218e1..101f1682abd 100644 --- a/source/_integrations/androidtv_remote.markdown +++ b/source/_integrations/androidtv_remote.markdown @@ -28,6 +28,12 @@ For a quick introduction on how to get started with Android TV Remote, check out {% include integrations/config_flow.md %} +{% include integrations/option_flow.md %} +{% configuration_basic %} +Configure Applications List: + description: Here you can define applications where the keys are app IDs and the values are app names and icons that will be displayed in the UI. +{% endconfiguration_basic %} + ## Media player This {% term integration %} adds a `media_player` with basic playback and volume controls. The media player provides volume information and display name of current active app on the Android TV. Due to API limitations, the integration will not display the playback status. It is recommended to use this integration together with [Google Cast integration](/integrations/cast/). Two media players can be combined into one using the [Universal Media Player](/integrations/universal/) integration. See [Using with Google Cast](#using-with-google-cast) section for more details.