Question: How do I remove Songpal from my installation?
A while ago I tried to install Songpal, but that was not so interesting so I removed everything I added from the configuration.yamll. Now when I reboot my system, I get this error in the frontend:
Invalid Config
The following components and platforms could not be set up:
media_player.songpal
Please check your config.
DISMISS
I have no trace of songpal in ny configuration.yaml but in the home-assistant.log I still got errors concerning songpal.
just add the ignore entry for it, check the discovery docs to see how to do this. if you have a sony device at home chances are that is why you see this, my sony tv is found by it so i disabled discovery for this component.
I noticed a long time ago (should have sorted it a lot sooner!) that I had multiple log entries for …
2019-02-07 17:43:22 ERROR (MainThread) [homeassistant.components.media_player.songpal] Unable to get methods from songpal: Got an error for getSupportedApiInfo: NoSuchMethod (12): getSupportedApiInfo
2019-02-07 17:43:22 WARNING (MainThread) [homeassistant.components.media_player] Platform songpal not ready yet. Retrying in 180 seconds.
I couldn’t for the life of me figure out what was producing these errors. I have a oldish Sony Bravia TV and am using the Sony Bravia pre-shared key Custom Component. I tried commenting out all the media_player components I have setup in my configuration.yaml but was still getting the message.
as dshokouhi pointed out I got rid of these errors by adding an exclusion to the discovery component…