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

@ -2,7 +2,7 @@
import asyncio
from unittest.mock import MagicMock, patch
from gogogate2_api import GogoGate2Api
from ismartgate import GogoGate2Api
import pytest
from homeassistant.components.gogogate2 import DEVICE_TYPE_GOGOGATE2, async_setup_entry