aioamazondevices 3.0.6__tar.gz → 3.0.7__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.
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/PKG-INFO +1 -1
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/pyproject.toml +1 -1
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/src/aioamazondevices/__init__.py +1 -1
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/src/aioamazondevices/const.py +5 -0
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/LICENSE +0 -0
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/README.md +0 -0
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/src/aioamazondevices/api.py +0 -0
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/src/aioamazondevices/exceptions.py +0 -0
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/src/aioamazondevices/py.typed +0 -0
- {aioamazondevices-3.0.6 → aioamazondevices-3.0.7}/src/aioamazondevices/sounds.py +0 -0
@@ -184,6 +184,11 @@ DEVICE_TYPE_TO_MODEL: dict[str, dict[str, str | None]] = {
|
|
184
184
|
"model": "Fire Tablet HD 10",
|
185
185
|
"hw_version": "Gen11",
|
186
186
|
},
|
187
|
+
"AUPUQSVCVHXP0": {
|
188
|
+
"manufacturer": "ecobee Inc.",
|
189
|
+
"model": "ecobee Switch+",
|
190
|
+
"hw_version": None,
|
191
|
+
},
|
187
192
|
"AVU7CPPF2ZRAS": {
|
188
193
|
"model": "Fire Tablet HD 8 Plus",
|
189
194
|
"hw_version": "Gen10",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|