Smart Home Automation Forum

Full Version: Startup sequence
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi is there any option to disable the startup sequence that the kc868-a8 has. Because if i reboot the system through esphome it automatically switches all the relay outputs but i don't want that.
Does somebody know what the code line is in esphome for that?
add restore_mode = RESTORE_DEFAULT_OFF
here is details about "restore_mode" option: https://esphome.io/components/switch/index.html
Thanks for the quick response.