aioamazondevices 3.1.0__tar.gz → 3.1.1__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.1.0
3
+ Version: 3.1.1
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
  [tool.poetry]
2
2
  name = "aioamazondevices"
3
- version = "3.1.0"
3
+ version = "3.1.1"
4
4
  description = "Python library to control Amazon devices"
5
5
  authors = ["Simone Chemelli <simone.chemelli@gmail.com>"]
6
6
  license = "Apache-2.0"
@@ -1,6 +1,6 @@
1
1
  """aioamazondevices library."""
2
2
 
3
- __version__ = "3.1.0"
3
+ __version__ = "3.1.1"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi
@@ -106,6 +106,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
106
106
  "model": "Echo Show 5",
107
107
  "hw_version": "Gen3",
108
108
  },
109
+ "A15996VY63BQ2D": {
110
+ "model": "Echo Show 8",
111
+ "hw_version": "Gen2",
112
+ },
109
113
  "A1Q6UGEXJZWJQ0": {
110
114
  "model": "Fire TV Stick 4K",
111
115
  "hw_version": "Gen2",
@@ -114,10 +118,26 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
114
118
  "model": "Echo Dot",
115
119
  "hw_version": "Gen3",
116
120
  },
121
+ "A1TD5Z1R8IWBHA ": {
122
+ "model": "Fire HD 8",
123
+ "hw_version": "Gen12",
124
+ },
125
+ "A1VGB7MHSIEYFK": {
126
+ "model": "Fire TV Cube",
127
+ "hw_version": "Gen3",
128
+ },
129
+ "A1WZKXFLI43K86": {
130
+ "model": "FireTV 4k MAX",
131
+ "hw_version": "Gen2",
132
+ },
117
133
  "A1Z88NGR2BK6A2": {
118
134
  "model": "Echo Show 8",
119
135
  "hw_version": "Gen1",
120
136
  },
137
+ "A265XOI9586NML": {
138
+ "model": "Fire TV Stick with Alexa Voice Remote",
139
+ "hw_version": None,
140
+ },
121
141
  "A271DR1789MXDS": {
122
142
  "model": "Fire Tablet 7",
123
143
  "hw_version": "Gen12",
@@ -168,7 +188,11 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
168
188
  },
169
189
  "A3C9PE6TNYLTCH": {
170
190
  "model": "Speaker Group",
171
- "hw_version": "None",
191
+ "hw_version": None,
192
+ },
193
+ "A3EVMLQTU6WL1W": {
194
+ "model": "FireTV 4k MAX",
195
+ "hw_version": "Gen1",
172
196
  },
173
197
  "A3RMGO6LYLH7YN": {
174
198
  "model": "Echo Dot",
@@ -180,7 +204,7 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
180
204
  },
181
205
  "A3VRME03NAXFUB": {
182
206
  "model": "Echo Flex",
183
- "hw_version": "None",
207
+ "hw_version": None,
184
208
  },
185
209
  "A4ZP7ZC4PI6TO": {
186
210
  "model": "Echo Show 3",
@@ -198,6 +222,10 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
198
222
  "model": "Echo Dot",
199
223
  "hw_version": "Gen2",
200
224
  },
225
+ "ADVBD696BHNV5": {
226
+ "model": "Fire TV Stick",
227
+ "hw_version": "Gen1",
228
+ },
201
229
  "AIPK7MM90V7TB": {
202
230
  "model": "Echo Show 10",
203
231
  "hw_version": "Gen3",
@@ -207,7 +235,7 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
207
235
  "hw_version": "Gen1",
208
236
  },
209
237
  "AKPGW064GI9HE": {
210
- "model": " Fire TV Stick 4K",
238
+ "model": "Fire TV Stick 4K",
211
239
  "hw_version": "Gen1",
212
240
  },
213
241
  "ATNLRCEBX3W4P": {