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:
@@ -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
2
requirements_all.txt
generated
@@ -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
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -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
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user