Hi, i want to set a value to an input number by voice command
alias: New automation voice test desk
description: ""
triggers:
- trigger: conversation
command: raise desk to {height}
conditions: []
actions:
- action: input_number.set_value
metadata: {}
data:
value: 82
target:
entity_id: input_number.birou
mode: single
This works but it's a static value, i've tried to replace 82 with {{height}} but it's not working..