From adf8e5031321023f04851129864d52e2f2eb3806 Mon Sep 17 00:00:00 2001 From: tronikos Date: Sat, 24 May 2025 12:20:04 -0700 Subject: [PATCH] Add data descriptions in the Android TV Remote Configure Android apps (#145537) * Add data descriptions in the Android TV Remote Configure Android apps * Update homeassistant/components/androidtv_remote/strings.json --------- Co-authored-by: Josef Zweck --- homeassistant/components/androidtv_remote/strings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/androidtv_remote/strings.json b/homeassistant/components/androidtv_remote/strings.json index 106cac3a63d..c82b815e27a 100644 --- a/homeassistant/components/androidtv_remote/strings.json +++ b/homeassistant/components/androidtv_remote/strings.json @@ -51,6 +51,10 @@ "app_id": "Application ID", "app_icon": "Application icon", "app_delete": "Check to delete this application" + }, + "data_description": { + "app_id": "E.g. com.plexapp.android for https://play.google.com/store/apps/details?id=com.plexapp.android", + "app_icon": "Image URL. From the Play Store app page, right click on the icon and select 'Copy image address' and then paste it here. Alternatively, download the image, upload it under /config/www/ and use the URL /local/filename" } } }