summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/home-assistant/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/home-assistant/default.nix b/sys/home-assistant/default.nix
index eaa9cc9..8af383c 100644
--- a/sys/home-assistant/default.nix
+++ b/sys/home-assistant/default.nix
@@ -30,8 +30,9 @@ in
};
customComponents = with pkgs.home-assistant-custom-components; [
- xiaomi_miot
- ];
+ dreame_vacuum
+ xiaomi_miot
+ ];
};
};
}