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({