From 6b1b7e157e3bf9b6334ab24df96880bd5be66299 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 11 Oct 2022 16:13:16 -0400 Subject: [PATCH] Temporarily disabling InfluxDB until I have time to do it correctly --- configuration.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index b7bc04b..9102898 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -71,21 +71,21 @@ recorder: db_url: !secret mariadb_url purge_keep_days: 30 -influxdb: - host: 192.168.1.26 - port: 8086 - database: homeassistant - username: homeassistant - password: !secret influxdb_pass - max_retries: 3 - default_measurement: state - exclude: - domains: - - automation - - script - - zone - entity_globs: - - sensor.*battery* +# influxdb: +# host: 192.168.1.26 +# port: 8086 +# database: homeassistant +# username: homeassistant +# password: !secret influxdb_pass +# max_retries: 3 +# default_measurement: state +# exclude: +# domains: +# - automation +# - script +# - zone +# entity_globs: +# - sensor.*battery* history: exclude: