#Helper Value check
1 messages · Page 1 of 1 (latest)
I think input numbers have a habit of making their state like "2.0" instead of "2", that might be tripping you up.
also that template is not the right way to test an entity state
You don't need a template, just use a state trigger, and set "2.0" as the state.
For state trigger, what attribute? There's nothing like current value or anything
no attribute, leave it blank
Still doesnt work, with or without the decimal. Does it have to be a string?
if you're using the UI it will always be a string
show what you've got?
you don't need to add quotes or anything
I tried with the decimal too
No quotes, just enter 2.0 in the box.
If that doesn't work please share an automation trace of it not working.
Also check developer-tools/states and see if the entity state says 2.0
Now it works, tysm