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
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.
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.
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
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.