Skip to content

Commit

Permalink
Merge pull request #29 from marijngiesen/marantz-fix
Browse files Browse the repository at this point in the history
Treat Marantz SR6009 and SR6010 as AVR-X device
  • Loading branch information
Oliver authored Aug 27, 2017
2 parents 806ed09 + fdb7cce commit f9d61c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denonavr/denonavr.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

_LOGGER = logging.getLogger("DenonAVR")

DEVICEINFO_AVR_X_PATTERN = r"(.*AVR-X.*|.*SR500[6-9]|.*SR6008|.*NR1604)"
DEVICEINFO_AVR_X_PATTERN = r"(.*AVR-X.*|.*SR500[6-9]|.*SR60(07|08|09|10)|.*NR1604)"

SOURCE_MAPPING = {"TV AUDIO": "TV", "iPod/USB": "USB/IPOD", "Bluetooth": "BT",
"Blu-ray": "BD", "CBL/SAT": "SAT/CBL", "NETWORK": "NET",
Expand Down

0 comments on commit f9d61c6

Please sign in to comment.