Trend sensor stop working - unknown

hello,

My trend sensor stopped working …

# Tracks 3 humidity readings over 10 minutes. If the change is greater than 10%, evals to true. (10/(60*10))
  - platform: trend
    sensors:
      master_bath_shower_occupancy:
        entity_id: sensor.temperature_and_humidity_sensor_84ab_humidity
        device_class: moisture
        max_samples: 3
        sample_duration: 600
        min_gradient: 0.01666

of course I have confirm that the entity sensor.temperature_and_humidity_sensor_84ab_humidity is not offline …

I reload trend entities with no errors but I still get UNKNOWN to this sensor

image

any help please ? I can’t figure out why this is happening …

I guess is just me having this problem!
The thing is that I deleted the DB … and restarted.
But it didn’t make any difference.

The trend integration is not working for me.

Not just you, me too. I thought it stopped working after 2022.12 but that’s only when I noticed.