[Question] State Trigger from anything to anything

How do I adjust the below, so that when the state for the entity changes (regardless of what it changes to) the trigger happens.

Is there a wildcard I can use in the "to: " portion?

  • alias: ‘Ring Doorbell Activity Timestamp Change’
    trigger:
    - platform: state
    entity_id: sensor.ring_front_door_last_activity
    to: <what do I put here?>

Just leave out the from and to and it will trigger on every state change

Turns out I’m just dumb. It was working and I didn’t reload my automation, before testing it. Thank you for the verification that lead me down the path of realization of error.

yeah, but also any attribute change, as documented here: Automation Trigger - Home Assistant