aioamazondevices 6.5.5__py3-none-any.whl → 6.5.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.

Potentially problematic release.


This version of aioamazondevices might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  """aioamazondevices library."""
2
2
 
3
- __version__ = "6.5.5"
3
+ __version__ = "6.5.6"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
aioamazondevices/api.py CHANGED
@@ -387,6 +387,8 @@ class AmazonEchoApi:
387
387
  headers = DEFAULT_HEADERS.copy()
388
388
  headers.update({"User-Agent": REQUEST_AGENT[agent]})
389
389
  headers.update({"Accept-Language": self._language})
390
+ headers.update({"x-amzn-client": "aioamazondevices"})
391
+ headers.update({"x-amzn-build-version": __version__})
390
392
 
391
393
  if self._csrf_cookie:
392
394
  csrf = {CSRF_COOKIE: self._csrf_cookie}
aioamazondevices/const.py CHANGED
@@ -90,6 +90,12 @@ SENSORS: dict[str, dict[str, str | None]] = {
90
90
  "subkey": "value",
91
91
  "scale": None,
92
92
  },
93
+ "connectivity": {
94
+ "name": "reachability",
95
+ "key": "reachabilityStatusValue",
96
+ "subkey": None,
97
+ "scale": None,
98
+ },
93
99
  }
94
100
 
95
101
  ALEXA_INFO_SKILLS = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aioamazondevices
3
- Version: 6.5.5
3
+ Version: 6.5.6
4
4
  Summary: Python library to control Amazon devices
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -0,0 +1,12 @@
1
+ aioamazondevices/__init__.py,sha256=6ThTkZ-OzmFeMahZFQYLf899HoK7cIYtEEmzOqwZjHw,276
2
+ aioamazondevices/api.py,sha256=VULa-dTvgzTA3U8O-W47cKRkPSylAFYUvHpaAwg5lFA,59772
3
+ aioamazondevices/const.py,sha256=KlrzGGCJUqqBUuZtGp6b9AsxYmaaZAzfIbsAQdsNVsA,13841
4
+ aioamazondevices/exceptions.py,sha256=gRYrxNAJnrV6uRuMx5e76VMvtNKyceXd09q84pDBBrI,638
5
+ aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ aioamazondevices/query.py,sha256=xVgXF1PIiH7uu33Q_iVfCtdH9hqLOAGdCNnAxTZ76UE,1883
7
+ aioamazondevices/sounds.py,sha256=CXMDk-KoKVFxBdVAw3MeOClqgpzcVDxvQhFOJp7qX-Y,1896
8
+ aioamazondevices/utils.py,sha256=RzuKRhnq_8ymCoJMoQJ2vBYyuew06RSWpqQWmqdNczE,2019
9
+ aioamazondevices-6.5.6.dist-info/METADATA,sha256=8c-2IBneCI1ouoduCSOZVnq4_GztUnivKlGF4wIzj9M,8008
10
+ aioamazondevices-6.5.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
11
+ aioamazondevices-6.5.6.dist-info/licenses/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
12
+ aioamazondevices-6.5.6.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- aioamazondevices/__init__.py,sha256=QjCM9eKB4AW1vPeIeKrHQsbcSu1y45z65tmPi69iL8Y,276
2
- aioamazondevices/api.py,sha256=1OEIZbpjTSdfZ3CvGylf55Rz-cPkVUOjcb_j2bsudZY,59648
3
- aioamazondevices/const.py,sha256=qRRc5R1CAHEZ8vVuaMMVi1Q4xfEqvQmYnV8ZQ-xst2k,13691
4
- aioamazondevices/exceptions.py,sha256=gRYrxNAJnrV6uRuMx5e76VMvtNKyceXd09q84pDBBrI,638
5
- aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- aioamazondevices/query.py,sha256=xVgXF1PIiH7uu33Q_iVfCtdH9hqLOAGdCNnAxTZ76UE,1883
7
- aioamazondevices/sounds.py,sha256=CXMDk-KoKVFxBdVAw3MeOClqgpzcVDxvQhFOJp7qX-Y,1896
8
- aioamazondevices/utils.py,sha256=RzuKRhnq_8ymCoJMoQJ2vBYyuew06RSWpqQWmqdNczE,2019
9
- aioamazondevices-6.5.5.dist-info/METADATA,sha256=qCvjTUTCxOmGRvFo0_zbS18FPV_yw4U4aa8qXCvV4ac,8008
10
- aioamazondevices-6.5.5.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
11
- aioamazondevices-6.5.5.dist-info/licenses/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
12
- aioamazondevices-6.5.5.dist-info/RECORD,,