We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983a2f5 commit 8a63fa3Copy full SHA for 8a63fa3
homeassistant/components/smartthings/__init__.py
@@ -139,7 +139,7 @@ def _handle_new_subscription_identifier(identifier: str | None) -> None:
139
entry.data[CONF_TOKEN][CONF_INSTALLED_APP_ID],
140
)
141
except SmartThingsSinkError as err:
142
- _LOGGER.debug("Couldn't create a new subscription: %s", err)
+ _LOGGER.exception("Couldn't create a new subscription")
143
raise ConfigEntryNotReady from err
144
subscription_id = subscription.subscription_id
145
_handle_new_subscription_identifier(subscription_id)
0 commit comments