Hi, is there any way to have dynamic values for the time_pattern trigger and the delay action in the following automation?
alias: Inline ventilator, toggle (every 10 min)
description: ""
triggers:
- minutes: /10
trigger: time_pattern
actions:
- data: {}
action: switch.turn_on
target:
device_id: 64d5bd0912402dc24f77de858a01cac5
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- data: {}
action: switch.turn_off
target:
device_id: 64d5bd0912402dc24f77de858a01cac5
mode: single
I have two input_number helper that I want to read the values from in best case scenario:
input_number.inline_ventilator_trigger_timepatterninput_number.inline_ventilator_delay_in_minutes
Any input is appreciated.
TIA!