From 105bccf974b8de4035990ce79378f424b94f78c1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 9 Oct 2025 23:49:07 -1000 Subject: [PATCH] Update esphome/components/mdns/__init__.py --- esphome/components/mdns/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/mdns/__init__.py b/esphome/components/mdns/__init__.py index 25c004ac5d..14e0420ef5 100644 --- a/esphome/components/mdns/__init__.py +++ b/esphome/components/mdns/__init__.py @@ -101,7 +101,7 @@ async def _mdns_txt_record_templated( def mdns_service( - service: str, proto: str, port: int, txt_records: list[dict[str, str]] + service: str, proto: str, port: int, txt_records: list[cg.RawExpression] ) -> cg.StructInitializer: """Create a mDNS service.