Update log error message for Samsung TV (#127231)

This commit is contained in:
epenet 2024-10-01 22:06:56 +02:00 committed by GitHub
parent fcc0eba7fb
commit c1fa3d99f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,7 @@ async def _async_create_bridge_with_updated_data(
updated_data[CONF_MODEL] = model
if model_requires_encryption(model) and method != METHOD_ENCRYPTED_WEBSOCKET:
LOGGER.warning(
LOGGER.debug(
(
"Detected model %s for %s. Some televisions from H and J series use "
"an encrypted protocol but you are using %s which may not be supported"