Use IP Address (host) provided by mDNS on Elgato Key Light (#38539)

This commit is contained in:
Pedro Lamas 2020-08-05 10:26:17 +01:00 committed by GitHub
parent 5b234b80e8
commit e422274085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 44 deletions

View file

@ -14,7 +14,7 @@ async def test_config_entry_not_ready(
) -> None:
"""Test the Elgato Key Light configuration entry not ready."""
aioclient_mock.get(
"http://example.local:9123/elgato/accessory-info", exc=aiohttp.ClientError
"http://1.2.3.4:9123/elgato/accessory-info", exc=aiohttp.ClientError
)
entry = await init_integration(hass, aioclient_mock)