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; };