Can esphome run independently of HA?
I was able to get my car's doors status (close or open, locked or unlocked) into HA via esphome CAN bus. I got the esphome to send the lock command to lock the door in HA. Then i got an automation in HA: if door is closed but not locked for 2 mins, lock the door.
Can I set up the same automation in esphome so that the esp32 chip would lock doors in the middle of nowhere, without wifi ? If so, how?