Season Yaml - Where?!?!

This might be the dumbest question I have ever had to ask :man_facepalming:t3:

I get this warning now that the season sensor has moved to an integration but I just can’t for the life of me find out where to remove the original config in my yaml. I feel like I’ve looked in every file 5 times and still can’t find it. Can someone please remind me where I might be able to find it?

The Season integration produces a sensor entity so look in configuration.yaml under the sensor: key. If the key looks something like this
sensor: !include sensors.yaml
then look in the sensors.yaml file.

Alternately, if you have a text editor like Visual Studio Code, you can have it search for the word season in all files across multiple directories.