mirror of
https://github.com/home-assistant/core.git
synced 2026-08-31 18:24:50 -05:00
Fix string ref for tedee (#171548)
This commit is contained in:
@@ -100,7 +100,7 @@ class TedeeApiCoordinator(DataUpdateCoordinator[dict[int, TedeeLock]]):
|
||||
except TedeeLocalAuthException as ex:
|
||||
raise ConfigEntryAuthFailed(
|
||||
translation_domain=DOMAIN,
|
||||
translation_key="authentification_failed",
|
||||
translation_key="authentication_failed",
|
||||
) from ex
|
||||
|
||||
except TedeeDataUpdateException as ex:
|
||||
|
||||
Reference in New Issue
Block a user