Hello,
I have a text sensor created by an ESPHome device that stores strings of characters into it.
I have an automation that processes these strings when they arrive.
I would like the automation to then be able to delete the string from the sensor.
The STATE development tool allows this… I believe it requires sending an event… but I’m stuck on that.
If you want to modify the sensor value which is on the ESPHome, you can look into these two links.
ESPHome has some new ways to do two way communication as of a few releases ago. I haven’t used them but the docs seem ok.
I think if you elaborate a bit more on what you are doing and provide what config you have you’ll get better help / steer. There might be a better way to set it up.