Thermal Comfort custom sensor platform

I use the thermal_comfort sensor, and it works perfectly for me.

I calculate the sensor data in all rooms based on the data from “Aqara Smart Air Pressure Temperature Humidity Environment Sensor” and I must say it is working perfectly:)

This also helps me determine what the floor thermostat should be set to, and when to start a fan cycle to circulate the air.

As an example, I can now see when the laundry is dry in the laundry room, and when I can put on a new wash:

cards:
  - cards:
      - entity: sensor.bad_hybel_komfort_heatindex
        graph: line
        name: Varme index
        type: sensor
      - entity: sensor.bad_hybel_komfort_absolutehumidity
        max: 16
        min: 4
        name: Fukt
        severity:
          green: 7
          red: 9
          yellow: 8
        theme: default
        type: gauge
        unit: ' '
    type: horizontal-stack
type: vertical-stack