aioamazondevices 3.2.4__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.
@@ -1,6 +1,6 @@
1
1
  """aioamazondevices library."""
2
2
 
3
- __version__ = "3.2.4"
3
+ __version__ = "3.2.6"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
aioamazondevices/const.py CHANGED
@@ -54,6 +54,10 @@ DOMAIN_BY_ISO3166_COUNTRY = {
54
54
  "domain": "co.uk",
55
55
  "openid.assoc_handle": f"{DEFAULT_ASSOC_HANDLE}_uk",
56
56
  },
57
+ "il": {
58
+ "domain": "com",
59
+ "openid.assoc_handle": DEFAULT_ASSOC_HANDLE,
60
+ },
57
61
  "jp": {
58
62
  "domain": "co.jp",
59
63
  },
@@ -162,6 +166,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
162
166
  "model": "Echo Show 8",
163
167
  "hw_version": "Gen2",
164
168
  },
169
+ "A18O6U1UQFJ0XK": {
170
+ "model": "Echo Plus",
171
+ "hw_version": "Gen2",
172
+ },
165
173
  "A1EIANJ7PNB0Q7": {
166
174
  "model": "Echo Show 15",
167
175
  "hw_version": "Gen1",
@@ -329,6 +337,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
329
337
  "model": "Echo",
330
338
  "hw_version": "Gen2",
331
339
  },
340
+ "ADOUDFQX2QVX0": {
341
+ "model": "Fire TV Omni QLED",
342
+ "hw_version": None,
343
+ },
332
344
  "ADVBD696BHNV5": {
333
345
  "model": "Fire TV Stick",
334
346
  "hw_version": "Gen1",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aioamazondevices
3
- Version: 3.2.4
3
+ Version: 3.2.6
4
4
  Summary: Python library to control Amazon devices
5
5
  License: Apache-2.0
6
6
  Author: Simone Chemelli
@@ -1,11 +1,11 @@
1
- aioamazondevices/__init__.py,sha256=q9wQ9Tf4eUuqR8QchKhODo4PnwT1vb0SI5IAD9BWr7k,276
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=d2kBbZXOf-RF18c4C3hwrIqDqaXhL6KzO1iSSL9_ST4,8759
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.4.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
9
- aioamazondevices-3.2.4.dist-info/METADATA,sha256=uuwxpCyN_I64zyfIfTnzCv3pOCJrec9_3i6-Y9QpWlM,5234
10
- aioamazondevices-3.2.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
- aioamazondevices-3.2.4.dist-info/RECORD,,
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,,