From f4fe63a299db5af21a84c309e24dc0c830761ac4 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Wed, 5 Oct 2022 11:54:46 -0700 Subject: [PATCH] fix: tewi hass missing dependency > Error occurred loading configuration flow for integration upnp: No module named 'getmac' --- nixos/systems/tewi/home-assistant.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/systems/tewi/home-assistant.nix b/nixos/systems/tewi/home-assistant.nix index 960661a3..81abc733 100644 --- a/nixos/systems/tewi/home-assistant.nix +++ b/nixos/systems/tewi/home-assistant.nix @@ -141,6 +141,7 @@ psycopg2 aiohomekit securetar + getmac # for upnp integration (aiogithubapi.overrideAttrs (_: { doInstallCheck = false; })) ]; extraComponents = [