aioamazondevices 4.0.1__tar.gz → 4.0.2__tar.gz

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
  Metadata-Version: 2.3
2
2
  Name: aioamazondevices
3
- Version: 4.0.1
3
+ Version: 4.0.2
4
4
  Summary: Python library to control Amazon devices
5
5
  License: Apache-2.0
6
6
  Author: Simone Chemelli
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aioamazondevices"
3
- version = "4.0.1"
3
+ version = "4.0.2"
4
4
  requires-python = ">=3.12"
5
5
  description = "Python library to control Amazon devices"
6
6
  authors = [
@@ -1,6 +1,6 @@
1
1
  """aioamazondevices library."""
2
2
 
3
- __version__ = "4.0.1"
3
+ __version__ = "4.0.2"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
@@ -160,6 +160,10 @@ DEVICE_TO_IGNORE: list[str] = [
160
160
  "A1L4KDRIILU6N9", # Sony headset WH-CH700N - issue #345
161
161
  "A2IJJ9QXVOSYK0", # JBL TUNE770NC - issue #391
162
162
  "AKOAGQTKAS9YB", # Amazon Echo Connect - issue #406
163
+ "A3PAHYZLPKL73D", # EERO 6 Wifi AP - issue #426
164
+ "A3KOTUS4DKHU1W", # Samsung Fridge - issue #429
165
+ "AN630UQPG2CA4", # Insignia TV - issue #430
166
+ "A3SSG6GR8UU7SN", # Amazon Echo Sub - issue #437
163
167
  ]
164
168
 
165
169
  DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
@@ -244,13 +248,17 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
244
248
  "model": "Echo Dot Clock",
245
249
  "hw_version": "Gen5",
246
250
  },
251
+ "A2E0SNTXJVT7WK ": {
252
+ "model": "Fire TV Stick",
253
+ "hw_version": "Gen2",
254
+ },
247
255
  "A2F7IJUT32OLN4": {
248
256
  "manufacturer": "Samsung Electronics Co., Ltd.",
249
257
  "model": "Soundbar Q990D",
250
258
  "hw_version": None,
251
259
  },
252
260
  "A2GFL5ZMWNE0PX": {
253
- "model": "Fire TV",
261
+ "model": "Fire TV Stick",
254
262
  "hw_version": "Gen3",
255
263
  },
256
264
  "A2H4LV5GIZ1JFT": {
@@ -458,6 +466,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
458
466
  "model": "Fire Tablet HD 8 Plus",
459
467
  "hw_version": "Gen10",
460
468
  },
469
+ "AWZZ5CVHX2CD": {
470
+ "model": "Echo Show",
471
+ "hw_version": "Gen2",
472
+ },
461
473
  "G2A0V704840708AP": {
462
474
  "model": "Echo Plus",
463
475
  "hw_version": "Gen2",