I have an automation that gives me a response variable output. It is a short line of text.
Does anyone have suggestions on how I can export that text to csv and add a timestamp?
I want all new responses to append to the file.
Would this be a good method to proceed with, or has someone done this better before?
Create a new sensor. During the automation, write response to the sensor value. Then use notify:file to write to csv?