I have an events: state
node with a State Type of boolean. When the If State evaluates true, I see the following:
The green status dot is correct. But, shouldn’t it say “true” next to the status dot?
I have an events: state
node with a State Type of boolean. When the If State evaluates true, I see the following:
The green status dot is correct. But, shouldn’t it say “true” next to the status dot?
Depends on what is set in the node. Green indicates that it went through the top or in other words was successful. So if you were looking for the entity to be false
, this is what you would see.
For this particular node setup I wrongly assumed that the text would correspond to the state of the evaluated condition - not the entity. The entity state will always be false
since state is a timestamp.
Thanks for the help!