From e8f11e061c0f0967bea9ededf6002de33bbdbcfb Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Sat, 3 Jan 2026 00:38:36 -0500 Subject: [PATCH] Prometheus: fix type --- prometheus/templates/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/templates/prometheus.yml.j2 b/prometheus/templates/prometheus.yml.j2 index abe7937..d527695 100644 --- a/prometheus/templates/prometheus.yml.j2 +++ b/prometheus/templates/prometheus.yml.j2 @@ -18,4 +18,4 @@ scrape_configs: - targets: ["10.1.1.1:9100"] - job_name: homeassistant static_configs: - - tagets: ["10.1.3.3"] + - targets: ["10.1.3.3"]