aioamazondevices 3.5.2__tar.gz → 3.5.3__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: 3.5.2
3
+ Version: 3.5.3
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 = "3.5.2"
3
+ version = "3.5.3"
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__ = "3.5.2"
3
+ __version__ = "3.5.3"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
@@ -150,6 +150,14 @@ DEVICE_TO_IGNORE: list[str] = [
150
150
  "A2TF17PFR55MTB", # Alexa App for Android
151
151
  "A1RTAM01W29CUP", # Alexa App for PC
152
152
  "A18BI6KPKDOEI4", # ecobee4 Smart Thermostat with Built-in Alexa - issue #199
153
+ "A21Z3CGI8UIP0F", # Denon AVR-X1600H - issue #253
154
+ "A15ERDAKK5HQQG", # unsupported Sonos devices - issue #257
155
+ "A3GZUE7F9MEB4U", # Sony headset WH-1000XM3 - issue #269
156
+ "A23ZD3FSVQM5EE", # Sony headset WH-1000XM2 - issue #326
157
+ "A7S41FQ5TWBC9", # Sony headset WH-1000XM4 - issue #327
158
+ "A1L4KDRIILU6N9", # Sony headset WH-CH700N - issue #345
159
+ "A2IJJ9QXVOSYK0", # JBL TUNE770NC - issue #391
160
+ "AKOAGQTKAS9YB", # Amazon Echo Connect - issue #406
153
161
  ]
154
162
 
155
163
  DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
@@ -262,6 +270,16 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
262
270
  "model": "Fire Tablet HD 10 Plus",
263
271
  "hw_version": "Gen11",
264
272
  },
273
+ "A2OSP3UA4VC85F": {
274
+ "manufacturer": "Sonos Inc.",
275
+ "model": "Sonos One",
276
+ "hw_version": "Gen1",
277
+ },
278
+ "A2RG3FY1YV97SS": {
279
+ "manufacturer": "Sonos Inc.",
280
+ "model": "Sonos Move",
281
+ "hw_version": "Gen1",
282
+ },
265
283
  "A2RU4B77X9R9NZ": {
266
284
  "model": "Echo Link Amp",
267
285
  "hw_version": None,
@@ -274,6 +292,11 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
274
292
  "model": "Echo Show 8",
275
293
  "hw_version": "Gen3",
276
294
  },
295
+ "A2Z8O30CD35N8F": {
296
+ "manufacturer": "Sonos Inc.",
297
+ "model": "Sonos Arc",
298
+ "hw_version": "Gen1",
299
+ },
277
300
  "A303PJF6ISQ7IC": {
278
301
  "model": "Echo Auto",
279
302
  "hw_version": "Gen1",
@@ -381,6 +404,11 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
381
404
  "model": "Fire TV Stick",
382
405
  "hw_version": "Gen1",
383
406
  },
407
+ "AECNEXTDY5AD9": {
408
+ "manufacturer": "Cozyla",
409
+ "model": "Frame with Alexa",
410
+ "hw_version": None,
411
+ },
384
412
  "AIPK7MM90V7TB": {
385
413
  "model": "Echo Show 10",
386
414
  "hw_version": "Gen3",
@@ -397,6 +425,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
397
425
  "model": "Echo Stereo Pair",
398
426
  "hw_version": "Virtual",
399
427
  },
428
+ "AQ24620N8QD5Q": {
429
+ "model": "Echo Show 15",
430
+ "hw_version": "Gen2",
431
+ },
400
432
  "ASQZWP4GPYUT7": {
401
433
  "model": "Echo pop",
402
434
  "hw_version": "Gen1",
@@ -410,6 +442,11 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
410
442
  "model": "ecobee Switch+",
411
443
  "hw_version": None,
412
444
  },
445
+ "AVD3HM0HOJAAL": {
446
+ "manufacturer": "Sonos Inc.",
447
+ "model": "Sonos One",
448
+ "hw_version": "Gen2",
449
+ },
413
450
  "AVU7CPPF2ZRAS": {
414
451
  "model": "Fire Tablet HD 8 Plus",
415
452
  "hw_version": "Gen10",