I have an input number that has a value of 0-300 in steps of 10.
How can I create an automation that sets a delay value in increments of 4.5seconds for every step of 10 in the input number???
Ive tried this but to no avail
delay: minutes: '{{ (states('input_number.volume_to_add') | int + 4.5 /60 }}'