Use IP Address (host) provided by mDNS on Elgato Key Light (#38539)
This commit is contained in:
parent
5b234b80e8
commit
e422274085
4 changed files with 41 additions and 44 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue