diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-20 13:31:28 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-20 13:31:28 -0600 |
| commit | c58407688b056c507329a8a6cbdf6b9c46b2014d (patch) | |
| tree | 8afc9d5aebc74daca23b97f87ffbf2771822243e /sys | |
| parent | cc5cb3792dc2fc0ce62a09a242e3df19b1d90845 (diff) | |
sys/home-assistant: add dreame-vacuum
Diffstat (limited to '')
| -rw-r--r-- | sys/home-assistant/default.nix | 5 |
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 + ]; }; }; } |
