mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Fix Garmin Connect sensor dependency import (#52306)
This commit is contained in:
parent
8a00c3a2f5
commit
b11af5e6f8
@ -3,7 +3,7 @@ from __future__ import annotations
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from garminconnect_aio import (
|
from garminconnect_ha import (
|
||||||
GarminConnectAuthenticationError,
|
GarminConnectAuthenticationError,
|
||||||
GarminConnectConnectionError,
|
GarminConnectConnectionError,
|
||||||
GarminConnectTooManyRequestsError,
|
GarminConnectTooManyRequestsError,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user