Hello everybody
I’d like to set the “update interval” of an AHT10 sensor to 20s from 07:00AM to 11:00PM and 5 minutes the rest of the day. I cannot figure out how to write the lambda function to do this. Any lead please?
The update_interval is not templatable, so you can not change it on run_time. The value is ‘hard_coded’ in the firmware based on your value in the yaml.
Having struggled for a while with the code, I came to this conclusion too.
Thank you, I’m going to close the issue