Short version:
I’m having my ESPHome systems rebooting when I don’t want them too - it’s the 15 minute reboot timeout. I’ve read that the reboot timeout can be changed and I saw one reference to turning it off. I’ve also found references to the reasons for a reboot time out. My first thought was to just set the timeout to 0 to disable the rebooting. My concern is that I’m not clear what could go wrong for an ESPHome system with the timeout disabled. What are the issues with disabling the timeout?
Also, if I have a browser tab active and open to the webserver for an ESPHome system, does that count as an API connection and is there enough communication between the ESP system and the browser that it’ll keep the ESP from rebooting? That would explain some behavior I’m seeing. It helps with my testing, but I’d rather not have to leave a browser tab open or add more on my Home Assistant system to make it connect to the ESPs I’m testing until I’ve got things farther along.