mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 01:46:11 -04:00
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:
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."
|
||||
|
||||
Reference in New Issue
Block a user