Include link to pre-configured app names (#11173)

* Include link to pre-configured app names

* Remove 'Note:'
This commit is contained in:
Jeff Irion 2019-11-14 05:54:02 -08:00 committed by Fabian Affolter
parent d4989b0ff9
commit e5be9cc393

View File

@ -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