Sonos component stops working if 1 speaker is unplugged

Using latest version of hass 0.73.2 & the latest sonos config…

sonos:
  media_player:
    hosts:
      - !secret sonos_ip_living_room
      - !secret sonos_ip_kitchen
      - !secret sonos_ip_bedroom
      - !secret sonos_ip_tv

I have noticed that if I unplug just one of my sonos speakers all of them disappear from home assistant. This doesn’t seem to be very robust - Should I expect the remaining speakers to still show up?

Edit: Just tried deleting the config above and now after a reboot the remaining speakers do show up!

You should check and see what errors you are getting. My guess is that it’s attempting to connect to the IP that doesn’t exist on your network, which is why the component fails to fully load.