aioamazondevices 2.2.1__py3-none-any.whl → 3.0.1__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.
- aioamazondevices/__init__.py +1 -1
- aioamazondevices/api.py +1 -1
- aioamazondevices/sounds.py +469 -2871
- {aioamazondevices-2.2.1.dist-info → aioamazondevices-3.0.1.dist-info}/METADATA +1 -1
- aioamazondevices-3.0.1.dist-info/RECORD +11 -0
- aioamazondevices-2.2.1.dist-info/RECORD +0 -11
- {aioamazondevices-2.2.1.dist-info → aioamazondevices-3.0.1.dist-info}/LICENSE +0 -0
- {aioamazondevices-2.2.1.dist-info → aioamazondevices-3.0.1.dist-info}/WHEEL +0 -0
aioamazondevices/__init__.py
CHANGED
aioamazondevices/api.py
CHANGED
@@ -637,7 +637,7 @@ class AmazonEchoApi:
|
|
637
637
|
)
|
638
638
|
if not model_details:
|
639
639
|
_LOGGER.warning(
|
640
|
-
"Unknown device type '%s' for %s: please read https://github.com/chemelli74/aioamazondevices?tab=readme-ov-file#
|
640
|
+
"Unknown device type '%s' for %s: please read https://github.com/chemelli74/aioamazondevices?tab=readme-ov-file#unknown-device-type",
|
641
641
|
device.device_type,
|
642
642
|
device.account_name,
|
643
643
|
)
|