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
any help please ? I can’t figure out why this is happening …