Default homekit to listening on all interfaces to match Home Assistant behavior (#91520)

This commit is contained in:
J. Nick Koston 2023-04-16 21:41:57 -10:00 committed by GitHub
parent 01046b88e5
commit b875706bdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -164,12 +164,12 @@ async def test_setup_min(hass: HomeAssistant, mock_async_zeroconf: None) -> None
hass,
BRIDGE_NAME,
DEFAULT_PORT,
"1.2.3.4",
[None],
ANY,
ANY,
{},
HOMEKIT_MODE_BRIDGE,
None,
"1.2.3.4",
entry.entry_id,
entry.title,
devices=[],
@ -206,12 +206,12 @@ async def test_removing_entry(
hass,
BRIDGE_NAME,
DEFAULT_PORT,
"1.2.3.4",
[None],
ANY,
ANY,
{},
HOMEKIT_MODE_BRIDGE,
None,
"1.2.3.4",
entry.entry_id,
entry.title,
devices=[],
@ -1476,12 +1476,12 @@ async def test_yaml_updates_update_config_entry_for_name(
hass,
BRIDGE_NAME,
12345,
"1.2.3.4",
[None],
ANY,
ANY,
{},
HOMEKIT_MODE_BRIDGE,
None,
"1.2.3.4",
entry.entry_id,
entry.title,
devices=[],
@ -1834,12 +1834,12 @@ async def test_reload(hass: HomeAssistant, mock_async_zeroconf: None) -> None:
hass,
"reloadable",
12345,
"1.2.3.4",
[None],
ANY,
False,
{},
HOMEKIT_MODE_BRIDGE,
None,
"1.2.3.4",
entry.entry_id,
entry.title,
devices=[],
@ -1869,12 +1869,12 @@ async def test_reload(hass: HomeAssistant, mock_async_zeroconf: None) -> None:
hass,
"reloadable",
45678,
"1.2.3.4",
[None],
ANY,
False,
{},
HOMEKIT_MODE_BRIDGE,
None,
"1.2.3.4",
entry.entry_id,
entry.title,
devices=[],