aioamazondevices 3.2.5__py3-none-any.whl → 3.2.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aioamazondevices/__init__.py +1 -1
- aioamazondevices/const.py +8 -0
- {aioamazondevices-3.2.5.dist-info → aioamazondevices-3.2.6.dist-info}/METADATA +1 -1
- {aioamazondevices-3.2.5.dist-info → aioamazondevices-3.2.6.dist-info}/RECORD +6 -6
- {aioamazondevices-3.2.5.dist-info → aioamazondevices-3.2.6.dist-info}/LICENSE +0 -0
- {aioamazondevices-3.2.5.dist-info → aioamazondevices-3.2.6.dist-info}/WHEEL +0 -0
aioamazondevices/__init__.py
CHANGED
aioamazondevices/const.py
CHANGED
@@ -166,6 +166,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
|
|
166
166
|
"model": "Echo Show 8",
|
167
167
|
"hw_version": "Gen2",
|
168
168
|
},
|
169
|
+
"A18O6U1UQFJ0XK": {
|
170
|
+
"model": "Echo Plus",
|
171
|
+
"hw_version": "Gen2",
|
172
|
+
},
|
169
173
|
"A1EIANJ7PNB0Q7": {
|
170
174
|
"model": "Echo Show 15",
|
171
175
|
"hw_version": "Gen1",
|
@@ -333,6 +337,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
|
|
333
337
|
"model": "Echo",
|
334
338
|
"hw_version": "Gen2",
|
335
339
|
},
|
340
|
+
"ADOUDFQX2QVX0": {
|
341
|
+
"model": "Fire TV Omni QLED",
|
342
|
+
"hw_version": None,
|
343
|
+
},
|
336
344
|
"ADVBD696BHNV5": {
|
337
345
|
"model": "Fire TV Stick",
|
338
346
|
"hw_version": "Gen1",
|
@@ -1,11 +1,11 @@
|
|
1
|
-
aioamazondevices/__init__.py,sha256=
|
1
|
+
aioamazondevices/__init__.py,sha256=Y9scCZ8cAVyumMgEa-g2asKv_sIUXqwypsGuX1T_zx8,276
|
2
2
|
aioamazondevices/api.py,sha256=VCOcIufsCHYKRBAC-q5Yfwj5Cek8Wt-ZT7o2Lg0kzyU,39691
|
3
|
-
aioamazondevices/const.py,sha256=
|
3
|
+
aioamazondevices/const.py,sha256=mgPTTRLLets0vU8MTvVA3pGWGHCgVLMBRZWsIVtCG8s,9043
|
4
4
|
aioamazondevices/exceptions.py,sha256=CfOFKDvE_yl5BFoFcpTOuDfgRi_2oAtKk-nNJgfWBAs,726
|
5
5
|
aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
aioamazondevices/sounds.py,sha256=01pVCDFIuhrLypXInw4JNuHsC6zjMLsuKocet1R6we8,13409
|
7
7
|
aioamazondevices/utils.py,sha256=RzuKRhnq_8ymCoJMoQJ2vBYyuew06RSWpqQWmqdNczE,2019
|
8
|
-
aioamazondevices-3.2.
|
9
|
-
aioamazondevices-3.2.
|
10
|
-
aioamazondevices-3.2.
|
11
|
-
aioamazondevices-3.2.
|
8
|
+
aioamazondevices-3.2.6.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
|
9
|
+
aioamazondevices-3.2.6.dist-info/METADATA,sha256=tfCCE99xigQguDFEzyECNfng7eQqA0e_CmNkSJ9_5i8,5234
|
10
|
+
aioamazondevices-3.2.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
11
|
+
aioamazondevices-3.2.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|