Hello all, I was able to create a custom component that is properly compiled and used on a ESP32S3 device. What is the proper way to get its state be saved when modified, and restored at boot time? Can’t find any documentation for that (maybe using the wrong search string…). Sure I can directly use the nvs but this doesn’t seems to me the right way to do it in a ESPHome context. The state is an array of structs containing some small strings and numbers that are not changed very often.