Fix DAB radio in Onkyo (#137852)

This commit is contained in:
Artur Pragacz 2025-02-08 15:51:05 +01:00 committed by GitHub
parent 7bf81037c1
commit 8ddae828f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ SUPPORT_ONKYO = (
DEFAULT_PLAYABLE_SOURCES = (
InputSource.from_meaning("FM"),
InputSource.from_meaning("AM"),
InputSource.from_meaning("TUNER"),
InputSource.from_meaning("DAB"),
)
ATTR_PRESET = "preset"