mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
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:
parent
751428fe2b
commit
654195454b
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user