Log the discovered device in the Philips TV zeroconf flow (#183060)

Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Yanze (David) Wu
2026-09-25 06:24:34 +01:00
committed by GitHub
co-authored by Claude Opus 5.5
parent 2f3fb26a07
commit eb5663f62a
@@ -184,7 +184,9 @@ class PhilipsJSConfigFlow(ConfigFlow, domain=DOMAIN):
"""Handle zeroconf discovery."""
LOGGER.debug(
"Checking discovered device: {discovery_info.name} on {discovery_info.host}"
"Checking discovered device: %s on %s",
discovery_info.name,
discovery_info.host,
)
secured_transport = discovery_info.type == "_philipstv_s_rpc._tcp.local."