Skip to content

Commit

Permalink
Merge pull request #2532 from alandtse/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Sep 17, 2024
2 parents bfbbb72 + 1fc3759 commit df4930c
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 384 deletions.
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
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/alexa_media_player/issues",
"loggers": ["alexapy", "authcaptureproxy"],
"requirements": ["alexapy==1.28.2", "packaging>=20.3", "wrapt>=1.14.0"],
"requirements": ["alexapy==1.29.2", "packaging>=20.3", "wrapt>=1.14.0"],
"version": "4.13.0"
}
Loading

0 comments on commit df4930c

Please sign in to comment.