Add roku tv input names to alexa inputs (#36089)

* add roku tv input names to alexa inputs

* Update const.py
This commit is contained in:
Chris Talkington 2020-05-25 15:06:38 -05:00 committed by GitHub
parent 751428fe2b
commit 654195454b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,8 @@ class Inputs:
""" """
VALID_SOURCE_NAME_MAP = { VALID_SOURCE_NAME_MAP = {
"antenna": "TUNER",
"antennatv": "TUNER",
"aux": "AUX 1", "aux": "AUX 1",
"aux1": "AUX 1", "aux1": "AUX 1",
"aux2": "AUX 2", "aux2": "AUX 2",
@ -135,6 +137,7 @@ class Inputs:
"aux6": "AUX 6", "aux6": "AUX 6",
"aux7": "AUX 7", "aux7": "AUX 7",
"bluray": "BLURAY", "bluray": "BLURAY",
"blurayplayer": "BLURAY",
"cable": "CABLE", "cable": "CABLE",
"cd": "CD", "cd": "CD",
"coax": "COAX 1", "coax": "COAX 1",
@ -186,6 +189,7 @@ class Inputs:
"playstation": "PLAYSTATION", "playstation": "PLAYSTATION",
"playstation3": "PLAYSTATION 3", "playstation3": "PLAYSTATION 3",
"playstation4": "PLAYSTATION 4", "playstation4": "PLAYSTATION 4",
"rokumediaplayer": "MEDIA PLAYER",
"satellite": "SATELLITE", "satellite": "SATELLITE",
"satellitetv": "SATELLITE", "satellitetv": "SATELLITE",
"smartcast": "SMARTCAST", "smartcast": "SMARTCAST",