I have a slight problem:
I’m using a battery powered ESP32 as a status indicator for a project.
If Home Assistant sends out the status information (= LED 1 on) while the ESP32 isn’t running, that command is “lost” and if I turn on the ESP32 now it’s not doing anything until the status changes.
Is there a way to send out commands regularly even if the status hasn’t changed?
I was thinking:
[if conditions are met]
{repeat}
- “Light turn on”
- “wait 60 seconds”