Skip to content

Commit

Permalink
fix: add Echo Spot (Gen2) to model ids (#2531)
Browse files Browse the repository at this point in the history
  • Loading branch information
natekspencer authored Sep 17, 2024
1 parent bfbbb72 commit c488062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/alexa_media/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

# Note: Some of these are likely wrong
MODEL_IDS = {
"A10A33FOX2NUBK": "Echo Spot",
"A10A33FOX2NUBK": "Echo Spot (Gen1)",
"A10L5JEZTKKCZ8": "Vobot Bunny",
"A11QM4H9HGV71H": "Echo Show 5 (Gen3)",
"A12GXV8XMS007S": "Fire TV (Gen1)",
Expand Down Expand Up @@ -252,6 +252,7 @@
"A3C9PE6TNYLTCH": "Speaker Group",
"A3CY98NH016S5F": "Facebook Portal Mini",
"A3D4YURNTARP5K": "Facebook Portal TV",
"A3EH2E0YZ30OD6": "Echo Spot (Gen2)",
"A3EVMLQTU6WL1W": "Fire TV (GenX)",
"A3F1S88NTZZXS9": "Dash Wand",
"A3FX4UWTP28V1P": "Echo (Gen3)",
Expand Down

0 comments on commit c488062

Please sign in to comment.