1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Bump aioesphomeapi to 18.0.1 (#102028)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
J. Nick Koston
2023-10-14 23:42:22 -10:00
committed by GitHub
parent f9615999db
commit 5b8da03596
5 changed files with 5 additions and 4 deletions

View File

@@ -129,6 +129,7 @@ def mock_client(mock_device_info) -> APIClient:
mock_client.connect = AsyncMock()
mock_client.disconnect = AsyncMock()
mock_client.list_entities_services = AsyncMock(return_value=([], []))
mock_client.address = "127.0.0.1"
mock_client.api_version = APIVersion(99, 99)
with patch("homeassistant.components.esphome.APIClient", mock_client), patch(