aioamazondevices 3.1.1__py3-none-any.whl → 3.1.2__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.1.1"
3
+ __version__ = "3.1.2"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
aioamazondevices/api.py CHANGED
@@ -709,6 +709,7 @@ class AmazonEchoApi:
709
709
  identifier_node = device.get(NODE_IDENTIFIER, {})
710
710
 
711
711
  # Add sensors
712
+ sensors = {}
712
713
  if identifier_node:
713
714
  for _device_id, _device_sensors in devices_sensors.items():
714
715
  if _device_id == identifier_node["entityId"]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aioamazondevices
3
- Version: 3.1.1
3
+ Version: 3.1.2
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=UnAteFaOyKJzP_wlx45WE8VDxi45xe98NrSMUjOmi74,276
2
+ aioamazondevices/api.py,sha256=tsn-Dx5ng90BkGgniYlRmczisM_jzuVpRgFwThz4yXE,35179
3
+ aioamazondevices/const.py,sha256=DzMYrcChuuz2uxaVbLVdwV3uZB1Db_-33YOPPFDYYVU,6181
4
+ aioamazondevices/exceptions.py,sha256=nPbR928NryTbnxm5QwQpCSpRItvZ3PRYKynUUxH-_v4,1345
5
+ aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ aioamazondevices/sounds.py,sha256=01pVCDFIuhrLypXInw4JNuHsC6zjMLsuKocet1R6we8,13409
7
+ aioamazondevices-3.1.2.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
8
+ aioamazondevices-3.1.2.dist-info/METADATA,sha256=64nyIFhyM4gX0chNuMOFDM0qYCiJQkAwYNX4NbBq5w4,5546
9
+ aioamazondevices-3.1.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
+ aioamazondevices-3.1.2.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- aioamazondevices/__init__.py,sha256=c12OuL7f3dT235WVQ8T1bgMMlc3HGkq8ouiSdLB5pVI,276
2
- aioamazondevices/api.py,sha256=5usfnZtNvzMiGvb4XcQ6waqoc6FJcLwLGIzBUfcV3Nk,35154
3
- aioamazondevices/const.py,sha256=DzMYrcChuuz2uxaVbLVdwV3uZB1Db_-33YOPPFDYYVU,6181
4
- aioamazondevices/exceptions.py,sha256=nPbR928NryTbnxm5QwQpCSpRItvZ3PRYKynUUxH-_v4,1345
5
- aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- aioamazondevices/sounds.py,sha256=01pVCDFIuhrLypXInw4JNuHsC6zjMLsuKocet1R6we8,13409
7
- aioamazondevices-3.1.1.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
8
- aioamazondevices-3.1.1.dist-info/METADATA,sha256=xf6vS2ibix8CMcmRtDhxUnb6Crvd6DnOh1ZxHKuzsTk,5546
9
- aioamazondevices-3.1.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
- aioamazondevices-3.1.1.dist-info/RECORD,,