From 94518025ba36d2b848078cff580c47f42a6edee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Mon, 19 Jun 2023 11:46:51 +0200 Subject: [PATCH] fix(home-assistant): add pyqrcode for totp mfa --- services/home-assistant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/home-assistant/default.nix b/services/home-assistant/default.nix index 7cb5fc1..dd9c6f2 100644 --- a/services/home-assistant/default.nix +++ b/services/home-assistant/default.nix @@ -38,6 +38,7 @@ in { "onvif" "shopping_list" ]; + extraPackages = ps: with ps; [ pyqrcode ]; config = { homeassistant = { name = "Home";