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 1943476 commit cdff3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nest_protect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async def _async_subscribe_for_data(
_register_subscribe_task(hass, entry, data)

except BadCredentialsException as exception:
LOGGER.debug("Need to re-authenticate the 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 cdff3d1

Please sign in to comment.