mirror of
https://github.com/home-assistant/core.git
synced 2025-09-07 13:51:39 +02:00
Bump aioamazondevices to 5.0.1 (#151246)
This commit is contained in:
@@ -8,5 +8,5 @@
|
|||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["aioamazondevices"],
|
"loggers": ["aioamazondevices"],
|
||||||
"quality_scale": "silver",
|
"quality_scale": "silver",
|
||||||
"requirements": ["aioamazondevices==5.0.0"]
|
"requirements": ["aioamazondevices==5.0.1"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -185,7 +185,7 @@ aioairzone-cloud==0.7.2
|
|||||||
aioairzone==1.0.0
|
aioairzone==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.alexa_devices
|
# homeassistant.components.alexa_devices
|
||||||
aioamazondevices==5.0.0
|
aioamazondevices==5.0.1
|
||||||
|
|
||||||
# homeassistant.components.ambient_network
|
# homeassistant.components.ambient_network
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -173,7 +173,7 @@ aioairzone-cloud==0.7.2
|
|||||||
aioairzone==1.0.0
|
aioairzone==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.alexa_devices
|
# homeassistant.components.alexa_devices
|
||||||
aioamazondevices==5.0.0
|
aioamazondevices==5.0.1
|
||||||
|
|
||||||
# homeassistant.components.ambient_network
|
# homeassistant.components.ambient_network
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
|
@@ -50,7 +50,6 @@ def mock_amazon_devices_client() -> Generator[AsyncMock]:
|
|||||||
device_type="echo",
|
device_type="echo",
|
||||||
device_owner_customer_id="amazon_ower_id",
|
device_owner_customer_id="amazon_ower_id",
|
||||||
device_cluster_members=[TEST_SERIAL_NUMBER],
|
device_cluster_members=[TEST_SERIAL_NUMBER],
|
||||||
device_locale="en-US",
|
|
||||||
online=True,
|
online=True,
|
||||||
serial_number=TEST_SERIAL_NUMBER,
|
serial_number=TEST_SERIAL_NUMBER,
|
||||||
software_version="echo_test_software_version",
|
software_version="echo_test_software_version",
|
||||||
|
@@ -14,7 +14,6 @@
|
|||||||
'echo_test_serial_number',
|
'echo_test_serial_number',
|
||||||
]),
|
]),
|
||||||
'device_family': 'mine',
|
'device_family': 'mine',
|
||||||
'device_locale': 'en-US',
|
|
||||||
'device_owner_customer_id': 'amazon_ower_id',
|
'device_owner_customer_id': 'amazon_ower_id',
|
||||||
'device_type': 'echo',
|
'device_type': 'echo',
|
||||||
'do_not_disturb': False,
|
'do_not_disturb': False,
|
||||||
@@ -52,7 +51,6 @@
|
|||||||
'echo_test_serial_number',
|
'echo_test_serial_number',
|
||||||
]),
|
]),
|
||||||
'device_family': 'mine',
|
'device_family': 'mine',
|
||||||
'device_locale': 'en-US',
|
|
||||||
'device_owner_customer_id': 'amazon_ower_id',
|
'device_owner_customer_id': 'amazon_ower_id',
|
||||||
'device_type': 'echo',
|
'device_type': 'echo',
|
||||||
'do_not_disturb': False,
|
'do_not_disturb': False,
|
||||||
|
Reference in New Issue
Block a user