mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Include extended address in thread discovery data (#89640)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user