From 7f91e3ed04c65f76f62def2abb2b51ec436b60d4 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 9 Mar 2026 02:05:10 -0400 Subject: [PATCH] Remove parts of InfluxDB config that have moved to UI --- configuration.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index d2a1b74..4d93422 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -164,14 +164,7 @@ logger: homeassistant.core: fatal influxdb: - api_version: 2 - host: 192.168.1.254 - port: 8086 max_retries: 3 - ssl: false - organization: !secret influxdb_org - token: !secret influxdb_token - bucket: home_assistant default_measurement: state tags: source: HA