From e5be9cc393f77274764bfcfc0bfd30d0b771c5f1 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Thu, 14 Nov 2019 05:54:02 -0800 Subject: [PATCH] Include link to pre-configured app names (#11173) * Include link to pre-configured app names * Remove 'Note:' --- source/_integrations/androidtv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/androidtv.markdown b/source/_integrations/androidtv.markdown index 6dff3b129b8..c1e08b725c5 100644 --- a/source/_integrations/androidtv.markdown +++ b/source/_integrations/androidtv.markdown @@ -75,7 +75,7 @@ get_sources: default: true type: boolean apps: - description: A dictionary where the keys are app IDs and the values are app names that will be displayed in the UI; see example below. + description: A dictionary where the keys are app IDs and the values are app names that will be displayed in the UI; see example below. ([These app names](https://github.com/JeffLIrion/python-androidtv/blob/5c39196ade3f88ab453b205fd15b32472d3e0482/androidtv/constants.py#L267-L283) are configured in the backend package and do not need to be included in your configuration.) required: false default: {} type: map