The problem
Since the 2026 release and with the deprecation of configuring InfluxDB via the configuration.yaml file, there are currently no way of configuring the integration once it's set up, I would currently need to remove the integration, then set it up all over again just to change a single parameter, for example adding an exclusion / inclusion.
With the configuration.yaml setup for the integration ending support in the 2026.9 release, this really needs to be fixed or the deprecation timeframe should extend/removed entirely until an actual solution is in place.
According to the integration page over 6% of all instances use the integration which is quite a few.
No option to configure the integration and clicking the add entry gives me the message that "Only one InfluxdB instance can be configured"

What version of Home Assistant Core has the issue?
core-2026.3.2
What was the last working version of Home Assistant Core?
core-2025
What type of installation are you running?
Home Assistant OS
Integration causing the issue
InfluxDB
Link to integration documentation on our website
https://www.home-assistant.io/integrations/influxdb/
Diagnostics information
No response
Example YAML snippet
Example configuration I am using as of today, where if I wanted to change any of the parameters, I would need to set up the entire integration again from scratch.
influxdb:
api_version: 2
ssl: true
host: !secret influxdb_host
port: 443
token: !secret influxdb
organization: !secret influxdb_org
bucket: homeassistant
tags:
source: homeassistant
tags_attributes:
- friendly_name
default_measurement: units
exclude:
entities:
- zone.home
# entity_globs:
# - "*.0x[a-f]*_*" # ignore all Zigbee2MQTT devices that have not had their name set, like `0xdeadbeef12345678`
domains:
- persistent_notification
- person
include:
domains:
- sensor
- binary_sensor
- sun
entities:
- weather.home
Anything in the logs that might be useful for us?
Additional information
No response
The problem
Since the 2026 release and with the deprecation of configuring InfluxDB via the
configuration.yamlfile, there are currently no way of configuring the integration once it's set up, I would currently need to remove the integration, then set it up all over again just to change a single parameter, for example adding an exclusion / inclusion.With the
configuration.yamlsetup for the integration ending support in the 2026.9 release, this really needs to be fixed or the deprecation timeframe should extend/removed entirely until an actual solution is in place.According to the integration page over 6% of all instances use the integration which is quite a few.
No option to configure the integration and clicking the add entry gives me the message that "Only one InfluxdB instance can be configured"

What version of Home Assistant Core has the issue?
core-2026.3.2
What was the last working version of Home Assistant Core?
core-2025
What type of installation are you running?
Home Assistant OS
Integration causing the issue
InfluxDB
Link to integration documentation on our website
https://www.home-assistant.io/integrations/influxdb/
Diagnostics information
No response
Example YAML snippet
Example configuration I am using as of today, where if I wanted to change any of the parameters, I would need to set up the entire integration again from scratch.
Anything in the logs that might be useful for us?
Additional information
No response