Skip to content

Commit dc02002

Browse files
authored
Bump aioamazondevices to 6.2.7 (home-assistant#153185)
1 parent f071a3f commit dc02002

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-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": "platinum",
11-
"requirements": ["aioamazondevices==6.2.6"]
11+
"requirements": ["aioamazondevices==6.2.7"]
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/const.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
capabilities=["AUDIO_PLAYER", "MICROPHONE"],
1414
device_family="mine",
1515
device_type="echo",
16+
household_device=False,
1617
device_owner_customer_id="amazon_ower_id",
1718
device_cluster_members=[TEST_DEVICE_1_SN],
1819
online=True,
@@ -35,6 +36,7 @@
3536
capabilities=["AUDIO_PLAYER", "MICROPHONE"],
3637
device_family="mine",
3738
device_type="echo",
39+
household_device=True,
3840
device_owner_customer_id="amazon_ower_id",
3941
device_cluster_members=[TEST_DEVICE_2_SN],
4042
online=True,

tests/components/alexa_devices/snapshots/test_services.ambr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'device_type': 'echo',
1717
'endpoint_id': 'G1234567890123456789012345678A',
1818
'entity_id': '11111111-2222-3333-4444-555555555555',
19+
'household_device': False,
1920
'online': True,
2021
'sensors': dict({
2122
'dnd': dict({
@@ -57,6 +58,7 @@
5758
'device_type': 'echo',
5859
'endpoint_id': 'G1234567890123456789012345678A',
5960
'entity_id': '11111111-2222-3333-4444-555555555555',
61+
'household_device': False,
6062
'online': True,
6163
'sensors': dict({
6264
'dnd': dict({

0 commit comments

Comments
 (0)