This commit is contained in:
2026-03-20 10:43:32 -05:00
parent 3ee33e4bfd
commit 659cc20e38
8 changed files with 484 additions and 63 deletions

View File

@@ -8,7 +8,10 @@ let
cfg = config.${namespace}.services.home-assistant;
in
{
imports = [ ./options.nix ];
imports = [
./options.nix
./dashboards
];
config = lib.mkIf cfg.enable {
# This bypasses the component validation and places it directly in HA's data directory