Automation Conditions - easier way to use last_changed or last_updated

Of course, we can make templates for comparing last_changed or last_updated, but what if there was some simpler way to do it.

some example config idea

- condition: last_changed
  entity_id: sensor.some_sensor
  operator: lessthan or greaterthan or before or after or < or >
  hours: 0
  minutes: 1
  seconds: 0
  milliseconds: 0