From fbec192d332853357c0537c5a34e130b5efa73d8 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 27 Nov 2023 23:17:46 +0100 Subject: [PATCH] service/home-automation: add esphome to hass --- modules/services/home-automation/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/home-automation/default.nix b/modules/services/home-automation/default.nix index 2919956..86a0067 100644 --- a/modules/services/home-automation/default.nix +++ b/modules/services/home-automation/default.nix @@ -109,6 +109,7 @@ in extraComponents = [ "backup" + "esphome" "prometheus" ] ++ cfg.extraComponents; };