1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-11 22:33:49 +01:00

Update esphome/components/mdns/__init__.py

This commit is contained in:
J. Nick Koston
2025-10-09 23:49:07 -10:00
committed by GitHub
parent cdc87a4445
commit 105bccf974

View File

@@ -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.