Hi, I have just implemented my first HA/esphome project: a simple temperature and humidity sensor. Now to play around, I would like to add a few automation.
I was thinking of writing a script in python (the language I’m most comfortable with) that sends me a message on telegram when the temperature gets below a certain temperature (in case I let the window open or something).
Is this possible with the esphome automations?
I was also wondering where the recorded values get stored. Is there a way to query them to play around?