Hi, every time ESPHOME is updated it takes quite a while to compile the firmware for all of my devices and I’m wondering if there is something I can do to help speed this up. Most of my ESPHOME devices are Sonoff S31 smart plugs that are mainly used for power monitoring (I’ve disabled the relay control in Home Assistant for most of them) and I am already using includes in my *.yaml files for most of them to only have the bare minimum for each device, but when upgrade time rolls around I seed in the console the exact same files being compiled many times. Is there any way to consolidate this to only compile the base files once and speed up the update process?
I read somewhere about a cache that is disabled by default
But I can’t remember in what post it was.