The numeric state trigger gets missed when the automation triggers, while the value of the sensor is already at or above the trigger state.
Can you please help me make this more robust and if you see any other improvements, I'd greatly appreciate the feedback.
triggers:
- entity_id: input_button.hot_water_short
not_from:
- unavailable
- unknown
id: hot_water_short_on
trigger: state
- entity_id:
- sensor.boiler_tank_temperature
above: 48
id: boiler_tank_temperature_reached
trigger: numeric_state
- event_type: timer.finished
event_data:
entity_id: timer.hot_water_hold
id: timer_hot_water_hold_finished
trigger: event
- event: start
id: HA_start
trigger: homeassistant
- entity_id: schedule.hot_water
id: schedule_hot_water
trigger: state
- entity_id: event.dim_1_action
not_from: unavailable
id: dimmer_hot_water
trigger: state