From af261059946982228b73aa236b3050fd96667989 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 12 May 2023 14:21:02 -0400 Subject: [PATCH] Include all gas sensors in InfluxDB and Prometheus --- configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 07b929e..8a786f7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -196,7 +196,7 @@ influxdb: - sensor.*iphone_storage - sensor.*_open - sensor.xr500* - - sensor.*gas_price + - sensor.*gas* - sensor.speedtest* - sensor.*fan_time - sensor.*compressor_time @@ -308,7 +308,7 @@ prometheus: - sensor.*iphone_storage - sensor.*_open - sensor.xr500* - - sensor.*gas_price + - sensor.*gas* - sensor.speedtest* - sensor.*fan_time - sensor.*compressor_time