Skip to content

Commit

Permalink
Update log error message for Samsung TV (#127231)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored and frenck committed Oct 1, 2024
1 parent df6edd0 commit 60079a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/samsungtv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 60079a1

Please sign in to comment.