Climate.set_temperature speichern in InfluxDB

Hi. Weiss jemand, wie man die Werte aus dem service climate.set_temperature in InfluxDB speichern kann?

Meine aktuelle config zu InfluxDB (funktioniert mit allen domains, bis auf climate)

# Influx DB
influxdb:
    host: localhost
    port: 8086
    database: HomeAssistant
    username: !secret my_ha_local_user
    password: !secret my_ha_local_password
    max_retries: 3
    default_measurement: state
    include:
       domains:
        - sensor
        - binary_sensor
        - light
        - device_tracker
        - lock
        - person
        - switch
        - button
        - media_player
        - automation
        - scene
        - update
        - zone
        - number
        - climate