I'm monitoring my washing machine cycle and can successfully get "cycle completed" when power is below 5W for 2 minutes. But when the monitoring device (ESPHome based wall switch) updates and powers-up, my trigger for numeric_state < 5W fires.
I am aware of "entity" trigger with "not_from".
Can we use "not_from" functionality with numeric state change, too?
triggers:
- entity_id:
- sensor.athom_smart_plug_v2_u10_d747e1_washing_machine_power
for:
hours: 0
minutes: 2
seconds: 0
below: 5
trigger: numeric_state