From 65e2b3a6b87c58a03af2d7ded5ee824e48e99825 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt <aaronhoneycutt@protonmail.com> Date: Tue, 20 Feb 2024 22:54:57 +0000 Subject: [PATCH] home-assistant: update config, just missing the smart outlet in the garage --- software/home-assistant/home-assistant.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/software/home-assistant/home-assistant.nix b/software/home-assistant/home-assistant.nix index 3ea5224..8b1ebde 100644 --- a/software/home-assistant/home-assistant.nix +++ b/software/home-assistant/home-assistant.nix @@ -1,4 +1,4 @@ - config, pkgs, lib, ... }: +{ config, pkgs, lib, ... }: { services.home-assistant = { @@ -7,9 +7,13 @@ "cast" "esphome" "google_translate" + "lacrosse" + "lacrosse_view" "met" "nest" "radio_browser" + "systemmonitor" + "tplink" ]; config = { # Includes dependencies for a basic setup