forked from home-assistant/core
Fix DAB radio in Onkyo (#137852)
This commit is contained in:
committed by
Franck Nijhof
parent
b5a9c3d1f6
commit
3dd241a398
@@ -92,7 +92,7 @@ SUPPORT_ONKYO = (
|
|||||||
DEFAULT_PLAYABLE_SOURCES = (
|
DEFAULT_PLAYABLE_SOURCES = (
|
||||||
InputSource.from_meaning("FM"),
|
InputSource.from_meaning("FM"),
|
||||||
InputSource.from_meaning("AM"),
|
InputSource.from_meaning("AM"),
|
||||||
InputSource.from_meaning("TUNER"),
|
InputSource.from_meaning("DAB"),
|
||||||
)
|
)
|
||||||
|
|
||||||
ATTR_PRESET = "preset"
|
ATTR_PRESET = "preset"
|
||||||
|
Reference in New Issue
Block a user