How? (Please run with -v option to see what functions failed to complete.)

I have a ESPHome node that compiled fine with previous versions of ESPHome but is throwing an error after updating to 2025.11.0

ERROR Circular dependency detected! Please run with -v option to see what functions failed to complete.

I have searched but been unable to discover how to run with the -v option so would appreciate any assistance please.

I have tried commenting out chunks of the YAML to disable sensors and devices in it, but not been able to identify the issue. All my other ESPHome devices are fine.

Thanks.

I still don’t know how to run with the -v option but I wanted to update to say that I have sorted this.

By a process of elimination, I discovered that I had a duplicate time: section - one in the yaml for this file, and one in a separate common.yaml that I use for all the standard settings. The ‘local’ one had a routine to do a weekly clean of an air quality sensor, that none of the others need.