From c384d416252cbb12ec7a1005953547753485a949 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Tue, 24 Mar 2026 17:02:19 +0100 Subject: [PATCH] Bump aioamazondevices to 13.3.0 (#166346) --- homeassistant/components/alexa_devices/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- tests/components/alexa_devices/const.py | 2 ++ tests/components/alexa_devices/snapshots/test_services.ambr | 3 +++ 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/alexa_devices/manifest.json b/homeassistant/components/alexa_devices/manifest.json index fb3f2e9c15f..03303292822 100644 --- a/homeassistant/components/alexa_devices/manifest.json +++ b/homeassistant/components/alexa_devices/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "loggers": ["aioamazondevices"], "quality_scale": "platinum", - "requirements": ["aioamazondevices==13.0.1"] + "requirements": ["aioamazondevices==13.3.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 944b303414e..b2f971669fc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -190,7 +190,7 @@ aioairzone-cloud==0.7.2 aioairzone==1.0.5 # homeassistant.components.alexa_devices -aioamazondevices==13.0.1 +aioamazondevices==13.3.0 # homeassistant.components.ambient_network # homeassistant.components.ambient_station diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b12117ae648..8bf7fd5297c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -181,7 +181,7 @@ aioairzone-cloud==0.7.2 aioairzone==1.0.5 # homeassistant.components.alexa_devices -aioamazondevices==13.0.1 +aioamazondevices==13.3.0 # homeassistant.components.ambient_network # homeassistant.components.ambient_station diff --git a/tests/components/alexa_devices/const.py b/tests/components/alexa_devices/const.py index ef77665ba39..77eee5133b1 100644 --- a/tests/components/alexa_devices/const.py +++ b/tests/components/alexa_devices/const.py @@ -70,6 +70,7 @@ TEST_DEVICE_1 = AmazonDevice( next_occurrence=None, ), }, + media_player_supported=True, ) TEST_DEVICE_2_SN = "echo_test_2_serial_number" @@ -102,4 +103,5 @@ TEST_DEVICE_2 = AmazonDevice( }, notifications_supported=False, notifications={}, + media_player_supported=False, ) diff --git a/tests/components/alexa_devices/snapshots/test_services.ambr b/tests/components/alexa_devices/snapshots/test_services.ambr index 23092477762..945d1572682 100644 --- a/tests/components/alexa_devices/snapshots/test_services.ambr +++ b/tests/components/alexa_devices/snapshots/test_services.ambr @@ -19,6 +19,7 @@ 'hardware_version': '1.0', 'household_device': False, 'manufacturer': 'Test manufacturer', + 'media_player_supported': True, 'model': 'Test model', 'notifications': dict({ 'Alarm': dict({ @@ -89,6 +90,7 @@ 'hardware_version': '1.0', 'household_device': False, 'manufacturer': 'Test manufacturer', + 'media_player_supported': True, 'model': 'Test model', 'notifications': dict({ 'Alarm': dict({ @@ -159,6 +161,7 @@ 'hardware_version': '1.0', 'household_device': False, 'manufacturer': 'Test manufacturer', + 'media_player_supported': True, 'model': 'Test model', 'notifications': dict({ 'Alarm': dict({