From c58407688b056c507329a8a6cbdf6b9c46b2014d Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 20 Jul 2024 13:31:28 -0600 Subject: sys/home-assistant: add dreame-vacuum --- sys/home-assistant/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') 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 + ]; }; }; } -- cgit v1.2.3