I am trying to write an automation that runs my roomba once it’s recharged above a certain level. The updates from the battery_level don’t necessarily hit specific values as they are updated, so I want to write a listen_state that triggers when the battery_level attribute gets above a certain value.
Is there a way to accomplish this?