how can I trigger a Node-Red flow if an attribute of an sensor entity changed to a specific string?
I tried the trigger node and set the conditions for property with ‘new_state.attributes.game’. But this triggers erverytime when any attribute is changed.
Place a filter node after the trigger node and have it set to block unless the value changes with the property set to msg.data.event.new_state.attributes.game