aioamazondevices 2.1.0__py3-none-any.whl → 2.1.1__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__ = "2.1.0"
3
+ __version__ = "2.1.1"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
aioamazondevices/api.py CHANGED
@@ -630,9 +630,7 @@ class AmazonEchoApi:
630
630
  _LOGGER.debug("Session authenticated: %s", authenticated)
631
631
  return bool(authenticated)
632
632
 
633
- async def get_model_details(
634
- self, device: AmazonDevice
635
- ) -> dict[str, str | None] | None:
633
+ def get_model_details(self, device: AmazonDevice) -> dict[str, str | None] | None:
636
634
  """Return model datails."""
637
635
  model_details: dict[str, str | None] | None = DEVICE_TYPE_TO_MODEL.get(
638
636
  device.device_type
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aioamazondevices
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Python library to control Amazon devices
5
5
  License: Apache-2.0
6
6
  Author: Simone Chemelli
@@ -0,0 +1,10 @@
1
+ aioamazondevices/__init__.py,sha256=VyTHZrGcjmAAe0-Kq5jTZs1J6XrwRWXrow3Yo_0cVYo,276
2
+ aioamazondevices/api.py,sha256=dnWki0AqfhajnmQHBuuQC4UxfYAFRmq5Rlv9AtrkW1A,29429
3
+ aioamazondevices/const.py,sha256=KYaCrvIemf_TzXxP4ZVi5ovlL7qFPWdF_W9vU1AiboE,2778
4
+ aioamazondevices/exceptions.py,sha256=qK_Hak9pc-lC2FPW-0i4rYIwNpEOHMmA9Rii8F2lkQo,1260
5
+ aioamazondevices/httpx.py,sha256=DyuD2HD3GGGbBq65qcjPCCxeuSkALKzDAdrUSeZcRMM,4935
6
+ aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ aioamazondevices-2.1.1.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
8
+ aioamazondevices-2.1.1.dist-info/METADATA,sha256=R9Zhhx4-khXr0vOV6qehACp3q_P8U6SOmbfhR1roMRo,5447
9
+ aioamazondevices-2.1.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
+ aioamazondevices-2.1.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- aioamazondevices/__init__.py,sha256=2l4-ydGXxEAeeFMOZhNjrZGf1cclng3YBKz7YAjgv_c,276
2
- aioamazondevices/api.py,sha256=6G4KfbXxcnqEOU73f1U6zQwaaVw-6hqJAEUsdYsOB6c,29449
3
- aioamazondevices/const.py,sha256=KYaCrvIemf_TzXxP4ZVi5ovlL7qFPWdF_W9vU1AiboE,2778
4
- aioamazondevices/exceptions.py,sha256=qK_Hak9pc-lC2FPW-0i4rYIwNpEOHMmA9Rii8F2lkQo,1260
5
- aioamazondevices/httpx.py,sha256=DyuD2HD3GGGbBq65qcjPCCxeuSkALKzDAdrUSeZcRMM,4935
6
- aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- aioamazondevices-2.1.0.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
8
- aioamazondevices-2.1.0.dist-info/METADATA,sha256=8ofLplqrYZ5QrPpFKDQR66SAB29bnh4OpC6RAjy6Jr4,5447
9
- aioamazondevices-2.1.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
- aioamazondevices-2.1.0.dist-info/RECORD,,