Use shared httpx client in gogogate2 (#45575)
This commit is contained in:
parent
7dec23d58b
commit
af832e5434
12 changed files with 28 additions and 26 deletions
|
@ -2,8 +2,8 @@
|
|||
from datetime import timedelta
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
from gogogate2_api import GogoGate2Api, ISmartGateApi
|
||||
from gogogate2_api.common import (
|
||||
from ismartgate import GogoGate2Api, ISmartGateApi
|
||||
from ismartgate.common import (
|
||||
DoorMode,
|
||||
DoorStatus,
|
||||
GogoGate2ActivateResponse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue