Notifications won't go away

Hi There,

I am running 0.95.4 and I keep getting a notification about a Google Home Mini on my network. I have deleted the device discovery line in my configuration.yaml but I still get the notification.

How do I turn the device discovery off? I wasn’t getting this on the previous version I was running

Thanks in advance

Is there no answer to my question above?

It’s right in the documentation https://www.home-assistant.io/components/discovery/

discovery:
  ignore:
   - google_cast

Thank you,

Sorry I missed that

Did this work for you?

I’ve tried to add the

google_cast

line to my config and found it does absolutely nothing :frowning:

it removes google cast devices from being automatically discovered. You have to restart after you add it. You also need to have the full configuration to remove it, not just google_cast.

discovery:
  ignore:
   - google_cast

This won’t work anymore as discovery is done via the ssdp: component, which doesn’t have an ignore option.

So, you can either remove the sssp component (which is part of default_config) and lose discovery abilities, put up with the continuous notifications, remove the device from the network, or integrate it with homeassistant and then not use it.

Hmm good to know. I’ll look into the change to discovery

or integrate it with homeassistant and then not use it.

Hi, this is good info, thanks, I assumed it was a bug but it seems it’s a feature :smiley:

When you say ‘integrate it with homeassistant and then not use it’ is there a way to do this so that HA does not throw an error when the chromecast is powered off?

EDIT: Looks like it only throws 1 error on power off, I can live with that.