about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch')
-rw-r--r--pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch b/pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch
index 4094d08ee7ff8..6812ee1915bb0 100644
--- a/pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch
+++ b/pkgs/servers/home-assistant/patches/tests-mock-source-ip.patch
@@ -1,8 +1,8 @@
 diff --git a/homeassistant/components/network/__init__.py b/homeassistant/components/network/__init__.py
-index 7cc864727d..69333a5454 100644
+index b3ef88e7ab..b7a8471e1a 100644
 --- a/homeassistant/components/network/__init__.py
 +++ b/homeassistant/components/network/__init__.py
-@@ -26,7 +26,7 @@ async def async_get_source_ip(
+@@ -30,7 +30,7 @@ async def async_get_source_ip(
  ) -> str:
      """Get the source ip for a target ip."""
      adapters = await async_get_adapters(hass)