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

Fix default ipv6 resolver (#90269)

This commit is contained in:
G Johansson
2023-03-25 23:31:01 +01:00
committed by GitHub
parent 5c839e2367
commit 89d00ac733
4 changed files with 11 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ async def test_sensor(hass: HomeAssistant) -> None:
},
options={
CONF_RESOLVER: "208.67.222.222",
CONF_RESOLVER_IPV6: "2620:0:ccc::2",
CONF_RESOLVER_IPV6: "2620:119:53::53",
},
entry_id="1",
unique_id="home-assistant.io",
@@ -71,7 +71,7 @@ async def test_sensor_no_response(hass: HomeAssistant) -> None:
},
options={
CONF_RESOLVER: "208.67.222.222",
CONF_RESOLVER_IPV6: "2620:0:ccc::2",
CONF_RESOLVER_IPV6: "2620:119:53::53",
},
entry_id="1",
unique_id="home-assistant.io",