HiveMQ integration

I am running an HiveMQ as my MQTT broker. I intend to use OwnTrack Recorder and other MQTT devices with this. I have tried the mqtt integration but I cannot get it to work. I have entered the following configuration.yaml settings. Each time it resolves back to the core-mosquitto settings.

mqtt:
broker: XXXXXX.s1.eu.hivemq.cloud
port: 8883
username: homeassistant
password: XXXX

Hi,

create only this part in your config file and restart:

mqtt:
  certificate: auto

And now your are able to create via the Integration wizzard.

Cheers
Pascal

Here are settings for the Broker options for HiveMQ.

Broker: {Cluster url}
Port: 8883
Username: {HiveMQ Active MQTT credentials username}
Password: {HiveMQ Active MQTT credentials password}
Broker certificate validation: Auto
Ignore broker certificate validation: set to True

The rest I left at the default settings. The second options page can be left at default or changed to your preference.

Hello, in which section do I have to put this? Where are the MQTT sensors?
This is not working
Thanks

I have already a local broker, is this possible, two Broker?

# Example configuration.yaml entry
mqtt:

  broker: Beispiel........s2.eu.hivemq.cloud
  port: 8883
  username: mqttbenutzername
  password: iafaefawefwefusw....
  Broker certificate validation: Auto
  Ignore broker certificate validation: set to True


  sensor:
  
  
    - name: "soz_eg_flur_verteilung_energy_total"
      state_topic: "evcc/site/gridEnergy"
      unit_of_measurement: kWh
      device_class: energy