Include extended address in thread discovery data (#89640)
This commit is contained in:
parent
0f2abe7f25
commit
8a0522ca2a
3 changed files with 9 additions and 0 deletions
|
@ -236,6 +236,7 @@ async def test_discover_routers(
|
|||
"data": {
|
||||
"addresses": ["192.168.0.115"],
|
||||
"brand": "homeassistant",
|
||||
"extended_address": "aeeb2f594b570bbf",
|
||||
"extended_pan_id": "e60fc7c186212ce5",
|
||||
"model_name": "OpenThreadBorderRouter",
|
||||
"network_name": "OpenThread HC",
|
||||
|
@ -264,6 +265,7 @@ async def test_discover_routers(
|
|||
"data": {
|
||||
"addresses": ["192.168.0.124"],
|
||||
"brand": "google",
|
||||
"extended_address": "f6a99b425a67abed",
|
||||
"extended_pan_id": "9e75e256f61409a3",
|
||||
"model_name": "Google Nest Hub",
|
||||
"network_name": "NEST-PAN-E1AF",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue