Tie lamp state to input select?

I have light.kitchen_alert_lamp_plug and input_select.washing_machine_status.

I want the light to be on if input_select.washing_machine_status is ‘Clean’, and off otherwise.

Currently I have two automations - one that turns it on if input_select gets set to: Clean, and another that turns it off if it gets set from: Clean.

Surely there is a better way?