Skip to content

Commit 91cdf1a

Browse files
chemelli74elupus
authored andcommitted
Bump aioamazondevices to 3.2.8 (home-assistant#148365)
Co-authored-by: Joakim Plate <[email protected]>
1 parent 2377b13 commit 91cdf1a

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

homeassistant/components/alexa_devices/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"loggers": ["aioamazondevices"],
1010
"quality_scale": "bronze",
11-
"requirements": ["aioamazondevices==3.2.3"]
11+
"requirements": ["aioamazondevices==3.2.8"]
1212
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/alexa_devices/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def mock_amazon_devices_client() -> Generator[AsyncMock]:
5050
device_type="echo",
5151
device_owner_customer_id="amazon_ower_id",
5252
device_cluster_members=[TEST_SERIAL_NUMBER],
53+
device_locale="en-US",
5354
online=True,
5455
serial_number=TEST_SERIAL_NUMBER,
5556
software_version="echo_test_software_version",

0 commit comments

Comments
 (0)