From 1362b2b15a32b9d12cb29a12458120e5bc342a35 Mon Sep 17 00:00:00 2001 From: Filip Pytloun Date: Sat, 8 Mar 2025 11:32:38 +0100 Subject: [PATCH] Remove hopefully unneeded workaround --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5628a67..ca09553 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,6 @@ FROM homeassistant/home-assistant:2025.3.1 #COPY src/ /usr/src/homeassistant/homeassistant/ -# Fix https://github.com/home-assistant/core/pull/137492 -RUN cd /usr/src/homeassistant/homeassistant && \ - sed -i s,AsyncMDNSResolver,AsyncDualMDNSResolver,g helpers/aiohttp_client.py && \ - pip install aiohttp-asyncmdnsresolver==0.1.0 - # Install HACS RUN mkdir -p /usr/local/config/custom_components && \ touch /usr/local/config/home-assistant.log && \