mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-30 01:38:27 +02:00
Add network type to mdns service message (#3880)
This commit is contained in:
@@ -613,6 +613,7 @@ class ListDevicesHandler(BaseHandler):
|
||||
"package_import_url": res.package_import_url,
|
||||
"project_name": res.project_name,
|
||||
"project_version": res.project_version,
|
||||
"network": res.network,
|
||||
}
|
||||
for res in IMPORT_RESULT.values()
|
||||
if res.device_name not in configured
|
||||
|
||||
Reference in New Issue
Block a user