From 72cdffbedf5621f3fff2321c3dc65be16dcf5c43 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Wed, 11 Sep 2024 16:18:04 -0400 Subject: [PATCH] fix(esphome): add ref of esphome-components --- devices/homie/modules/home-assistant/firmware.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/homie/modules/home-assistant/firmware.nix b/devices/homie/modules/home-assistant/firmware.nix index 53755788..7730dbcf 100644 --- a/devices/homie/modules/home-assistant/firmware.nix +++ b/devices/homie/modules/home-assistant/firmware.nix @@ -298,7 +298,7 @@ refresh = "0s"; } { - source = "github://jesserockz/esphome-components"; + source = "github://jesserockz/esphome-components@main"; components = ["file"]; refresh = "0s"; } @@ -781,7 +781,7 @@ refresh = "0s"; } { - source = "github://jesserockz/esphome-components"; + source = "github://jesserockz/esphome-components@main"; components = ["file"]; refresh = "0s"; }