I’ve recently moved my setup from a NUC running Hassio to a Synology NAS running Home Assistant on Docker.
But, for some reason, my HA thinks I still have the Python ADB addon running. I did remove a reference to this from my ‘media-players’ config section, but I don’t know where else HA might be trying to pull this reference from?
Any ideas of where else to look are appreciated. Thanks.
Why are you posting a picture of a log? It is text, post it as text please.
I would think somewhere in the .storage directory there is a reference to this entity. Grep will help you
cd (your config dir)/.storage
grep -i adb *
While I appreciate the reply, I’m sorry to have wasted your time.
After I did the grep as you suggested, it pulled up nothing. So I went back again through my files and found that my ‘media_players’ had that one reference still uncommented. I thought it had previously saved.
Removing it now (properly) looks to have solved my problem.
My time on these forums is rarely wasted, no problem at all, glad you sorted it.