aioamazondevices 3.3.2__py3-none-any.whl → 3.4.0__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.3.2"
3
+ __version__ = "3.4.0"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
aioamazondevices/api.py CHANGED
@@ -902,7 +902,7 @@ class AmazonEchoApi:
902
902
  )
903
903
  if not model_details:
904
904
  _LOGGER.warning(
905
- "Unknown device type '%s' for %s: please read https://github.com/chemelli74/aioamazondevices?tab=readme-ov-file#unknown-device-type",
905
+ "Unknown device type '%s' for %s: please read https://github.com/chemelli74/aioamazondevices/wiki/Unknown-Device-Types",
906
906
  device.device_type,
907
907
  device.account_name,
908
908
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aioamazondevices
3
- Version: 3.3.2
3
+ Version: 3.4.0
4
4
  Summary: Python library to control Amazon devices
5
5
  License: Apache-2.0
6
6
  Author: Simone Chemelli
@@ -85,30 +85,17 @@ The script accept command line arguments or a library_test.json config file:
85
85
  }
86
86
  ```
87
87
 
88
- ## Unknown device type
89
-
90
- Library logs a warning if an unknown device type is linked to your Amazon account.
88
+ ## Known Issues & Limitations
91
89
 
92
- Please open an issue [here](https://github.com/chemelli74/aioamazondevices/issues) and provide the following information:
90
+ See [wiki](https://github.com/chemelli74/aioamazondevices/wiki/Known-Issues-and-Limitations)
93
91
 
94
- - device type
95
- - brand
96
- - model
97
- - generation
98
- - entities are available in Home Assistant
99
- - entities work in Home Assistant
92
+ ## Unknown device type
100
93
 
101
- Current device list: `DEVICE_TYPE_TO_MODEL` from [const.py](https://github.com/chemelli74/aioamazondevices/blob/main/src/aioamazondevices/const.py)
94
+ See [wiki](https://github.com/chemelli74/aioamazondevices/wiki/Unknown-Device-Types)
102
95
 
103
96
  ## Roadmap
104
97
 
105
- The development roadmap includes the following items (in order of priority):
106
-
107
- - Stabilizing library for all countries
108
- - Re-introduce sensors via graphQL
109
- - Introduce timers/schedules/alarms
110
- - Introduce real time websocket updates (media player control)
111
- - Introduce control for Bluetooth connected devices
98
+ See [wiki](https://github.com/chemelli74/aioamazondevices/wiki/Roadmap)
112
99
 
113
100
  ## Contributors ✨
114
101
 
@@ -140,6 +127,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
140
127
  <sub><b>jameson_uk</b></sub>
141
128
  </a>
142
129
  </td>
130
+ <td align="center">
131
+ <a href="https://github.com/ivanfmartinez">
132
+ <img src="https://avatars.githubusercontent.com/u/677001?v=4" width="100;" alt="ivanfmartinez"/>
133
+ <br />
134
+ <sub><b>Ivan F. Martinez</b></sub>
135
+ </a>
136
+ </td>
143
137
  <td align="center">
144
138
  <a href="https://github.com/lchavezcuu">
145
139
  <img src="https://avatars.githubusercontent.com/u/22165856?v=4" width="100;" alt="lchavezcuu"/>
@@ -1,11 +1,11 @@
1
- aioamazondevices/__init__.py,sha256=Vm_HkqWpI1qruTH2zbDAXLG2TwI_jAGQPhGNH6oaYT0,276
2
- aioamazondevices/api.py,sha256=0PfroqBDoe4196wd4_saXviLnmibZlSq5OGIlcCSUVw,39746
1
+ aioamazondevices/__init__.py,sha256=fd2mZWF9xVsM18tJqrX5LEGz06hXrnlPjWauYq6xMwA,276
2
+ aioamazondevices/api.py,sha256=SBucwyavOv8aiXyw3iorZUA0qgA2cavCIzfdRanrbSQ,39733
3
3
  aioamazondevices/const.py,sha256=qeaGMLGKH4r-84EjBvMzj1BcwgRRcDD551TUsUu4AiI,9029
4
4
  aioamazondevices/exceptions.py,sha256=CfOFKDvE_yl5BFoFcpTOuDfgRi_2oAtKk-nNJgfWBAs,726
5
5
  aioamazondevices/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  aioamazondevices/sounds.py,sha256=01pVCDFIuhrLypXInw4JNuHsC6zjMLsuKocet1R6we8,13409
7
7
  aioamazondevices/utils.py,sha256=RzuKRhnq_8ymCoJMoQJ2vBYyuew06RSWpqQWmqdNczE,2019
8
- aioamazondevices-3.3.2.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
9
- aioamazondevices-3.3.2.dist-info/METADATA,sha256=4lWQySyRXr4UoWYM5vyJNk4mtEQshvyKZtY2vYDvqIA,7097
10
- aioamazondevices-3.3.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
- aioamazondevices-3.3.2.dist-info/RECORD,,
8
+ aioamazondevices-3.4.0.dist-info/LICENSE,sha256=sS48k5sp9bFV-NSHDfAJuTZZ_-AP9ZDqUzQ9sffGlsg,11346
9
+ aioamazondevices-3.4.0.dist-info/METADATA,sha256=c61BBAOhX4xnSIsl2kMwqIQFbqo6abWYePtU0kCeZ1c,6929
10
+ aioamazondevices-3.4.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
+ aioamazondevices-3.4.0.dist-info/RECORD,,