Use shared httpx client in gogogate2 (#45575)

This commit is contained in:
J. Nick Koston 2021-05-05 23:47:44 -05:00 committed by GitHub
parent 7dec23d58b
commit af832e5434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 28 additions and 26 deletions

View file

@ -3,7 +3,7 @@ from __future__ import annotations
import logging
from gogogate2_api.common import AbstractDoor, DoorStatus, get_configured_doors
from ismartgate.common import AbstractDoor, DoorStatus, get_configured_doors
from homeassistant.components.cover import (
DEVICE_CLASS_GARAGE,