From cdff3d1462cdfd2c7625487ca35d816330fa69c2 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Tue, 18 Feb 2025 23:14:33 +0100 Subject: [PATCH] Update custom_components/nest_protect/__init__.py --- custom_components/nest_protect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/nest_protect/__init__.py b/custom_components/nest_protect/__init__.py index c00ae90..9e75f05 100644 --- a/custom_components/nest_protect/__init__.py +++ b/custom_components/nest_protect/__init__.py @@ -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: