1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Bump aioamazondevices to 13.3.0 (#166346)

This commit is contained in:
Simone Chemelli
2026-03-24 17:02:19 +01:00
committed by GitHub
parent 57b0456760
commit c384d41625
5 changed files with 8 additions and 3 deletions

View File

@@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"loggers": ["aioamazondevices"],
"quality_scale": "platinum",
"requirements": ["aioamazondevices==13.0.1"]
"requirements": ["aioamazondevices==13.3.0"]
}

2
requirements_all.txt generated
View File

@@ -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

View File

@@ -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

View File

@@ -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,
)

View File

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