Support for InfluxDB 3.0

InfluxData recently released InfluxDB 3.0 which appears to be a fairly substantial design change. However, they do maintain there is v1 and v2 API compatbility. Has anyone been successful testing the existing InfluxDB integration with v3? Or does the integration need an update prior to being compatible?

For reference, here is a link to the InfluxDB 3 Core documentation: InfluxDB 3 Core Documentation

For those that are interested, I was able to stream data into InfluxDB 3 Core. Below is my configuration.yaml setup. Note that I kept the organization from my InfluxDB v2 install. I’m not sure if the InfluxDB integration requires it or not.

influxdb:
  api_version: 2
  ssl: false
  host: 192.168.1.101
  port: 8181
  token: [my_token]
  bucket: homeassistant
  organization: 339592ab0c89c54e
  tags_attributes:
    - friendly_name
  include: !include influx_include.yaml
  exclude: !include influx_exclude.yaml