Pass dimmer args to number - miot_ylkg0xyl
sduckthing opened this issue · 0 comments
sduckthing commented
I created a number that will represent the value of rotations
How can I pass the value to the number?
I see the args "x" that printed in the logger
I tried to set the number
'
on_rotate_left:
then:
- number.set:
- id: my_number_id
value: x
'
I received an error float expected
Appreciate your help