diff --git a/custom_components/kia_uvo/coordinator.py b/custom_components/kia_uvo/coordinator.py index 18555022..8f9bd589 100644 --- a/custom_components/kia_uvo/coordinator.py +++ b/custom_components/kia_uvo/coordinator.py @@ -11,7 +11,7 @@ ClimateRequestOptions, ScheduleChargingClimateRequestOptions, ) -from hyundai_kia_connect_api.exceptions import * +from hyundai_kia_connect_api.exceptions import AuthenticationError from homeassistant.exceptions import ConfigEntryAuthFailed