Where did my AquosTV integration go?

I don’t often use the Aquos TV in the master bedroom, but just now I was trying to do some things with HA with the LG TV in the living room and wanted to compare something to how it worked in Aquos. Then I noticed that the Aquos TV was not showing in the integrations. And I couldn’t add it. I MUST have had it recognized before (which was my recollection). I see that I have this in the config:

media_player: !include AquosTV.yaml

And in the yaml I have:

- platform: aquostv
  host: 192.168.xx.xx
  username: !secret AquosUser
  password: !secret AquosPassword 
  name: MyAquosTV
  power_on_enabled: true

where the xx’s are the actual numbers.

So I MUST have had it set up. I kind of remember having to set up the user and password for it.

But where is it now? MAYBE I deleted the integration item, but the config still has the stuff. But how do I get it back?