Skip to content

Commit

Permalink
Update custom_components/nest_protect/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Feb 18, 2025
1 parent cdff3d1 commit e282d69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/nest_protect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ async def _async_subscribe_for_data(
_register_subscribe_task(hass, entry, data)

except BadCredentialsException as exception:
LOGGER.debug("Bad credentials detected. Please re-authenticate the Nest Protect integration.")
LOGGER.debug(
"Bad credentials detected. Please re-authenticate the Nest Protect integration."
)
raise ConfigEntryAuthFailed from exception

except NestServiceException:
Expand Down

0 comments on commit e282d69

Please sign in to comment.