From 739e0a2685a208b4e96966ad45bb89b18c7ff9e8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 4 May 2025 01:06:50 +0100 Subject: [PATCH] Update Home Assistant configuration --- hosts/nixedo/modules/home-assistant.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/nixedo/modules/home-assistant.nix b/hosts/nixedo/modules/home-assistant.nix index 02a3b9cb..9299380a 100644 --- a/hosts/nixedo/modules/home-assistant.nix +++ b/hosts/nixedo/modules/home-assistant.nix @@ -55,6 +55,9 @@ in ]; use_x_forwarded_for = true; }; + + mobile_app = { }; + # sia = { }; }; extraComponents = [ @@ -63,11 +66,16 @@ in "hive" "met" "mobile_app" - "sia" + # "sia" "weather" "webostv" ]; + extraPackages = + python3Packages: with python3Packages; [ + setuptools + ]; + openFirewall = true; };