Bump aioamazondevices to 5.0.1 (#151246)

This commit is contained in:
Simone Chemelli
2025-08-27 18:05:01 +02:00
committed by GitHub
parent cd5bfd6baf
commit 4b9594b876
5 changed files with 3 additions and 6 deletions

View File

@@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"loggers": ["aioamazondevices"],
"quality_scale": "silver",
"requirements": ["aioamazondevices==5.0.0"]
"requirements": ["aioamazondevices==5.0.1"]
}

2
requirements_all.txt generated
View File

@@ -185,7 +185,7 @@ aioairzone-cloud==0.7.2
aioairzone==1.0.0
# homeassistant.components.alexa_devices
aioamazondevices==5.0.0
aioamazondevices==5.0.1
# homeassistant.components.ambient_network
# homeassistant.components.ambient_station

View File

@@ -173,7 +173,7 @@ aioairzone-cloud==0.7.2
aioairzone==1.0.0
# homeassistant.components.alexa_devices
aioamazondevices==5.0.0
aioamazondevices==5.0.1
# homeassistant.components.ambient_network
# homeassistant.components.ambient_station

View File

@@ -50,7 +50,6 @@ def mock_amazon_devices_client() -> Generator[AsyncMock]:
device_type="echo",
device_owner_customer_id="amazon_ower_id",
device_cluster_members=[TEST_SERIAL_NUMBER],
device_locale="en-US",
online=True,
serial_number=TEST_SERIAL_NUMBER,
software_version="echo_test_software_version",

View File

@@ -14,7 +14,6 @@
'echo_test_serial_number',
]),
'device_family': 'mine',
'device_locale': 'en-US',
'device_owner_customer_id': 'amazon_ower_id',
'device_type': 'echo',
'do_not_disturb': False,
@@ -52,7 +51,6 @@
'echo_test_serial_number',
]),
'device_family': 'mine',
'device_locale': 'en-US',
'device_owner_customer_id': 'amazon_ower_id',
'device_type': 'echo',
'do_not_disturb': False,