Skip to content

Commit

Permalink
Add some additional cast types (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored May 9, 2022
1 parent 8388ffd commit 854f251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pychromecast/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
"google home mini": (CAST_TYPE_AUDIO, MF_GOOGLE),
"google home": (CAST_TYPE_AUDIO, MF_GOOGLE),
"google nest hub": (CAST_TYPE_CHROMECAST, MF_GOOGLE),
"google nest hub max": (CAST_TYPE_CHROMECAST, MF_GOOGLE),
"google nest mini": (CAST_TYPE_AUDIO, MF_GOOGLE),
"lenovocd-24502f": (CAST_TYPE_AUDIO, "LENOVO"),
"nest audio": (CAST_TYPE_AUDIO, MF_GOOGLE),
"shield android tv": (CAST_TYPE_CHROMECAST, "NVIDIA"),
}

SERVICE_TYPE_HOST = "host"
Expand Down

0 comments on commit 854f251

Please sign in to comment.