diff options
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 + ]; }; }; } |
