"Entity no longer being provided by the Sonos integration" after Core update

Updated Home Assistant core to 2025.10.1 today and it seems to have broken my Sonos settings. The Sonos “One SL” speakers appear unavailable in the integration now.

Any suggestions on how I can fix this?

Thanks!

Downloaded diagnostics. Pasted below. Not sure why my air-purifier’s (Winix) integration is listed in the file.

Diagnostics JSON


{
“home_assistant”: {
“installation_type”: “Home Assistant OS”,
“version”: “2025.10.1”,
“dev”: false,
“hassio”: true,
“virtualenv”: false,
“python_version”: “3.13.7”,
“docker”: true,
“arch”: “x86_64”,
“timezone”: “America/New_York”,
“os_name”: “Linux”,
“os_version”: “6.12.43-haos”,
“container_arch”: “amd64”,
“supervisor”: “2025.10.0”,
“host_os”: “Home Assistant OS 16.2”,
“docker_version”: “28.3.3”,
“chassis”: “vm”,
“run_as_root”: true
},
“custom_components”: {
“winix”: {
“documentation”: “GitHub - iprak/winix: Home Assistant component for C545 Winix Air Purifier”,
“version”: “1.2.5”,
“requirements”: [
“winix==0.3.0”
]
}
},
“integration_manifest”: {
“domain”: “sonos”,
“name”: “Sonos”,
“after_dependencies”: [
“plex”,
“spotify”,
“zeroconf”,
“media_source”
],
“codeowners”: [
“jjlawren”,
“peterager”
],
“config_flow”: true,
“dependencies”: [
“ssdp”
],
“documentation”: “Sonos - Home Assistant”,
“iot_class”: “local_push”,
“loggers”: [
“soco”,
“sonos_websocket”
],
“quality_scale”: “bronze”,
“requirements”: [
“soco==0.30.12”,
“sonos-websocket==0.1.3”
],
“ssdp”: [
{
“st”: “urn:schemas-upnp-org:device:ZonePlayer:1”
}
],
“zeroconf”: [
“_sonos._tcp.local.”
],
“is_built_in”: true,
“overwrites_built_in”: false
},
“setup_times”: {
“null”: {
“setup”: 0.004715606999980082
},
“01K5W59R43A61HAVD63WQ82FEX”: {
“wait_import_platforms”: -1.7743316469999968,
“wait_base_component”: -0.003221467000003031,
“config_entry_setup”: 1.798688281000011
}
},
“data”: {},
“issues”:
}

I don’t know what the issue was, but restarting the Sonos speakers seems to have fixed it for now.